Results 1 to 2 of 2

Thread: Modification to Encrypted Password script?

  1. #1
    Join Date
    Dec 2005
    Posts
    107
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Modification to Encrypted Password script?

    1) Script Title: Encrypted Password script

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex9/password.htm

    3) Describe problem: The script is working great but I was wondering if anyone knew how to modify the script so it opened the secure page in a small pop up window without the browser tool bars (aka chromeless) window?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Find this line:
    Code:
    window.location=password+".htm"}
    Change it to any Javascript command you'd like, such as window.open() to create a new window including any parameters you require. You must include password+".htm" as the location for the next page.

    Post a reply if you need more help with how to design the Javascript code to do what you want. But the information above should explain how to integrate any necessary code with this particular script.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •