Results 1 to 4 of 4

Thread: pop up window

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213
    Is it possible to get a username and password by using a popup window with two text fields rather than creating a form on an asp page ?

    nmretd

  2. #2
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    Sure, you should be able to use javascript and use a session variable to hold the information.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213
    Can you show me an example please ?

    nmretd.

  4. #4
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281

    Wink

    Hi nmretd,

    Do you mean something like this?


    <script language="javascript">

    var AskForName = prompt ("What is your name?");
    document.write(AskForName);

    </script>

    You can email me if you need more help.

Posting Permissions

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



Click Here to Expand Forum to Full Width