Networking Forums

Networking Forums > Computer Networking > Linux Networking > hello every one..query related to linux mozilla fire fox

Reply
Thread Tools Display Modes

hello every one..query related to linux mozilla fire fox

 
 
www.amarnath@gmail.com
Guest
Posts: n/a

 
      07-13-2006, 10:36 AM
hello every one, i m new to this google groups..pls help me out in this
issue

i have a file where it works in WINDOWS mozilla firefox but not working
in LINUX mozilla firefox.the file contains JAVA script.
Description: i have a link where i should get the version name of the
server.
the link should open with ALT + mouse click.it should display server
version.
so, pls help me out what exactly java script i need to use to work in
LINUX mozilla also..

// for windows..
function _HPEPSymbolClick(e, anchorTagObject) {
if(ie4){
if (window.event.altKey) {
alert("Banner Server Name: " + g_BannerServerName + "\n Banner
Version: " + g_Build);
//anchorTagObject.href = goHPEP.libPath + "release_notes.htm";
}
}
else
// for LINUX
{
if ( e.altKey ){
alert("Banner Server Name: " + g_BannerServerName + "\n Banner
Version: " + g_Build);
//_HPEPNewLocation( goHPEP.libPath + "release_notes.htm");
}
}
}

do u think if(e.altKey) for linux is right in my code..pls post ur
suggestions on this issue as soon as possible..

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to look for Linux Networking files (Ethernet related), any Document available? santa19992000@yahoo.com Linux Networking 12 08-22-2005 09:50 AM
Linux ppp + MegaPOP dialup change = mrru related LCP timeout Michael Shell Linux Networking 16 01-23-2005 05:42 AM
Linux 2.4.20: iptables 1.2.8: RH 8.0: /dev/net/tun related issues: packets not reaching tun Srihari Raghavan Linux Networking 0 08-04-2004 12:53 AM
Help With Linux Mozilla Browser Kunal Singh Linux Networking 3 01-07-2004 02:59 AM
bandwidth related query vicky Linux Networking 1 12-23-2003 11:38 AM



1 2 3 4 5 6 7 8 9 10 11