I am very, very new to Javascript and have a form I need help with. I have created a vehicle quote form with three combo boxes. The user selects the first box,...
First, if you need help with your code, you should post it here so smeone can take a look at it. No one will really be able to help you unless you put the code...
Hi All, I am facing a challenge in retreiving the HTML Form ELements using JavaScript. My requirement is, I am looking for an API which retrieves all the...
I know, 'what's that subject mean?' hahah let me explain. I have combined a couple of .js libraries that I am using for a construct that i would like to build....
... Try myForm.elements to get all the form elements in the form, where myForm is a reference to the form object: var myEls = myForm.elements; Then to get the...
Hi all. Is there a function in javascript to know how much time a page takes to load. Also, what are the diffrent ways of doing the same. Thanks & regards ...
I am just starting with JavaScript. Is this the only forum for JavaScript beginners? Activity seems very low and queries that I have asked have mainly been...
I've got a few div layers setup, that show on a hover over of an image. Here is the css for the div's. .HelpDiv { position:absolute; visibility:hidden; ...
... 67 messages in December and 11 so far in January? Sounds fairlyt active to me. ... I can only see three recent messages from you - all on the 27th - and...
hi all, i'm trying to globally change the color of visited links using CSS but nothing i've tried has worked. i've tried it 3 diff ways in the stylesheet. ...
I am writing script to upload a file to server. I need to check on client side whether file exists or user has entered a fake file to save overhead at server...
Hi, I recently learned CSS and applied it to my website, however in IE 6 the photos are "squished", or on some pages, made wider. I looked for a work around...
Elaine, First, what do you mean by "squishes"? Horizontally, vertically, or both? How are you specifying the size for the pictures? You need to specify sizes...
Google search for: css hyperlink visited color For example http://www.projectseven.com/tutorials/pseudoclasses/index.htm or Google search for: vlink css to get...
... but nothing i've tried has ... the right syntax? ... Hey This is Easy to use and handle a:visited { color: #CC6634; } this is the right way you can search...
Sir, I want to know the version number of JavaScript supported by Current Browser,SO How to get it. And what are the files(especially config file to get JS...
No answers from anyone? Does anyone know if you can get the coordinates of the bottom of the screen (what's showing at the bottom of the window without...
You have to develop an interactive page using JavaScript that takes 5 Names in an Array .This page should take 5 Names from the user and then display them in a...
hi , this is anji... i am joined in this gruop.. my query is how to kill a session in javascript or jsp.. plz send me information.. Thanking u ... Everyone is...
Hi, I'm new to this group and frightfully ignorant in Java Script. I do know that I want to do, but am unsure of how to do it, so if anyone was willing to...
In JSP you have an interface Session with method close(). Just use it :) ... <% session.close(); %> In javascript you can not do this but you can remove...