How to force a frame to load prior to others?...267 (6/26/2003 6:18:27 PM) I have a situation where I have 3 frames. The first frame is dynamic and contains javascript variables for use throughout the frameset page and the other frames. Everything works fine...except that the first ... vkloc
script works local, but not on remote374 (6/27/2003 12:59:08 AM) my test server is win2k server, the script works fine, loads the movie, allows user selection etc. however when i access the same script on my remote server none of the requesting files load. the files are th... jonezy
Convert multi-dimension vbs array to javascript array.0126 (6/27/2003 7:35:31 PM) How to convert arrary ( many, 4) created in vbscript to that array type in javascript? Can anyone point out an example somewhere? I want to use it in the client side of the web page. Appreciate the help. C... cschang
NS v. IE475 (6/27/2003 11:16:08 AM) I can move a couple of layers in IE, but they are not moving in NS. What is wrong with this? if (NS4) { document.word1.left = mv1From; } else if (NS6) { document.getE... Lee
Adjusting a picture to the size of a window392 (6/27/2003 11:11:20 AM) Hi, I'm a newbie...I'm having trouble changing the size of an image when I use different window sizes when loading the and resizing the browser window. If anyone could help it would be appreciated. Thanks ... Victor
Show/Hide text and form field based on drop down selection0612 (6/27/2003 12:19:36 PM) Hi I'm trying to show/hide a simple piece of text and a text field on a form based on what choice is made from a drop down box. Please make a select... steve
Prompt when closing the browser window...185 (6/27/2003 11:22:52 AM) I want to ask the user if he/she is sure when he/she wants to close the browser window. And I want to cancel the event if she is not sure. I know this is possible, but I couldn't write the right code. ... onur.bozkurt(1)
Changing Form Data155 (6/27/2003 11:05:08 AM) Hello: I've done an exhaustive online search and either can't find what I'm looking for or I'm unable to make what I've found work. I'm not a programmer, but I'm sure that this is probably elementary stuff. W... George
Yet another IE/W3C confusion165 (6/27/2003 1:30:44 AM) I was recently handed responsibility for a web site that is a combination of ASP, javascript, and some cgi-bin style programs which generate HTML with javascript. Though I'm new to javascript, the language ... Don