|
-
Jun 19th, 2000, 08:29 PM
#1
Thread Starter
Addicted Member
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
-
Jun 19th, 2000, 10:24 PM
#2
Hyperactive Member
Sure, you should be able to use javascript and use a session variable to hold the information.
-
Jun 19th, 2000, 10:56 PM
#3
Thread Starter
Addicted Member
Can you show me an example please ?
nmretd.
-
Jun 20th, 2000, 10:53 PM
#4
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|