Jump to content

frame


sandy1028

Recommended Posts

hi,

 

When I use the frames in php page the partition of the frames is visible....

How to make in invisible....

The frames should work but the partitioned should not be noticed

 

Please help me with this

 

echo "<frameset rows = \"100,*\" cols=\"*\">";
echo "<frame name = \"frame1\" src=\"banner.php\">";
echo "<frameset cols = \"230,*\" rows=\"*\">";

echo "<frame name = \"list\" src=\"list.php\">";
echo "<frameset cols = \"598,*\" rows=\"*\">";
echo "<frame name=\"table\" src=\"table.php\">";
echo "<frame name = \"option\" src=\"option.php\">";
echo "</frameset>";
echo "</frameset>";
echo "</frameset>";


Link to comment
https://forums.phpfreaks.com/topic/62412-frame/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.