is there a script which alows me to display a website through my site? like the url is my url but is diplaying another site??
Yes its called iframes Merged Post: <iframe src="URL TO SITE GOES HERE" name="NAME OF SITE" scrolling="yes" width="200" height="200" frameborder="0"></iframe> hope this helps..you can change the size of the width and height
don't even bother with a static iframe. just use a standard frame. I haven't f-ed with HTML for a while and of the top of my heqad I can't recall anything but... google...
Depends what your trying to do. If your trying to set up some kind of proxy, then any frame is just gonna do jack.
If you have a way to right click and get source it will give you the code for the site and you can just set it up.
If you're looking to get a few key things from a site, like it's news, etc, then google and study RSS.
all i want is to display a forum i have on another site on my main site. Not to cover up where i'm coming from just need to display it.
Where is the Forum Hosted? if its on another Site, just link to it through an I-Frame, like the .tk Service troubles me with now....Link to your site?
yeh the iframe thingo worked fine. i used to have a site at freewebs and forums with IF (P.O.S.) anyway, gave it away for someone, but before hand wanted to put forums in site. thnx for your help.