Quote:
Originally Posted by rapidphim
frameset includes two seperate file and use name/id to communicate with each other, how am I going to do that? Also please kindly guide me how to create either left or right content column. thanks much.
|
Put your general frame code into a webtemplate say "parent1":
<frameset rows=25%,75%>
<frame src="view.php?pg=child1">
<frame src="view.php?pg=child2">
</frameset>
Then use different webtemplates for child1 and child2 sets.
Finally visit "parent1" to display alltogether