User Profile

Collapse

Profile Sidebar

Collapse
robcolesdrawtheline
robcolesdrawtheline
Last Activity: Aug 15 '08, 02:38 AM
Joined: Aug 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • javascript password works in IE6 not IE7, need urgent help

    many thanks Rob

    Here is the script:
    Code:
    <SCRIPT language="JavaScript"><!--
    function check() {
    // Prompt user for the password ...
    pwd = prompt('Enter password before continuing','');
    
    location.href = 'http://www.translease.com.au/calculate/' + escape(pwd) + '.html';
    }
    // -->
    <
    ...
    See more | Go to post
    Last edited by acoder; Aug 13 '08, 10:29 AM. Reason: Added [code] tags

    Leave a comment:



  • Here is the script:

    Code:
    <SCRIPT language="JavaScript"><!--
    function check() {
    // Prompt user for the password ...
    	pwd = prompt('Enter password before continuing','');
    
    	location.href = 'http://www.translease.com.au/calculate/' + escape(pwd) + '.html';
    }
    // -->
    </SCRIPT>
    Here is html:

    [HTML] <p><FORM class="pad"...
    See more | Go to post
    Last edited by acoder; Aug 13 '08, 10:28 AM. Reason: Added [code] tags

    Leave a comment:


  • robcolesdrawtheline
    started a topic password script not working in IE7

    password script not working in IE7

    I have set up a javascript on the home page of:
    http://www.translease. com.au
    The idea is to access the page required (a flash calculator) when you click button a dialogue box opens and a password is required (the password is the same name as the html file.
    It's low level security but it works in Safari, Firefox, netscape but not in IE7??
    Password dialogue did not come up but an alert message can't find page.
    The...
    See more | Go to post
No activity results to display
Show More
Working...