Forum Moderators: phranque
You can use mod_rewrite to test if the request came from your site, and, if it didn't, replace
http;//www.widgets.com/mypage.htm
with
http;//www.widgets.com/mypage.htm#bottom I'm not a mod-rewrite expert, so someone else will have to provide you with the code. But I know enough to be able say it will definitely work.
(But not much help, of course, if you're not not running under Apache :))