Results 1 to 2 of 2
  1. #1
    Newbie
    Overall activity: 0%

    Join Date
    Jun 2008
    Posts
    33
    Liked
    0 times
    Points
    4,088

    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

  2. #2
    Administrator
    Overall activity: 46.0%

    Join Date
    Nov 2006
    Location
    Malaysia
    Posts
    9,802
    Liked
    1656 times
    Points
    48,740
    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

  1. Firefox Killed my Bookmarks
    By sidorak95 in forum Software
    Replies: 3
    Last Post: 05-15-2009, 11:49 AM
  2. Firefox problem
    By mischief_ash in forum Software
    Replies: 2
    Last Post: 04-19-2009, 12:16 AM
  3. Firefox problem :(
    By utkarsh30june in forum Software
    Replies: 6
    Last Post: 09-22-2008, 01:43 AM
  4. Flash/Javascript problem
    By Melkorbane in forum General Forum
    Replies: 2
    Last Post: 04-21-2008, 01:47 PM
  5. Firefox Bookmarks Synchronization for different profiles
    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.