473,473 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

status bar question

I make a hyperlink in my page..
then,
How to invisible the url link on the window status bar
when the user click it.
( I tried to use the javascript with mouseover and
mouseout event, but when I click the link, the url
still appear)

Thank You
Nov 18 '05 #1
2 924
Not a straight solution, but you can achieve it by setting like this
<a href="javascript:void[]"
onClick="javascript:GoToUrl('http://wwww.microsoft.com')">Hello</a>

<script>
function GoToUrl(url)
{
window.location.href = url;
}
</script>

Check if this works for you

Regards,
Jagan Mohan

"fatboycanteen" <an*******@discussions.microsoft.com> wrote in message
news:00****************************@phx.gbl...
I make a hyperlink in my page..
then,
How to invisible the url link on the window status bar
when the user click it.
( I tried to use the javascript with mouseover and
mouseout event, but when I click the link, the url
still appear)

Thank You

Nov 18 '05 #2
The URL will only be invisible for a few seconds, as the users web browser
is ultimately going to display something like "Connecting to
www.microsoft.com...". The only way you could possibly get around this is
by using Frames - i.e. load the target URL into a big empty frameset, so you
can control the status bar.

Personally, I think it's more trouble than it's worth.

Mun

"Jagan Mohan" <ja*********@scapevelocity.com> wrote in message
news:OA**************@TK2MSFTNGP11.phx.gbl...
Not a straight solution, but you can achieve it by setting like this
<a href="javascript:void[]"
onClick="javascript:GoToUrl('http://wwww.microsoft.com')">Hello</a>

<script>
function GoToUrl(url)
{
window.location.href = url;
}
</script>

Check if this works for you

Regards,
Jagan Mohan

Nov 18 '05 #3

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

Similar topics

0
by: mirandacascade | last post by:
O/S - Windows XP Home with Service Pack 2 Vsn of Python: 2.4 (from ActiveState) This question is with regard to the progress bar controls that are in the file status.py. On my workstation,...
5
by: Jawahar Rajan | last post by:
All, 1) When using the QueryString of the request object the actual values are exposed to the viewer of the site and often user pickup on these values and start changing them . This can lead user...
4
by: Tim Marshall | last post by:
A2003. I have one form for which the status bar text property for any control does not work. It functions as expected for all other forms. I've copied the form over a couple of times and I still...
6
by: Ada | last post by:
i have a little bit of issue getting the status bar to work properly. this is what happens now. when the program loaded, the status is "READY..." the code is inside the FORM LOAD. i also...
1
by: chen | last post by:
We're having an internal debate about the merits & demerits of returning status codes in the output message vs exceptions to signify errors in handling a Web method. The status code camp is...
8
by: Tim Reynolds | last post by:
Our .Net application calls a web method of aplpication 2 that resides on their Apache server. When I as a developer C#, Studios 2003, make the call to their web method from my desktop, I receive no...
2
by: Ethan Strauss | last post by:
Hi, I have a web service which is doing a lot of processing and taking 4-5 minutes to do so. The processing is split into several discrete steps and I would like for the service to be able to tell...
5
by: futileissue | last post by:
Beginner, so please bare with me. I'm not sure what to call what it is I'm looking for. If I have an object class, let's call it "Creature": class Creature: def __init__(self, status):...
0
by: Edwin.Madari | last post by:
updated creature running in its own thread will get you started. try it foryourself, change sleep times per your need. import os, sys, threading, time class Creature: def __init__(self,...
9
by: tshad | last post by:
I have a Windows App that is doing some work and then writing a "Now Processing..." line to the status line of the window as well as the Textbox on the form. But the problem is that the work is...
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
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
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.