Safari and Firefox errors loading links within Pages

MTEK

Registered
Hello,
I am new to the forum!

I am running MAC OSX 10.6.3 and are having the following issues
About a Week ago I noticed I was having issues on certain web pages with opening links within the page. Example: A webpage im having a lot of errors on is Gunbroker.com If I click "add to my watch list" safari just sits there and does not open the page. Same for Firefox. Other links on the page work fine. I tried this site and others on my other macbook and it works just fine. Random links within webpages seem not to work.
Here is what is shown at the bottom of safari when I scroll over the link on Gunbroker.com
javascript:WebForm_DoPostBackWithOptions(new%20WebForm_PostBackOptions(%22ctl00$ctlPagePlaceHolder$AddToWatchList2%22,%20%22%22,%20true,%20%22%22,%20%22%22,%20false,%20true))

Firefox: javascript:WebForm_DoPostBackWithOptions(new%20WebForm_PostBackOptions("ctl00$ctlPagePlaceHolder$AddToWatchList2",%20"",%20true,%20"",%20"",%20false,%20true))


I have tried to reset safari, clear caches, verify permissions and fix errors on Disk Utility still no fix. I also reinstalled firefox just not safari because of my favorites.

Any Ideas? If this has already been discussed please let me know I will try to find a thread. I did do a search but could not really find much pertaining to this issue.
Thanks
Marc
 
Hello,
I am new to the forum!

I am running MAC OSX 10.6.3 and are having the following issues
About a Week ago I noticed I was having issues on certain web pages with opening links within the page. ...
You title implies that you are clicking on links in Pages. I gather, however, that you are actually using Safari to surf the Web.

That said, the %20 sequence is the ASCII hex code for a space ( ); the %22 is the ASCII hex code for a straight double-quote ("). Your browser should interpret them correctly. How they are displayed depends on a number of issues, the least of which is your choice of browser.
 
Back
Top