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 TouchToneTommy 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: bobbygwd
  • Content: Threads
  • Order by date
  1. bobbygwd

    Keyboard Shortcut for Playhead in Timeline?

    I heard there was a keyboard shortcut that you can move the playhead in the timeline one frame at a time. I've tried the obvious left and right arrow keys and they just moved the object within the keyframe. In other words, you could be on a particular frame, and by use of this keyboard shortcut...
  2. bobbygwd

    locating lower level

    In a basic html link, to get to a lower level you would do as so.. <a href=&quot;..\login.asp&quot;> In asp, while using a response direct, it does not seem to work... <% if session(&quot;level&quot;) <> 1 then response.redirect(&quot;..\login.asp&quot;) %> Why won't this work? I have even...
  3. bobbygwd

    Multiple sessions??

    Ok guys, I've got this user authentication set up with access database. Now, when they put in their username, based upon what their username is, it takes them to either page1.asp, page2.asp, or page 3.asp. My problem is, is that I only set one session variable to make sure that they're logged...
  4. bobbygwd

    allowing access using sessions

    I'm trying to figure out how to do this session thing, when a user logs in. I have my login page, and based on their username I have them either go to page 1.asp, 2.asp or 3.asp I know that in 1.asp,2.asp, and 3.asp i need to have some sort of code that recognizes if the user's login session is...
  5. bobbygwd

    Database won't update

    Below is the code: ---------------- <% option explicit %> <html> <head> <title>Main Page</title> <style> .mystyle {font-family:tahoma,serif;font-size:10pt} </style> </head> <body> <!--#include file=&quot;strConnect.asp&quot;--> 'basic access server connection <br><br><br><br> <table...
  6. bobbygwd

    Why won't USB hub work with modem.

    I currently own a laptop, and I have one USB port in the back. This only recently became a problem, when I needed to plug in more than one peripheral. Anyway, I bought a 4 port USB Hub, at CompUSA. Now let me describe my situation... I use the @home cable modem service in my house, and rather...

Part and Inventory Search

Back
Top