I like show a url in frame to the visitors. Is there any code for that that i have to page ? Eg. If you visit any proxy website, you can see the frame below which the url loads , right? like that.. Thanks in advance
Take a look at HTML and the FRAME tag. When you create a link with the <A> tag, use the following in it: <A href="YOURURLHERE" target="FRAME NAME">LINK TEXT</A>