Xandor Posted August 4, 2006 Share Posted August 4, 2006 Hello everyone.Hope someone can help me a little out here..I got a little website from a friend that he wanted a little help redoing some of. I.e when you click links he wants them to show up in one of the cells, not open a new page or "taking ownership" of the whole page, becourse he wants to keep links and so.He didnt want to make it in frames so he made the whole page a table with diffrent cells for each section.The page is set up something like:[code]<table width="100%" height="394" border="1"> <tr> <td height="74" colspan="3">Site title</td> </tr> <tr> <td height="25" colspan="3">Link | Link | Link </td> </tr> <tr> <td width="12%"><p>Link</p> <p>Link</p> <p>Link</p></td> <td width="76%"><p>Main box where he wants everything</p> </td> <td width="12%"><p>Link</p> <p>Link</p> <p>Link</p></td> </tr></table>[/code]Been searching a little around but havent found anything :(might be me not searching the right places/right things, or maby it cant be done?Anyways hope i can at least get some input on it :)Xandor Quote Link to comment https://forums.phpfreaks.com/topic/16517-new-page-displayed-in-a-single-table-cell/ Share on other sites More sharing options...
nogray Posted August 4, 2006 Share Posted August 4, 2006 easiest way if you use iframes, or you can always use some ajax Quote Link to comment https://forums.phpfreaks.com/topic/16517-new-page-displayed-in-a-single-table-cell/#findComment-69288 Share on other sites More sharing options...
Xandor Posted August 6, 2006 Author Share Posted August 6, 2006 Ah, tnx. havent used that before at all actualy. hehe..tnx alot :) Quote Link to comment https://forums.phpfreaks.com/topic/16517-new-page-displayed-in-a-single-table-cell/#findComment-70134 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.