display another ASPX webpage inside a frame
-
my problem is to open another page in another frame.... i'm using Response.Write("webpage.asp"). i can not specify to display it inside the frame i made in a framset...
xxx
-
my problem is to open another page in another frame.... i'm using Response.Write("webpage.asp"). i can not specify to display it inside the frame i made in a framset...
xxx
In order to display the page within a frame, you can use plain HTML-
Try that out. Good luck. Ranjit Viswakumar Professional Services Specialist http://hostmysite.com/?utm\_source=bb
-
In order to display the page within a frame, you can use plain HTML-
Try that out. Good luck. Ranjit Viswakumar Professional Services Specialist http://hostmysite.com/?utm\_source=bb
nice solution but i cant make a plain HTML since i'm making a webpage using C#-ASPX.... I'm using a "Response.Write" from a button-object to display a certain webpage, targeting to a specific frame from a frameset.
xxx