JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2061
Number of posts: 5164

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Need Help With Middle Click Fuction. Posted by forrestc on 22 May 2011 at 6:15 PM
I have a custom button add-on for Firefox that will go to Facebook in the currently viewing tab and would like to add middle click to open Facebook in a new tab but im not sure how. I looked around and found that I need to use the if (event.button == 4) {...} & window.open(url) but im not sure where to put them to get it to work.
Here is the current JS code.

CustomButton = {

1: function () {const url = "http://www.facebook.com"


document
  .getElementById("content")
  .webNavigation
  .loadURI(url, 0, null, null, null)   
  },

}


Thanks for any help and guidance.
Note: If you see anything else wrong with the code, feel free to mention it.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.