how to dynamically open a different browser page from a browser without the user clicking on any link button after a visual display count of 100%
or
how do i do the logic that open a new browser (not popup) from a browser after a visual display count of 100%
Loading
Kirtan PatelPosted Mar 12, 2010, 9:39 PM
protected override void OnLoadComplete(EventArgs e)
{
// Perform Somthing After Page Successfully Loaded
Page.RegisterClientScriptBlock("","");
}
Sam HobbsPosted Mar 12, 2010, 9:11 PM
Amit ChoudharyPosted Mar 12, 2010, 8:36 AM
problem is not clear please give more details?? what is this 100% means is it loading of content??