Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PopUp questions.

Status
Not open for further replies.

indoaryaan

IS-IT--Management
Nov 19, 2003
26
US
I am working with VS2002/VB.NET/ASP.NET. I have a Modal Dialog as PopUp window. I can create and close the PopUp. The below are the two scenarios when i need the PopUp. I am using JavaScript to create and close PopUp.

1) I need the PopUp to occur only the first time the page loads. Subsequent submission(submit button) of page/postback should NOT initiate PopUp.

2) I need the PopUp only after submission/Postback i.e PopUp should NOT occur on first time the page loads. The PopUp should occur AFTER the page load is complete i.e the PopUp(Modal Dialog) should remain on top of the page after all other controls have loaded and are visible.

Thanks for all the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top