Quote:
Originally Posted by TopJock
I bookmark SB sites links like this:
javascript:q=(document.location.href);void(open('h ttp://www.x-digg.com/submit.php?url='+escape(q),'','resizable,location, menubar,toolbar,scrollbars,status'));
Some sites make it easy, others don't and i have to make the link myself. But i can't get it to work with 3x dose. E.G.:
javascript:q=(document.location.href);void(open('h ttp://www.3xdose.com/add_story.php?url='+escape(q),'','resizable,locati on,menubar,toolbar,scrollbars,status'));
Can anyone help with this?
Thanks,
-TJ
|
I think that you need to change "?url=" with "?story_url="
Let me know if it works...