can someone troubleshoot this HTML?

B

BK

I am trying to make a quiz page, and I can't figure out what I did wrong.
IE tells me there are errors on the page, and when I click the submit button
on bottom nothing happens. The page is at
http://home.att.net/~bighairycamel/Quiz1.html and I saved all 5 results as
*.html where * is each individual var name. Again, I have checked this page
4 times through and can't see why it isn't working. If you have Internet
Explorer you can view the html source by going to View>Source on the
toolbar. Thanks for the trouble.
 
V

Vjekoslav Begovic

BK said:
I am trying to make a quiz page, and I can't figure out what I did wrong.
IE tells me there are errors on the page, and when I click the submit button
on bottom nothing happens.

IE also tells that error is in line 162:

if (Big P> i) { out = "BigP"; i = Big P; }

Change to:

if (BigP> i) { out = "BigP"; i = BigP; }

BTW, that is a javascript issue, nothing to do with HTML.

The page is at
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top