Ok here's my situation. I want to prompt the user for a username when
entering my site
Like the javascript prompt and pass it off to asp for use later. How can I
do this

So it would be like this
<html>
<head>
<script language='javascript'>
        userid=prompt("hi, what's your username", "username")
</script>
<body>
<p>your userid is: <% =userid %>
</body>
</html>


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to