开发者

How to make a ToolBar which appear's on all the pages- PHP

I want to Make a tool bar that appears on All the page's.

There are links of different Site on my webpage

I want that the tool bar appear's on every page when i click on the link.

http://www.mysite.com/page.php?=www.yahoo.com

so what ever link's that i click on the webpage of yahoo.com ( which is displayed on my site ) come's on like

http://www.mysite.com/page.php?=mail.yahoo.com/

I am using scrip like

<?开发者_C百科php
$homepage = file_get_contents('http://www.yahoo.com');
echo $homepage;
?>


If you are talking about an about.com style toolbar, then you can use an HTML frame to do this http://www.w3.org/TR/html4/present/frames.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜