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 strongm 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: *

  1. drizzt151

    Hi, How can i time session for individual pages?

    This is the Code i have on my page am I still missing the Picture? <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <html> <script language=javascript> history.go(1); </script> <head> <title></title> <meta name=&quot;GENERATOR&quot...
  2. drizzt151

    Hi, How can i time session for individual pages?

    do i put that in in th body of the html?
  3. drizzt151

    Hi, How can i time session for individual pages?

    I trying to find a way to stop a user from using his/ her Back browser button. I am very unsure on how to accomplish this. Please any help would be greatly appreciated. Jason
  4. drizzt151

    Loader

    Hi all, Am trying to code some way of telling a a user that the page is searching for data in a database by displaying a message like &quot; Searching...&quot; and once the search is completed , Take the message away and show datagrid. Jason Noob at .net
  5. drizzt151

    Another Email Error

    Hi, I am writing an application that uses email notification. The Code that i have for the MAPI Session is: With MAPISession1 .DownLoadMail = False .LogonUI = False .NewSession = False .Password = &quot;&quot; .UserName = &quot;HRCAP&quot; .SignOn End With The Client Machines all use...

Part and Inventory Search

Back
Top