May 13, 2002 #1 Ladyhawk Programmer Joined Jan 22, 2002 Messages 534 Location AU Can you display a dialog window (like a vb form) in ASP? Ladyhawk. ** ASP/VB/Java Programmer **
May 13, 2002 #2 MajorTechie Programmer Joined Mar 20, 2002 Messages 30 Location CA Here's what I found on the subject: MsgBox(prompt[, format][, title][, helpfile, context]) InputBox(prompt[, title][, default][, xpos][, ypos][, helpfile, context]) Upvote 0 Downvote
Here's what I found on the subject: MsgBox(prompt[, format][, title][, helpfile, context]) InputBox(prompt[, title][, default][, xpos][, ypos][, helpfile, context])