
Hi,
Can anyone provide me HTML Frames Example code? I have to one a web page say http://www.roseindia.net in Frame?
Thanks

Hi,
You have to use the <frameset > ..</frameset> and <frame src="frame1.html"> tags for creating frames in HTML.
Read at Frames example.
Thanks