all groups > dotnet jscript > april 2004
Debug a .JS file
Posted by ruca at 4/30/2004 4:11:26 PM
Hi,
Can I debug a .JS file present in my web apllication? How?
At this moment it is ignored any breakpoint that I set in .JS file. How can
I resolve this?
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
... more >>
Newbie Question
Posted by Kate_Luu at 4/30/2004 9:28:51 AM
How can I execute one of the function which locate in seperate file.js when
the user click the <A> tag?
example: <A href=( what I should do here? )
Thanks you all in advance and have a great day...
... more >>
Addressing objects in ASPX Panels via Javasrcript.
Posted by Jim M at 4/30/2004 9:15:32 AM
I have an asp Panel with an asp textbox inside....
</asp:panel><asp:textbox id="txtAccount" runat="server">
the problem is that I can not seem to set the value of txtAccount from
Javascript using...
document.getElementById("txtAccount").value = "TEST"
If I take the txtAccount out of t... more >>
Receiving COM return parameter value in ASP.Net not working
Posted by markeboy at 4/29/2004 3:26:04 PM
We are upgrading ASP application to ASP.Ne
Previously, we were able to populate an output paramenter for a Sql server 2000 stored procedure, execute the command, and the query the parameter object for its new value (it was being updated by the stored procedure)
I can confirm, through tracing tha... more >>
.NET control event with java script handler
Posted by Mircea Pleteriu at 4/29/2004 9:56:25 AM
Hi all,
I have created a .NET Windows control with c#.
I have placed the control on a HTML page within the OBJECT element.
Everything works fine up to now.
Now, I wanna implement the following stuff that the control must support.
The control must provide a method called InvokeJavaScriptFu... more >>
Disabling the back button
Posted by pravalika r via .NET 247 at 4/28/2004 10:38:21 PM
(Type your message here)
--------------------------------
From: pravalika r
Once the user logs out from the site, he should not be able to go back to the previous page. How to achieve this?
Thanks in advance
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.... more >>
Global variable
Posted by ruca at 4/28/2004 10:10:31 AM
How can I declare a global variable in my .js file, that I can preserve her
value each time I need to call any function of .JS file in my ASP.NET
application?
Example:
var aux=null;
function myFunction1()
{
...
}
function myFunction2()
{
...
}
Now when I call myFunction1... more >>
clearInterval?
Posted by Bonj at 4/27/2004 4:16:02 AM
H
If I do a postback to the server to reload the saem page, would any setInterval calls I've made still be going, or would they be cleared on reload?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Table Generation
Posted by Sam Nabialek at 4/26/2004 9:54:10 AM
Any ideas why table generation is so much slower in IE using JScript
than in Netscape using the same code and data. I'm trying to generate
a long table from a dataset. My main target is IE but I always test with
Netscape/Mozilla as well. The table is 6 columns wide by 1500 rows.
it takes almo... more >>
databse
Posted by shif at 4/25/2004 7:43:55 AM
HI
I am beginer in javascript.I am using mssql7 database
server.Actualy through javascript(WEB)how can i connect to
database server.from web i want to connect to the database
running in my computer, and i want to retrieve ,updates
from tables.what scripts i can use in javascript.
please he... more >>
JS: Validation + ASPX
Posted by Tom at 4/20/2004 11:46:03 PM
Hi,
I am crazy to fix the javascript bug for the past 2 days.
Here is the code:
[code]
ASPX code -------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" ><HTML><HEAD><title>Test</title><meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR"><meta content="C#" na... more >>
New to Jscript Question
Posted by A at 4/16/2004 2:47:50 PM
I am totally new to Jscript...I come from a C# shop
With that said, I am trying to call a process in my script but it wont
compile. My C# code looks like this:
private System.Diagnostics.Process proc = new Process();
ProcessStartInfo info = new ProcessStartInfo
....do some work here
... more >>
can't debug j-script?
Posted by Martin Ortiz at 4/16/2004 7:42:16 AM
I have an html page with j-script on it, I have 2 pcs with vs.net 2003 on
it, on one I can put a breakpoint and debug j-script, on other I can't...the
2 pcs, are "the same". What am I missing? why can't I step thru j-script??
... more >>
Visual Studio 2005
Posted by akula at 4/12/2004 9:06:04 PM
Does anybody know what we can expect to see for JScript in VS2005?? Perhaps a windows form/ASP.NET form designer for JScript?? ... more >>
Newb jscript question
Posted by Zach Wells at 4/12/2004 11:33:36 AM
I may be in the wrong forum for this question, but due to my lack of
understanding of jscript, I don't know where else to post it. ;)
I was attempting to do something in javascript, and now I'm trying
jscript and I must just be missing something obvious because I know it
can't be this diffi... more >>
Optional and Default value in function parameter
Posted by ruca at 4/12/2004 10:39:32 AM
Hi,
How can I set a parameter of a function optinal and have a default value?
In VB I do like this:
Function myFunction (Optional ByVal bExist as Boolean = False)
What's the equivalent in JScript?
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you... more >>
showModalDialog in Apple Safari
Posted by Rob at 4/8/2004 5:36:06 AM
Is the showModalDialog command supported in Apple Safari browers? My application needs to support both IE and Safari browsers
Thank you. ... more >>
IFrame problem in aspx page
Posted by tony at 4/7/2004 11:21:04 AM
Hi
I'm using win2000, .Net 1.1, IE 6.
My 'main.aspx' page contains an IFrame that is in turn another 'calendar.aspx' page
When I try to invoke the Iframe (calendar.aspx), from main.aspx, in the developement environment, everything works fine
However in production environment, some users can... more >>
Page hit
Posted by ruca at 4/6/2004 4:00:40 PM
How can I get the coordinates of where I click with the mouse?
It is possible to know?
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
... more >>
Navigate in popup window
Posted by ruca at 4/6/2004 3:34:25 PM
Hi
Can I pass a DataSet from one page (parent) to another (child, popup
window)?
How can I do that?
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
... more >>
Close window
Posted by ruca at 4/5/2004 10:54:11 AM
Hi,
I have a popup (child) window that it is called by a button in my main
(parent) window.
How can I set the child window for not closing before the parent window?
What do I have to do?
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to... more >>
location of most recent character entered into textbox
Posted by Tom Wells at 4/2/2004 1:24:50 PM
Is there a jscript function that can check the location of text in a textbox
to determine if the text is exceeding the display area of the textbox? For
example: I have a textbox that has maxlength=20. The textbox width is tied
to pixels and not characters so the textbox may be filled after only... more >>
|