How can use bookmark's on my site when the URL is like mypage.php?page=downloads ? Thanks..!
This might work: <a href="javscript:window.external.addFavorite('<?php print("http://whatever.com/mypage.php?page=$page"); ?>', 'Somesite');>Add Bookmark</a>
I've noticed a couple of mistakes in the code, but the idea should work.:=)
I didn`t mean such bookmark, but a <a name="bookmark"> which normally can be reached by mypage.html#bookmark, but how do I do this with dynamic php sites like mypage.php?page=help#bookmark ?