| Thread | Last Post | Replies |
|
| Access is denied ? | 30 Apr 2004 14:40 GMT | 4 |
Is there any way to avoid this error "Access is denied". Its working fine if I am opening the page through my machine but if request is coming from other server and webaddress is cloaked then its giving this error. regards
|
| "NewActiveXObject" don't load completely Microsoft.xmldom ??? | 30 Apr 2004 10:23 GMT | 2 |
the message says the method "load" is not supported or wasn't loaded. somebody know why? regards
|
| Integer division | 29 Apr 2004 21:22 GMT | 12 |
in VBs, integer division is \ 50 \ 3 = 16 how can I do in JS? Thanks
|
| cancelling window.error? | 29 Apr 2004 12:54 GMT | 3 |
because some of my pages contain all sort of js code, they conflict with Yahoo's own js which they force uponevyone by inserting their tags in each page. How can I prevent error messages from being displayed, on what essentially
|
| storing array in seperate file | 29 Apr 2004 09:21 GMT | 2 |
i am using the same array on several of my pages, and this array will change from time to time. right now when i need to add a variable to the array i have to go to each page that uses the array and change it individually. is there a way to store that array in a seperate file ...
|
| Excel Spreadsheet connection | 29 Apr 2004 06:15 GMT | 1 |
I've managed to find references to ADO connections to Excel spread sheets... I've tried several itterations of this, however I am not successful... Does anyone have an example of how to do this in jscript ? Thanks in advance,
|
| RegExp question | 29 Apr 2004 05:08 GMT | 10 |
Im only a novice at regex so go easy on me ! Im having a problem with some irish email names and domain names,. is the ' an allowed character in email address. Does anyone know of an regexp editor I can use to create validations like
|
| problem with insertAdjacentHTML | 28 Apr 2004 14:45 GMT | 2 |
I am trying to use the code below so as to create a frame source string dynamically. The idea is to verify if this index page is the parent or if it called by an orphan page, in which case the orphan page passes its own name as an argument to the index page.
|
| Page source as string | 27 Apr 2004 19:55 GMT | 1 |
I am facing a problem working with string. Actually I am getting source of one html page and wrting to another page before writing I am replacing all (double ") with (single ') otherwise it gives syntex error. Its writing and I can see new page but no javascript works as it messed ...
|
| decimal | 27 Apr 2004 14:09 GMT | 3 |
How can I limit the length of decimal? for example when 100/ 22 = 4.5454545 I wan it shows 4.55. Thanks
|
| inheritance, yes, but how? | 27 Apr 2004 12:53 GMT | 2 |
How could I do class inheritance in JScript...not in .Net version. It is ok even if I have to go the ugly way...I tried the following function; function MakeInheritance(base, type) {
|
| JAvascript | 27 Apr 2004 12:08 GMT | 1 |
I want to use ASP with javascript. i want your help how i can do that? ]thanks **********************************************************************
|
| ADODB Enumerations on server | 27 Apr 2004 10:05 GMT | 2 |
How do I access the ADODB Enumerastions from within my server-side code using JScript.Net For example use "ADODB.CommandTypeEnum.adCmdText" as a variable in to the CreateParameter function.
|
| appending <link> to an iframe | 27 Apr 2004 08:31 GMT | 2 |
Following works fine in Mozilla but not in IE, how can i append the <link> tag in IE to the iframe? Also I noticed that this doenst work if no src is set. test.html is just a empty html page.
|
| RGB | 27 Apr 2004 07:56 GMT | 4 |
How do I use RGB() in Jscript to get the color value in order to pass it to Fontcolor(). Thanks
|