View Single Post
Old 09-16-2012, 11:02 PM   PM User | #3
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,556
Thanks: 62
Thanked 4,056 Times in 4,025 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Quote:
When I click the hyperlink in events.asp (which calls submit.asp),...
No, the hyperlink calls "test5.asp".

And that first set of code can't possibly be real. You have LOOP statement but there is no corresponding WHILE.

Your HTML isn't close to legal. You have <font> tags with no matching </font>s. And <font> is obsolete, in any case.

And what is the point of <input id="kpname" name="kpname" ... when there is no <form> to contain it and it is not used at all? Why use an <input> instead of just putting the text directly in the <td>??
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote