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 bkrike 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 bobbygwd

  1. bobbygwd

    Keyboard Shortcut for Playhead in Timeline?

    Perfect, Thanks.
  2. 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...
  3. bobbygwd

    Q...

    Excuse me if I missed it, but what was the question?
  4. 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...
  5. bobbygwd

    Multiple sessions??

    that reminds me... do you always need a response.end after a response.write? what exactly is the significance of the response.end
  6. bobbygwd

    Multiple sessions??

    I have the levels set up already and it checks them so see what page to go to, but I'm only setting one session variable and I think that I may need to set one for each level so that based up their session it will either let them stay or kick them out, while not letting them access any of the...
  7. 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...
  8. bobbygwd

    allowing access using sessions

    what is the &quot;global.asa&quot; file?
  9. 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...
  10. bobbygwd

    Database won't update

    im posting another question ;)
  11. bobbygwd

    Database won't update

    FABULOUS! Good job paul. It works now. I appreciate your help. Bobby Gordon
  12. bobbygwd

    Database won't update

    I added the file using: <!--#include virtual=&quot;/adovbs.inc&quot;--> And I got the following error again: -------- ADODB.Recordset error '800a0cb3' Object or provider is not capable of performing requested operation.
  13. bobbygwd

    Database won't update

    I changed the code to the following, as you said... but I'm getting a different error now. --------------------------- <% option explicit %> <html> <head> <title>Bring me a Dream inc.</title> <style> .dream {font-family:tahoma,serif;font-size:10pt} </style> </head> <body> <!--#include...
  14. 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...
  15. 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