Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > can someone troubleshoot this HTML?

Reply
Thread Tools

can someone troubleshoot this HTML?

 
 
BK
Guest
Posts: n/a
 
      09-04-2003
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.


 
Reply With Quote
 
 
 
 
Vjekoslav Begovic
Guest
Posts: n/a
 
      09-04-2003
"BK" <> wrote in message
news:iaM5b.128471$...
> 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
> 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.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is Visual Studio slow? Can I troubleshoot it? Bobby Edward ASP .Net 2 10-06-2008 07:59 AM
Weird stuff with char pointers, need someone to troubleshoot dtschoepe@gmail.com C Programming 7 02-23-2007 06:19 PM
How to troubleshoot intermittent connections. =?Utf-8?B?Q2FybHlsZTMwMg==?= Wireless Networking 2 03-27-2005 11:59 PM
How do I troubleshoot this? John Wireless Networking 4 10-02-2004 10:14 AM
Can anyone help troubleshoot this Windows problem? Jeff J Computer Information 8 05-04-2004 02:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57