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 Chriss Miller 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. steeleweed

    Restricted pages

    I use the following code:<br> Entry page (index.html) contains:<br> &lt;script language="JavaScript"&gt;<br> var x = ".html"<br> var y = prompt("Enter Password","null")<br> var q = x + y<br> window.location = q<br> &lt;/script&gt;<br> <br> If user does not enter any password, he is taken to<br>...
  2. steeleweed

    Javascript and IE - document.referrer

    <br> I fixed the problem. 'pass.html' had no HTML code, only the<br> javascript that obtained and verified the password, then <br> passed control to 'first.html'. When 'first.html' tested <br> 'document.referrer', NS yielded 'pass.html' but IE gave <br> nothing. Completely on a hunch (I've been...
  3. steeleweed

    Javascript and IE - document.referrer

    www.steeleweed.com/prospect/ has 'index.html' which carries<br> the META tags for search engines on an entry screen.<br> After a few seconds, control passes to 'pass.html'. This<br> has no HTML code, only Javascript but it is considered a 'document' by a browser. This page prompts for and...
  4. steeleweed

    Javascript and IE - document.referrer

    I have a page that is password-entered...I want to make sure viewers get there via the password page.<br> Checking document.referrer works fine for NS but is unrecognized for IE4 and IE5. I could test for IE and<br> execute different code if I knew what that code should consist of. Anybody...

Part and Inventory Search

Back
Top