Either way is good. I just want a smallish window that looks something like this ____________________________ |Please enter your userid | | ________________________ | | |youruserid | | | |_______________________| | | ________ ____ | | |cancel| |ok| | lol I love ascii pictures |___________________________|
and then I wanted it to just fill in the variable in the userid field in the humongous form elsewhere. I was wondering if there was a way to make a popup prompt using javascript which allowed asp to grab the variable. But a popup window with a form is ok I guess. -----Original Message----- From: Diane Schips [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 1:37 PM To: ActiveServerPages Subject: RE: Prompts in ASP >(unless you want to go the client-side VBScript route) Huh? Both client and server side can use either VBScript or JavaScript, but too many browsers can't read VBScript. So of all the options available, client side VBScript is the one you most want to avoid! I think I may have misunderstood the question: You want a pop-up prompt, and not a form? One possibility is a form on a pop-up window, but javascript may be your best bet. Diane --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
