Let's say a person logged into your page and then did not click for 10 minutes. The server has closed their session. You set the timeout session for 5 minutes. They still have the page up but when they click refresh or enter information and try to submit it, with the script jlgdeveloper wrote...
I used to have this error also. It has to do with what type of data you are entering in the database and what datatype you have your fields in your database registered as (text,memo,numeric,object). Check this. What type of data are you inserting, and what datatype is your field?
Try taking out the double quotes.
HTML = HTML & "<input type="text" name="cname" value="<%=Request("cname")%>" size=94 maxlength=100>"
Also is request the variable for your recordset object.
example: set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.