I've searched through this forum and have seen plenty of discussions on how to check if a checkbox is ...erm checked.
My problem is slightly different. I have a page with 100 possible selections from which the user may only select 25. How do I count the number of selected boxes and flag an...
I have a countdown javascript function which writes to fields in a form (document.form.field.value=??) but I'd rather not have to display the info in textboxes or at least make the textboxes look less like text boxes. is there any way to do either of these? ie not a textbox or no borders on...
Using the double combo script at
http://wsabstract.com/script/cut183.shtml
I have included a window.open command to open the target page in a new window
function go(){
URL = temp.options[temp.selectedIndex].value
window.open(URL,"newWin");
}
works perfectly. I need to know, however...
I need to create a page which contains 3 dropdown menus. the contents of menu 3 will be dependant on the option chosen in menu 2, the contents of menu 2 will be dependant on the option chosen in menu 1.
I've found an example using 2 menus here...
I want to use the following to display the browser info ONLY in the onload function, without writing a new page. If I use the script without 'window.onload' it displays in the current window with it, it creates a new page within the window. Help?.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML...
I have written the following page and posted it to http://timjwild.50megs.com/test3.html It works as planned in NN and IE5 but not IE4. Is there some obscure reason why IE4 doesn't like my onload event?.
<html>
<head>
<title>test3</title>
<script language="javascript">
var temp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.