I have a form that produces a few checkboxes via a server side script. Once on the page, the source looks like this... <tr> <td><input type="checkbox"...
i think the value of the first checkbox set is going to need to be 0 since your "access" and "view" arrays will both start at 0. assuming you make that change,...
I maintain an Intranet site within a government agency. Being a government agency, we have to comply with all accessibility laws. I would like to create a...
You need to add the ALT tag to the JS (document.write) - you are only outputting the image. It is strange though as using extensive JS is not accessible -...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
May 3, 2006 7:06 am
20923
Or else, after the win.document.close(); you can get the object image: imgs = win.document.getElementByTagName("img"); And set the ALT attribute this way: ...
I open up an html page with an href to a new page using target=mywindow, I then leave that open and open a new html page that opens a window using window.open...
Hello, I have a problem with one of my scripts in IE. The script is: document.write('<img id="ena" STYLE="position:absolute; left:0; top:0; visibility:visible;...
? An automatic dialog box? Do you have an example online? Whatever is happening here is no doubt down to IE itself - maybe even something to do with the Eolas...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
May 15, 2006 7:34 am
20928
Maby i didn't described it well. I have an example in: http://wgr.awardspace.com/example.htm Thanks for the answer, //////////////////////// Hello, I have a...
Use this meta tag in the head section of your code. This wiIl disable image toolbar from enitre page. <META HTTP-EQUIV="imagetoolbar" CONTENT="no"> I hope this...
oh, your talking about those popup "helpers" that microsoft added... as far as i know, those show up on all images.... make your image the background of...
hello forum members: hello everyone: I am doing a exercise for self study. the requirement is a) when user choose a image names from drop down box, the image...
Hi I am novice programmer in Javascript. Can anyone help me with DHTML coding in Javascript... ... Do you have a question on a topic you cant find an Answer...
im looking for a script for a scratch ticket that i can use on my site.. i need to be able to put my own prizes and a way to be notified when a prize is won...
Hi all i need a small help. in my form there is a drop down button and a text box beside it. when a value in drop down is selected a popup window must open and...
Hi All, Can anybody suggest on how to achieve the following functionality? The requirement is to be able to dynamically (through java-script) hide/remove and...
Hello everyone: I have trouble to understand how word boundary \b and \B works. I search the internet and found a good explanation for word boundary There are...
Hi all, i created a 4 different drop downs.when a value is seleted frm a drop down i open a pop up and there i need to get name of the drop down where the ...
I am thinking of starting my own RPG, and one RPG already has the format I like. I asked the person who had originally offered the design for the RPG to the...
Hi all, Does anyone have a script that will keep the background of a website still while the content continues to scroll? I REALLY need it. Please let me know....
Hello everyone: I am doing an exercise try to validate user entry in a text field (name field). I want to exclude underscore from user input, so the name filed...
Search the web, there are thousands of JS scripts to help/use. What are you using a new window? You can just show/hide JS in the base form. "This e-mail is...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:30 am
20942
If the admin advice was stuff you already knew then you should be able to get started. Question: what is the point in re-creating this site if it already...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:34 am
20943
Looking for h. C). Ah@ D). @hA "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:36 am
20944
What hide a scrollbad in an browser? If so, read the JS docs on window.open. "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond,...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:36 am
20945
This is not JS, it is simple a fixed css image. This "effects" use however died out around 10 years ago. "This e-mail is from Reed Exhibitions (Oriel House, 26...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jun 4, 2006 6:39 am
20946
<head> <style type="text/css"> Body { background-attachment: fixed; } </style> </head>...
Hi SB, --"Can anybody suggest on how to achieve the following functionality? The requirement is to be able to dynamically (through java-script) hide/remove ...