View Single Post
Old May 30, 2000, 08:06 PM   #2
Bud Helms
Senior Member
 
Join Date: December 31, 1999
Location: Middle Georgia, USA
Posts: 13,198
Rich,

Have you tried fiddling with the "case" of the values for the argument 'type' , i.e., type="submit" vs type="Submit" vs type="SUBMIT" ??

What about value="Submit" vs Value="Submit" ? Aren't logical names case sensitive, even in HTML?

Just a couple of stabs in the dark.

Here's an idea. The format for a radio control is <INPUT TYPE="radio" NAME="var name" VALUE="default value">. You have <input type="submit" value="Submit">. I note that there is no variable NAME defined, i.e., <... NAME="var name" ...> is missing.

I should shut up. You did ask for a guru.

[This message has been edited by sensop (edited May 30, 2000).]
Bud Helms is offline  
 
Page generated in 0.02289 seconds with 8 queries