by meristatha on Thu May 19, 2011 1:46 am
I found the solution...Here is the code:
<html>
<title>Welcome to my site</title>
<frameset cols="100%,*" border=0 frameborder=0 border=0 framespacing=0 scrolling="yes">
<frame
src="http://localhost/eclime/catalog/"
name="AddressHidingFrame"
marginwidth=0 marginheight=0 frameborder=0 noresize scrolling="yes">
<frame
name="needed4Netscape2Work"
marginwidth=0 marginheight=0 frameborder=0 noresize>
</frameset>
<noframes>
<a href="http://localhost/eclime/catalog/">Your browser doesn't support frames, click here to continue.</a>
</noframes>
</html>