Click to See Complete Forum and Search --> : [RESOLVED] Hash Symbol in Social Bookmarking URL Problem


derek barnstorm
12-11-2008, 04:47 PM
Hi,

I wondered if anybody has ever ran into this problem and has a solution, as it has me baffled.

I'm trying to link to a forum thread using Social Bookmarks. My link has a '#' in at the end like this:

http://mysite.com/folder/page.pl?num=1228934833/1#1

But when I insert it for example into the Google Social Bookmarking code, when I click on the link, everything after the '#' is stripped, so the link ends up like this:

http://mysite.com/folder/page.pl?num=1228934833/1

The Bookmarking code I'm using is this:
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://mysite.com/folder/page.pl?num=1228934833/1#1&amp;title=Test" target="_blank">Test</a>

Any help or advice would be appreciated.

Regards,

Derek

derek barnstorm
12-11-2008, 06:42 PM
I've solved this now. I just had to replace it with %23 - Thanks anyway!