473,395 Members | 2,253 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.

hiding javascript function call from status bar.

Hi all,

i am facing one problem with status bar of IE. when i execute any
javascript function or navigate to any link it is showing me that in
status bar which i don't want.

how will ido this?

any help will be truely appreciated.

thanks in advance.
Nov 20 '08 #1
6 2146
On Nov 20, 7:57*am, Archana <trialproduct2...@yahoo.comwrote:
Hi all,

i am facing one problem with status bar of IE. when i execute any
javascript function or navigate to any link it is showing me that in
status bar which i don't want.
That is a shame.
>
how will ido this?
View | Status Bar will hide those pesky messages.

[snip]
Nov 20 '08 #2
SAM
Le 11/20/08 1:57 PM, Archana a écrit :
Hi all,

i am facing one problem with status bar of IE. when i execute any
javascript function or navigate to any link it is showing me that in
status bar which i don't want.
<a href="javascript:doThat();"
onmouseover="window.status='no link';return true;">do that</a>

With recent browsers that can no more work.
(protection of status bar)

--
sm
Nov 20 '08 #3
Archana wrote:
Hi all,

i am facing one problem with status bar of IE. when i execute any
javascript function or navigate to any link it is showing me that in
status bar which i don't want.

how will ido this?

any help will be truely appreciated.

thanks in advance.
See: http://jibbering.com/faq/index.html#javascriptURI
Nov 20 '08 #4
Hi,

I think you r not getting my question. I want status bar to be
displayed which is having progress bar. But i don't want url to be
displayed or javascript call to be displayed on status bar.

if you know then let me know abt it.
Nov 21 '08 #5
On Nov 21, 1:42*am, Archana <trialproduct2...@yahoo.comwrote:
Hi,

I think you r not getting my question. *I want status bar to be
displayed which is having progress bar. *But i don't want url to be
displayed or javascript call to be displayed on status bar.
Ah, I see. You are referring to *my* status bar. Sorry, I like it
the way it is.
Nov 21 '08 #6
Archana wrote:
i am facing one problem with status bar of IE. when i execute any
javascript function or navigate to any link it is showing me that in
status bar which i don't want.
See the FAQ, as recommended.

However, it can be argued that it would be a Good Thing that users see at a
glance that the pseudo-link they are about to click is only a pseudo-link
and does not necessarily cause navigation. Insofar I can see nothing wrong
in using both the href="javascript:..." and the `onclick' attribute in links
*that are created with scripting*, whereas the `onclick' code would return
`false' to prevent the default action of the pseudo-link.
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
Nov 21 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

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:
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.