| Thread | Last Post | Replies |
|
| databse | 30 Apr 2004 21:04 GMT | 1 |
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
|
| can't debug j-script? | 30 Apr 2004 17:37 GMT | 1 |
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??
|
| Debug a .JS file | 30 Apr 2004 17:00 GMT | 2 |
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?
|
| Global variable | 29 Apr 2004 06:25 GMT | 5 |
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:
|
| clearInterval? | 27 Apr 2004 17:37 GMT | 1 |
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?
|
| JS: Validation + ASPX | 26 Apr 2004 20:13 GMT | 2 |
I am crazy to fix the javascript bug for the past 2 days. Here is the code: [code] ASPX code -------
|
| Table Generation | 26 Apr 2004 14:06 GMT | 1 |
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.
|
| Visual Studio 2005 | 18 Apr 2004 08:20 GMT | 1 |
Does anybody know what we can expect to see for JScript in VS2005?? Perhaps a windows form/ASP.NET form designer for JScript??
|
| Newb jscript question | 17 Apr 2004 03:40 GMT | 1 |
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
|
| New to Jscript Question | 16 Apr 2004 22:51 GMT | 1 |
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();
|
| location of most recent character entered into textbox | 15 Apr 2004 22:29 GMT | 5 |
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 ...
|
| Optional and Default value in function parameter | 12 Apr 2004 17:15 GMT | 1 |
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?
|
| Page hit | 09 Apr 2004 13:01 GMT | 8 |
How can I get the coordinates of where I click with the mouse? It is possible to know?
 Signature Programming ASP.NET with VB.NET
|
| showModalDialog in Apple Safari | 08 Apr 2004 17:53 GMT | 2 |
Is the showModalDialog command supported in Apple Safari browers? My application needs to support both IE and Safari browsers Thank you.
|
| Close window | 08 Apr 2004 11:51 GMT | 16 |
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?
|