Hi everybody,
I am pretty new at using JavaScript. SO I have having a bit of a problem.
I have a list of checkboxes, which are named dynamically with values from the database. I also have a list of radio buttons which have values which match the names of the corresponding checkbox. (I...
Hello everyone.
I have a number of images on my web page which are dynamically displayed. The user wants to be able to have a button that when slicked will prompted them to do a save.
I've tried using execCommand("SaveAs") but for some reason it seems to be inconsistent the was I have it...
Adam,
I tried the function you suggested. It does work in IE, but I can't make it work in Netscape. It doesn't even open a new window with the image. DO you know why?
Hello everyone!
I need to be able to print and save images one by one on my web page. I know how to print the entire page, but can I print one image using javascript.
(just like the options available if the user right clicks on the image)
Thanks for helping.
XgrinderX and clarkin,
Thank you both for helping me.
I 've got the part that I couldn't to work now. But I also wanted to put the focus back on the field that the function is called from (I call the function onChange instead of onBlur), and I get an error as well.
I tired this:
function...
Hello everybody,
I am pretty new at this so I keep getting an error that I can't figure out.
This is what I have:
function ValidateForm(field){
alert(field);
var dt=document.frmSample.field.value
if (isDate(dt)==false){
dt.focus()
return false
}
return true
}
</script>
<form...
Hello everyone,
I have 10 checkboxes. But I want the user to only be able to select 3 checkboxes out of 10. How can I check that the user did not select more?
Thanks.
Hello everybody,
I need help.
I have two drop down lists (each populated by it's own query). If the user selects an option in the first one, that should then effect the output of the list in the second drop-down. But I need all this to work with out my page being reloaded every time.
Does...
mwolf00 thanks so much for replying.
The script u gave me works perfect in IE but gives me this error in Netscape :
document.getElementById is not a function.
I have Netscape 4.7. Is it some kind of a bug in 4.7?
Is there any way to change the text color of text inside a table?
I have a function where I use setTimeout(). So every few seconds I want to be able to change the color of the text in my table.
Does anyone have any suggestions for me...please.
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.