-
Firefox - javascript bookmarks problem
Hello, I have a problem with javascripts bookmarks in firefox... when I save bookmark and instead adress I add javascript works ok, but now it is not working... (old bookmarks works). I add code e.g. javascript:$('.captcha_nb' and it change to javascript:$(%E2%80%98.captcha_nb%E2%80%99). Can somebody help me how to solve it? thx
-
Administrator
I guess it doesn't work because of the URL encoding (notice the % followed by two characters).
To decode the encoding, use this website.
http://meyerweb.com/eric/tools/dencoder/
This is what I got javascript:$(‘.captcha_nb’)
Take note of the single quote. You may need to remove that and then change it to '
This happen because of the website format.
Similar Threads
-
By sidorak95 in forum Software
Replies: 3
Last Post: 05-15-2009, 11:49 AM
-
By mischief_ash in forum Software
Replies: 2
Last Post: 04-19-2009, 12:16 AM
-
By utkarsh30june in forum Software
Replies: 6
Last Post: 09-22-2008, 01:43 AM
-
By Melkorbane in forum General Forum
Replies: 2
Last Post: 04-21-2008, 01:47 PM
-
By qrius2noall in forum General Forum
Replies: 3
Last Post: 03-12-2008, 11:18 PM
All times are GMT +8. The time now is 01:08 AM.