Hi,
I have designed a frameset page.
Example index.htm
-------
<frameset rows="293,*">
<frame src="homepage.htm" name="main">
<frame src="news.htm" name="body">
</frameset>
Now on the news.htm, I will have two buttons to minimize and restore the window. By doing this the person browsing can utilize more space on the screen for the homepage, but incase he wants to go through the news he can restore it back or minimize it as required.
Kindly help me on the solution as I am not that good in scripting...
Thanx in advance...
Tommy...
I have designed a frameset page.
Example index.htm
-------
<frameset rows="293,*">
<frame src="homepage.htm" name="main">
<frame src="news.htm" name="body">
</frameset>
Now on the news.htm, I will have two buttons to minimize and restore the window. By doing this the person browsing can utilize more space on the screen for the homepage, but incase he wants to go through the news he can restore it back or minimize it as required.
Kindly help me on the solution as I am not that good in scripting...
Thanx in advance...
Tommy...