Connecting Tech Pros Worldwide Forums | Help | Site Map

hiding javascript function call from status bar.

Archana
Guest
 
Posts: n/a
#1: Nov 20 '08
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.



David Mark
Guest
 
Posts: n/a
#2: Nov 20 '08

re: hiding javascript function call from status bar.


On Nov 20, 7:57*am, Archana <trialproduct2...@yahoo.comwrote:
Quote:
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.
Quote:
>
how will ido this?
View | Status Bar will hide those pesky messages.

[snip]
SAM
Guest
 
Posts: n/a
#3: Nov 20 '08

re: hiding javascript function call from status bar.


Le 11/20/08 1:57 PM, Archana a écrit :
Quote:
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
Robin
Guest
 
Posts: n/a
#4: Nov 20 '08

re: hiding javascript function call from status bar.


Archana wrote:
Quote:
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
Archana
Guest
 
Posts: n/a
#5: Nov 21 '08

re: hiding javascript function call from status bar.


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.
David Mark
Guest
 
Posts: n/a
#6: Nov 21 '08

re: hiding javascript function call from status bar.


On Nov 21, 1:42*am, Archana <trialproduct2...@yahoo.comwrote:
Quote:
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.
Thomas 'PointedEars' Lahn
Guest
 
Posts: n/a
#7: Nov 21 '08

re: hiding javascript function call from status bar.


Archana wrote:
Quote:
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
Closed Thread


Similar JavaScript / Ajax / DHTML bytes