Please know this is NOT an advertisement for the message board I am refering to
I made some javascripts for another message board so you can right click a link to a thread on the board and go straight to the reply page, print it, etc. But its IE only and a netscape user asked if I could make it work in netscape. I think the javascripts would work in netscape if I could add them to the right-click menus.
If you want to look at my javascripts there is a more info at this thread
http://forums.techguy.org/t130582/s.html
The important part of the script is this
- Code: Select all
var x = (external.menuArguments.event.srcElement.href);
Which gets the URL that the link is pointing to. Anyone know if that will work in Netscape and how to add it to the right-click menus?
Thanks in advance![/code]
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)


