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

Recent content by TonyU

  1. TonyU

    Viewing Thumbnails

    you may also want to use a virtual path not a path to your C: drive
  2. TonyU

    Viewing Thumbnails

    check the image path, they don't seem to be pointing at the right location
  3. TonyU

    How to simplify the login process for my website?

    If the user has yet to log in the below script should read as follows: <% if request.cookies(&quot;user&quot;)(&quot;firstname&quot;) = &quot;&quot; then response.redirect &quot;login.asp&quot; end if %>
  4. TonyU

    How to simplify the login process for my website?

    Create a cookie with the information from the database that check the login info and add this code to each page where the user needs to log in everytime <% if request.cookies(&quot;login&quot;) = &quot;&quot; then response.redirect &quot;another_page.asp&quot; end if %> This basically...
  5. TonyU

    Form action

    Here you go: http://www.4guysfromrolla.com/webtech/LearnMore/Email.asp
  6. TonyU

    CGI Novice - Help on Email Form

    Have you looked into CDONTS? Search for CDONTS in http://www.4guysfromrolla.com
  7. TonyU

    Making the Access report From database

    u cant use sql to build the query, then either display it on a html/asp or better yet a pdf page
  8. TonyU

    website admin tool

    Look into Contribute by Macromedia
  9. TonyU

    No data found on Access database

    What's your SQL statement to view the data???
  10. TonyU

    How to record the desktop?

    http://www.ehelp.com Program name is RoboDemo 4.0
  11. TonyU

    Dynamic Images From a Database 2

    Stop cross posting
  12. TonyU

    How would i do this with Templates???

    Create a page with the layout necessary making as many editable region as you need, save your page as a template (.dwt) then when you do file new from template the new page will maintain all editable regions for use... Another options would be to create a table including an include file as...
  13. TonyU

    having trouble with a slide show

    If you search http://www.dynamicdrive.com for slide show you will find one that can very easily be modified and it has a next previous button

Part and Inventory Search

Back
Top