473,395 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

did not work in mozilla!!

53
Hello i have some code that runs nicely in internet explorer but doesn't work in mozilla. Following is my code:

[HTML]

<A HREF="sitemap.html" onMouseOver="status='Go to Site Map'; return true;">

[/HTML]

Can anybody help me with above code.Also on clicking this link it shows the acutal URL.. I need to show only the status value that i have given above while clicking also.

Thanks in advance
Mar 24 '08 #1
3 1249
Hello i have some code that runs nicely in internet explorer but doesn't work in mozilla. Following is my code:

[HTML]

<A HREF="sitemap.html" onMouseOver="status='Go to Site Map'; return true;">

[/HTML]

Can anybody help me with above code.Also on clicking this link it shows the acutal URL.. I need to show only the status value that i have given above while clicking also.

Thanks in advance
try using java script

<script language="JavaScript">
<!--
var statusbarmessage="Status Bar message";
function statustype()
{
window.status = statusbarmessage;
}
-->
</script>

and then call this function in your anchor tag

may be it will help
Mar 24 '08 #2
Hello i have some code that runs nicely in internet explorer but doesn't work in mozilla. Following is my code:

[HTML]

<A HREF="sitemap.html" onMouseOver="status='Go to Site Map'; return true;">

[/HTML]

Can anybody help me with above code.Also on clicking this link it shows the acutal URL.. I need to show only the status value that i have given above while clicking also.

Thanks in advance

hey hi,
I think i got the solution...
its the mozilla firefox setting...
try doing this...may be it will work...

go to tools option of mozilla firefox...
Tools -> Options -> Web Features -> Advanced and check the box ON for "Change status bar text"

(if web features options is not there then its content option)
then try it out..
i tried it and i got...
Mar 25 '08 #3
gits
5,390 Expert Mod 4TB
just one note: this is bad practice -> when you hover a link the link's target should be displayed ... otherwise this may be considered as url-spoofing ... so the standard preference in moz/ff is set to OFF ... so even when you enable it in your browser ... it might fail in the users browsers ... just don't do this ...

kind regards
Mar 25 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Jack Black | last post by:
Using Mozilla 1.4... I need to get the Height and Width of an object (in this case, a parent DIV) for the purpose of creating a textbox of max width and height in the container. Since...
15
by: Peter Bremer | last post by:
Hi all, I've written this little piece of code, which doesn't seem to work in Mozilla 1.5. I haven't tried it on other Gecko browsers, but I've found some indication that Netscape 6+ has the...
6
by: David List | last post by:
I'm having a problem using different properties of the document object in the example javascripts in my textbook with browsers that identify themselves as using the Mozilla engine. One example of...
2
by: wylbur37 | last post by:
I normally use Mozilla 1.4 on Windows XP Pro. As I was developing some test webpages, I discovered that the SRC parameter doesn't seem to work when a path is used with the filename. In one...
35
by: Richard | last post by:
I finally got Mozilla installed and running just last week and wow... Nice work you Mozilla developers, you! And is it just me or does Mozilla really interpret/execute CSS code really well...
5
by: boe | last post by:
Hi everybody I have the page listed below and want the boxes to be in rows, line-wrapping neatly. In IE this looks right, but in mozilla (and possibly other browsers) it doesn't. the css...
4
by: Pai | last post by:
hello there, I am trying to rersize the window it works find in IE but doea not work with mozilla window.attachEvent(onload,MWSOnLoad); window.onload = function (MWSOnLoad) { alert('hello');...
8
by: nick | last post by:
In the web site http://greywolfdesign.com , there is a pop-up menu (when mouse over 'Portfolio' menu item), it always works well when using IE (6). However, when using Mozilla 1.6, the popup...
3
by: Jim Ley | last post by:
Hi, It seems the mozilla guys have chosen another (almost certainly poor choice in my initial thoughts) of having document.all evaluate to false, but document.all catch the chicken event - also...
20
by: Thorsten Kampe | last post by:
Hi, I've already sent this to the Komodo mailing list (which seemed to me the more appropriate place) but unfortunately I got no response. I'd like to build a Python GUI app. Neither Tkinter...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.