| Thread | Last Post | Replies |
|
| Need ideas for sorting a table | 30 Nov 2005 21:55 GMT | 2 |
I have a website that displays data in a table. It takes about 30 seconds to build the display from the server because of the amount of cpu and data access needed to build the table. Each row of the table itself consists of a variable number of elements, including zero or more ...
|
| How is JScript differ from JScript.net? | 28 Nov 2005 05:15 GMT | 4 |
How is JScript differ from JScript.net? Which is more close to the ecma standard? Can the JScript.net do everything that VBScript does in the WSH environement, ie, automate Windows and other slick stuff VBS can?
|
| date comparison | 25 Nov 2005 05:14 GMT | 4 |
Hi all, what is wrong with this syntax? var dt1: Date = new Date("12/1/2005"); var dt2: Date = new Date("11/1/2005"); if (dt1 >= dt2)
|
| Multiple events with one event handler | 22 Nov 2005 15:55 GMT | 1 |
I am trying to run the following code: onsubmit="return ValidateForm(document.AddRepayment.txtDate1,'lblDate1Req');return ValidateForm(document.AddRepayment.txtDate2,'lblDate2Req');return
|
| How do I use a regular expression with stringVar.split(...) | 20 Nov 2005 15:39 GMT | 4 |
How can I split a string using a regular expression. It's the query string from the URL that I would like to split into separate key=val pairs. The code that I'm using is as follows: var optionString = decodeURI(argString);
|
| javascript post | 17 Nov 2005 20:29 GMT | 2 |
I am having trouble posting a form through javascript. It seems to post, but it posts to the directory and not the page. It also does the same if I try to click a button through javascript (However, if I click the button directory, it works fine).
|
| Pop up without titlebar? | 17 Nov 2005 10:44 GMT | 2 |
I have been trying to customize pop up windows for my ASP.NET Page using Javascript. I want to have a custom title bar. Is there a way to remove the windows title bar from the pop up and make it apear as a frameless window?
|
| running from website | 15 Nov 2005 22:08 GMT | 2 |
Hallo; This works perfect after compilation from the commandline. var objWShell = new ActiveXObject("WScript.Shell"); var objCmd = objWShell.Exec("cscript.exe x:\\sasys\\sasysweb\\sasysdag.js
|
| custom dll version | 15 Nov 2005 06:29 GMT | 1 |
Hi all, I have a .js file with some basic code that I am compiling into a dll using jsc.exe. The problem is this generates at version # of 0.0.0.0. How can I change this? Also, why no support for Jscript.Net in VS2005? TIA!
|
| IE extension auto-load question | 13 Nov 2005 14:09 GMT | 1 |
G'Day all, I have written an extension for IE in JScript. Is it possible to have the extension execute when the document loads in the window as opposed to needing the user to activate it?
|
| getting document title and URL | 12 Nov 2005 17:21 GMT | 2 |
Sorry for my English... I am new to JavaScript. I have written short script to create a link sending e-mail: <script type="text/javascript">
|
| Request.ServerVariables["HTTP_REFERER"].ToString(); issue | 08 Nov 2005 17:55 GMT | 1 |
i am a dot net developer.In our site we have a requirement like url masking. Example : We have 2 domains like google and srinivas .If we browse the google domain html page it will show srinivas domain default.aspx page.
|
| How to affect a boolean argument defined as a reference | 08 Nov 2005 06:06 GMT | 4 |
I have a HTML page with an ActiveX. I have defined and attached an event handler with a boolean argument: function eHandler( ... enable_default) Event in ActiveX object:
|