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...
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.
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...
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.
Hello.
Does anyone know if it's possible to capture the user name entered by the user when they log into the network?
I need to display that same login as their login on my form.
Any input would be greatly appreciated.
Thanks.
Hello everybody,
I am kind of new to javascript, so if anyone could help me I would greatly appreciate it.
I have a text field, where a user would enter a username, and when the user clicks on "check if available", if that username is already in the data base, I need to give an alert...
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.