473,396 Members | 2,154 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,396 software developers and data experts.

hidden iframe / cursor loading

Does anyone know how to suppress the "busy"/hourglass cursor that
appears when a frame/iframe is loading, as in the g() functon below:

<SCRIPT>
function g() {
if ( Math.floor(Math.random()*2) == 1 )
frames['god'].location.href = "http://www.yahoo.com";
else
frames['god'].location.href = "http://games.yahoo.com";
}
</SCRIPT>
<IFRAME ID='god' name='god' style="display:none" src=''></IFRAME><br>
<input id="cat" type=button onclick="g();" value="Change" />

Doing the simple things, like setting *.style.cursor = ... is not
working for me.

I need to do this for XML queries via hidden IFRAMEs, not for
displaying anything.

Jul 23 '05 #1
6 3876
ASM
fniyogi wrote:
Does anyone know how to suppress the "busy"/hourglass cursor that
appears when a frame/iframe is loading, as in the g() functon below:

I need to do this for XML queries via hidden IFRAMEs, not for
displaying anything.


Displaying anything ? that means useless

I do not understand, if you make browser working
even in backside (or hidden)
why not advise visitor ?

--
Stephane Moriaux et son [moins] vieux Mac
Jul 23 '05 #2
ASM wrote:
fniyogi wrote:
Does anyone know how to suppress the "busy"/hourglass cursor that
appears when a frame/iframe is loading, as in the g() functon below:

I need to do this for XML queries via hidden IFRAMEs, not for
displaying anything.
Displaying anything ? that means useless


Your computer's CPU processes billions of instructions as you're
browsing the web. Do you need to know about every single one?

The web application you're visiting might need to make ten queries to
the server to do what you need it to. Are those queries useless if
you're not aware of them?

They're only useless if they have no use.
I do not understand, if you make browser working
even in backside (or hidden)
why not advise visitor ?

--
Stephane Moriaux et son [moins] vieux Mac


Jul 23 '05 #3
fniyogi wrote:
Does anyone know how to suppress the "busy"/hourglass cursor that
appears when a frame/iframe is loading, as in the g() functon below:

<SCRIPT>
function g() {
if ( Math.floor(Math.random()*2) == 1 )
frames['god'].location.href = "http://www.yahoo.com";
else
frames['god'].location.href = "http://games.yahoo.com";
}
</SCRIPT>
<IFRAME ID='god' name='god' style="display:none" src=''></IFRAME><br>
<input id="cat" type=button onclick="g();" value="Change" />

Doing the simple things, like setting *.style.cursor = ... is not
working for me.

I need to do this for XML queries via hidden IFRAMEs, not for
displaying anything.


I don't have a direct answer to your question, but I do have a
suggestion. Have you considered using XMLHTTPRequest (search the group
archives, TONS of info) instead of iframes?

Also, that visual feedback that tells the user that something's
happening might be a good thing if those queries actually change
something somewhere.

Jul 23 '05 #4
ASM
Christopher J. Hahn wrote:
ASM wrote:
fniyogi wrote:
Does anyone know how to suppress the "busy"/hourglass cursor that
appears when a frame/iframe is loading, as in the g() functon below:

I need to do this for XML queries via hidden IFRAMEs, not for
displaying anything.
Displaying anything ? that means useless


Your computer's CPU processes billions of instructions as you're
browsing the web. Do you need to know about every single one?


I suppose that these XML Querries are launched from a visitor's action
The less to do is to advise browser heard him
And ... there are yet old computers at work today thinking slowly
so having a specific cursor telling you something appends
could help visitor to do not click several times same button.
The web application you're visiting might need to make ten queries to
the server to do what you need it to. Are those queries useless if
you're not aware of them?


of course visitor haven't really to know what is running
just to be advised (he has to wait)

--
Stephane Moriaux et son [moins] vieux Mac
Jul 23 '05 #5
On Mon, 11 Jul 2005 10:48:29 +0200, ASM
<st*********************@wanadoo.fr> wrote:
Christopher J. Hahn wrote:
ASM wrote:
fniyogi wrote:

Does anyone know how to suppress the "busy"/hourglass cursor that
appears when a frame/iframe is loading, as in the g() functon below:

I need to do this for XML queries via hidden IFRAMEs, not for
displaying anything.

Displaying anything ? that means useless


Your computer's CPU processes billions of instructions as you're
browsing the web. Do you need to know about every single one?


I suppose that these XML Querries are launched from a visitor's action
The less to do is to advise browser heard him
And ... there are yet old computers at work today thinking slowly
so having a specific cursor telling you something appends
could help visitor to do not click several times same button.
The web application you're visiting might need to make ten queries to
the server to do what you need it to. Are those queries useless if
you're not aware of them?


of course visitor haven't really to know what is running
just to be advised (he has to wait)


Below is an example of a page using an iframe to prevent the java
pull video from being interrupted when a button is clicked to
change cams.

http://www.geocities.com/zoomkat/wc20000sw.htm

Jul 23 '05 #6
ASM
Si Ballenger wrote:

Below is an example of a page using an iframe to prevent the java
pull video from being interrupted when a button is clicked to
change cams.

http://www.geocities.com/zoomkat/wc20000sw.htm


and ?

the start button starts the video
(I'm advised by status bar)

on re-start, I'ven't wait cursor (only status)
any way, wait cursor is not a trouble for me

That seems to work even if FF tells me there are some errors

Buttons CAM1, CAM2 ... look not working ?

hidden iframe not loaded ?
oh no !
only lazy and did stay at home

<IFRAME name=dummy
src="res://D:\WINDOWS\System32\shdoclc.dll/dnserror.htm" width=1
height=1> this will hold the html answer of the moves
</IFRAME>

or does it try to reach my DD ?
sory no Windows on my DD
fortunatly the popup with 4 cams works :-)

--
Stephane Moriaux et son [moins] vieux Mac
Jul 23 '05 #7

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

Similar topics

1
by: Madame Blablavatsky | last post by:
hello, i am trying to build a kind of very, very simple ritch text editor for people to use with a very simple cms. at the moment i am working on the basic structure. the text is put in an...
7
by: jane | last post by:
I'm going to use cursor load to load 200GB data in my production database. My database has 2 partitions. but I cannot find more info in the manual about this cursor load. I'm concern about...
4
by: lefrison | last post by:
Hi i am generating a div in my window which moves with my cursor on the screen. this works fine until i try to move the cursor over an iframe in the window. if i use the z-index the div moves in...
4
by: Laphan | last post by:
Hi The god that is Martin Honnen gave me a great tip to DOM/JS some HTML data into an iframe, but I need to make sure that the iframe is ready to take it before I paste it in. At the moment,...
3
by: PCgeek | last post by:
sorry moved this over to javascript forum, didn't mean to post 2x! Hi guys, I'm trying to put the finishing touches on my website and could really use some help on this particular issue. My page...
10
by: jon | last post by:
I'm trying to use a hidden iframe to print the contents of one div seamlessly. Currently I can create the hidden iframe, copy the contents of the div to the iframe, and print it. I even have a...
8
by: pbd22 | last post by:
hi. i have spent the past week (i am afraid) trying to get the below script for uploading files via a hidden iframe to work. i have narrowed down my problem to the possibility that IE doesnt...
1
vanc
by: vanc | last post by:
I'm playing with Content Master page and in the Content page I've put in a iFrame, yeah I know people is saying that iFrame is evil but hey, I need this thing to load a external site. Anyway,...
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: 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
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,...
0
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...

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.