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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cuedog
  • Order by date
  1. cuedog

    Ending "session"

    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...
  2. cuedog

    Ending "session"

    In the global.asa file you can set the session to end after so many minutes. I believe its Session.Timeout=3000 which is 5 minutes in total seconds.
  3. cuedog

    Writing to database

    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?
  4. cuedog

    Keep Page from Caching

    It can also be put in a meta tag. <meta http-equiv=&quot;pragma&quot; content=&quot;no-cache&quot;>
  5. cuedog

    Help inserting asp Html email code

    Try taking out the double quotes. HTML = HTML & &quot;<input type=&quot;text&quot; name=&quot;cname&quot; value=&quot;<%=Request(&quot;cname&quot;)%>&quot; size=94 maxlength=100>&quot; Also is request the variable for your recordset object. example: set...

Part and Inventory Search

Back
Top