| Thread | Last Post | Replies |
|
| Creating tables using DOM | 31 Mar 2004 14:04 GMT | 5 |
What is the preferred method for creatintg tables in Javascript? I found an example using DOM but it fell short of a few things. I figured out how to add a checkbox to a row but how do you select something and only one thing, etc. THanks
|
| Using '#' in filename in JScript causes error | 31 Mar 2004 07:02 GMT | 4 |
I have the following code in an html file <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head>
|
| How can I get rid of my Carriage Returns? | 30 Mar 2004 18:53 GMT | 2 |
I have a Javascript string that contains these values (all lines are combined as a single value)... Jim Johnson<carriage return> 100 Park Road<carriage return>
|
| Connecting To Oracle DB | 30 Mar 2004 11:36 GMT | 2 |
Can anyone help with the correct syntax to connect to an Oracle Database using ADO please Thanks
|
| Disabling File->New window option of Internet Explorer | 30 Mar 2004 04:49 GMT | 3 |
I have to disable File-> New Window option in internet explorer. Please let me know if it is possible using Javascript. If possible send me some sample code. Rohit
|
| How to access WScript in IE? | 30 Mar 2004 04:31 GMT | 4 |
I know I am missing something *really* simple here. I am trying to customise the HTML page the we use as the wallpaper in our environment. (IE6) I just want it to show the computer name etc on the page. I have edited the HTML for the page and added:
|
| BUG: toScript(16) | 30 Mar 2004 01:20 GMT | 8 |
Hello, all. I can't find an easy (i.e. free) way to submit a bug on the MSDN web site, so I'm posting this here. Using the following code sample with JScript 5.6 . . . var num = -2146827859;
|
| hand in mouse cursor | 29 Mar 2004 10:28 GMT | 2 |
how can I put a hand when I move over a cell of one table? I ONLY use Internet Explorer and I know it is possible to change the cursor via one object ... Can you help me to find the way to change to a hand the pointer of the
|
| CSS Question | 29 Mar 2004 10:24 GMT | 1 |
Folder: IMG -> all image Folder: HTC ->all htc file Folder: CSS ->all stylesheet test.ht
|
| Accessing VBScript variable from JScript | 29 Mar 2004 03:05 GMT | 5 |
I have the following ASP code where I am trying to declare a variable in VBScript and then use it from a JScript block. It does not seem to allow me but if VBScript accesses a JScript then it works. Can anyone help please <SCRIPT LANGUAGE ="VBSCRIPT" RUNAT="SERVER" Dim tes test ...
|
| Get LineHeight and TextSelection inside Textarea | 29 Mar 2004 01:37 GMT | 3 |
I want to label the lines of textarea-element (just like in a texteditor). I record a "newline-event" (HTA-fileformat) with g_oArea.onkeypress = EditLineCount; //g_oArea-> the Textarea and code in EditLineCount:
|
| JScript Constructor Question and HTC Question | 28 Mar 2004 14:46 GMT | 4 |
Constructor Question how can i create such an Object with a constructor functio var test=new Object ("Hello") test.x="x"
|
| Local Search Function for HTA or HTML instead of Ctrl+B | 28 Mar 2004 03:20 GMT | 5 |
I needed a VBScript, a local search function instead of Crtl+B in HTA or HTML. The only working solution that I found was this JavaScript, :-), Thanks.
|
| Netscape & Mozilla - style='width:xx;height:yy;' | 27 Mar 2004 22:20 GMT | 1 |
I am trying to build fixed sized cells without the overhead of tables. Internet Explorer handles something lik "<b style='width:100px;height:16px;'>whatever</b> just fine but Netscape & Mozilla appear to ignore the width & height parameters Any suggestions ? Thanks very much
|
| popup text over many hotspots on image | 26 Mar 2004 17:35 GMT | 4 |
I would like to know to do this if this is possible. I have an image map with many numbers on it. Say 1 to 50. When the user goes over the map to one of the numbers, I would like to be able to popup a text telling them what it is.
|