Including external html but relative links are broken
Posted: Sun Jun 10, 2007 3:17 pm
Hello,
I've started a del icio us clone web site. I wanted to attach a small "if you like this site bookmark now" message at the top of the external page when anyone click them.
I will reformat the outgoing links from URL to GO.php?URL=URL
I try require() first. At go.php when I call require("$URL") page shows up but relative links and images are broken. I try iframe but I don't want my message always displays (would be ugly). I don't want to use frame either. Can I include aspx or jsp pages too?
What would be the neat way to do this.
Thanks in advance
I've started a del icio us clone web site. I wanted to attach a small "if you like this site bookmark now" message at the top of the external page when anyone click them.
I will reformat the outgoing links from URL to GO.php?URL=URL
I try require() first. At go.php when I call require("$URL") page shows up but relative links and images are broken. I try iframe but I don't want my message always displays (would be ugly). I don't want to use frame either. Can I include aspx or jsp pages too?
What would be the neat way to do this.
Thanks in advance