Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Default Values

Status
Not open for further replies.

Ladyhawk

Programmer
Jan 22, 2002
534
AU
I have a form that I want to put default values into. So in the value property for a text box I put the string value. For example:

<input type=text name=myField value=&quot;blah&quot;>

If the user changes the value in myField, I get an error when the form is posted back. If they don't change the value, I don't get an error.

What's happening here? Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
where are you posting the form to .. what error are you getting??

The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)
 
I am posting the form back to it's asp page and I just get the &quot;There was an error processing this page&quot;. Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top