Link to home
Start Free TrialLog in
Avatar of genesiscircle
genesiscircle

asked on

Open asp page from aspx page

hi all,

I have to open ASP pages from ASP.NET. I used below code in Page_LOAD event. But, it did not open ASP pages from ASP.NET.


 Response.Write("window.open('pagemain.asp','RYANWINDOW','resizable=yes,scrollbars=no,width=0,height=0,status=yes,menubar=0,toolbar=0,left=0,top=0');")
 Response.Write("window.location.href = 'page1.asp';")

Thanks
ASKER CERTIFIED SOLUTION
Avatar of bigphuckinglizard
bigphuckinglizard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial