Click to See Complete Forum and Search --> : uploading another page to the current page
pelegk1
12-21-2004, 08:58 AM
is there another way then iframe to load another page to my page?
what i mean soemthing instead of :
<iframe s="page2.php">
thnaks i advance
peleg
DaveSW
12-21-2004, 09:14 AM
So you want another way to load the content of another page into your currrent one?
Do you have control of the code you are loading? could you use a server-side include?
ray326
12-21-2004, 11:08 AM
You could make the href a php page that decides what page should handle the response then redirect accordingly. Lots of variations on that theme.