Microsoft
Software
Hardware
Network
Question : How should I correct my JavaScript to return the values of checkboxes?
How should I correct my JavaScript to return the values of checkboxes?
Here is the coding attached.
It's in Swedish language, and there are three checkboxes for choosing one's age. After choosing one's age, one should press the button "Skriv ut ålder" (print out age) whereupon there should be an alert with the text "Din ålder är ..." (Your age is...).
I receive a syntax error on line 31: </form>
Attachments:
alder.html
(999 bytes)
(File Type Details)
Checkboxes for age (alert: "Your age is...")
Answer : How should I correct my JavaScript to return the values of checkboxes?
It should look like
onClick="alert('Din ålder är ' + DinAlder());"
Random Solutions
Reducing bandwidth consumption between domain controllors at multiple sites
sql query help.
Convert 16bpp bitmap to 32bpp or to JPEG on Windows Mobile 5.0 onwards
google docs shrink to fit
difference between AD integrated dns server and dns server
Can't install wifi printer MX870
Urgent: How to locate the current in use ID file in Lutus Notes 7
Display logon message to new users at first logon.
Crystal Report Security
Extract / Create thumbnails (1st page) for office documents using PHP on Windows or Linux/Mac server