Link to home
Start Free TrialLog in
Avatar of kchoed
kchoed

asked on

Create Frame in Web Form

Hi Experts,

Could you please help me how to create frame in web form?

E.g., in the web form, seperate in to 2 frame, and each show different web location.

Thanks
Avatar of Sammy
Sammy
Flag of Canada image

<iframe id="Frame1" runat="server" src="http://webdivisions.net" visible="true" width="400px" height="600px">
<iframe id="frame2" runat="server" src="http://google.com" visible="true" width="800px" height="600px">


You can adjust the width and height to fit your needs

HTH
ASKER CERTIFIED SOLUTION
Avatar of vinodhsomasekharan
vinodhsomasekharan

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