| Thread | Last Post | Replies |
|
| Unspecified error on a page using transition filters | 30 Apr 2008 23:04 GMT | 2 |
I have an app using transition filters and working pretty well from two of my computers, one under MSIE 6 and the other one under MSIE 7. But from a third one, also unde MSIE 7, all I get is an "unspecified
|
| Javascript long running | 29 Apr 2008 08:04 GMT | 2 |
I am not sure if this is possiable but I hopefully you can answer! i have a function that takes a long time to complete and whilst it is running it looks as if the page has frozen. Is there and you to diplay a message while the function is running.
|
| Need help with regular expression syntax | 28 Apr 2008 15:03 GMT | 2 |
I am trying to learn how to use JScript regular expressions. I have considerable VBScript experience, but little JScript knowledge. I started with the following function which I copied from the section of the scripting help file (SCRIPT56.CHM) that talks about
|
| <tbody> innerHTML | 20 Apr 2008 14:32 GMT | 3 |
I have some HTML, representing a table row, that I am getting from an outside source. A simple example being: // snip outside source processing var sTableRow = '<tr><td>blah</td><td>blah</td></tr>';
|
| show asp value in javascript alert | 18 Apr 2008 16:40 GMT | 1 |
dear sir/madam I want to show asp variable value in javascript alert please help me Thanks in advace
|
| how to show asp variable value in javascript alert | 18 Apr 2008 16:39 GMT | 1 |
dear sir/madam how to show asp variable value in javascript alert() suppose <%
|
| What is the internal representation of a boolean value | 18 Apr 2008 12:37 GMT | 1 |
This is more like a question for the MVPs or for people who know the Javascript standards, I think. I have a script as below, which instantiates a ActiveX object and then invokes some property with the boolean true.
|
| javascript validation in varying no of textbox | 17 Apr 2008 21:57 GMT | 2 |
dear sir/madam I have to use javascript validation in text box but problem is that the no of text box can be different in run time. I have given name of textbox txtmachine<%=productId%>
|
| Document.form.submit() to itself and retrieving values. | 17 Apr 2008 20:31 GMT | 1 |
I have a page on which I direct to different reports based on user's division and role. For example, a division manager can see the whole division's reports where as a department manager can only see thier department's. This is decided
|
| pass array integer in javascript function | 17 Apr 2008 14:50 GMT | 1 |
dear sir/madam, I m passing asp integer array in javascript function. In javascript function how can i access all array integer value. <script language="JavaScript">
|
| "undefined" is not an object | 12 Apr 2008 09:17 GMT | 3 |
IE is giving me a cryptic error-message from some JavaScript code: Line: 114 Char: 3 Error: 'undefined' is null or not an object
|
| Hey all, Jscript fast/slow - really simple example - what's wrong - any ideas? | 12 Apr 2008 09:09 GMT | 1 |
Here is my JScript code class AtlasFramework { var myRegEx; // = new RegExp("[0-9]", "i"); ;
|
| js operator? | 09 Apr 2008 14:45 GMT | 2 |
anyone know what this is?
>>= im just reading some code and i just notice this operator. the code is something like this:
|
| XMLHTTP and unsigend Certificate | 07 Apr 2008 17:32 GMT | 1 |
how can i pass a reqeust to a url with https ,where the certificate is not a signed one! currently i get a popup beacuse of this any way to bypass?
|
| IE 6 jscript getTime() error??? | 03 Apr 2008 14:33 GMT | 4 |
I've run in to a weird problem. The getTime() function for Mar 10, 2008 seem to have lost 1 hour. Please see the following results: (new Date(2008,2,7)).getTime() 1204866000000 (new Date(2008,2,8)).getTime() 1204952400000 86400000
|