473,698 Members | 2,186 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3899
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************ *********@wanad oo.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
displayin g 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\Syst em32\shdoclc.dl l/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
1847
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 iframe. then a hidden textfield gets the value from the content of that iframe. then the hidden textfield is sent to a php-page so it can be put in a
7
3777
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 loading 200GB , this large amount of data, is there any limitation?
4
10628
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 front of the iframe, but the moment the cursor is inside the iframe the div stops. i use the following code as javascript: " <script type="text/javascript"> function cursorPos()
4
2103
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, if I don't specifically click into the iFrame (it is in design mode) then when I paste the HTML it attaches itself to the main document rather than in the iframe 'body'.
3
4485
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 includes background music with a javascript music player on the main page below an iframe that is used for all content and navigation of the site and so that the music doesn't reload each time a page is switched. There is another javascript to resize...
10
3833
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 method that initially copies all the original page's styles onto the new iframe to maintain look and feel. So far things work, and the div (along with look and feel from styles) are successfully copied to the iframe and printing just the hidden...
8
1658
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 like the fact that the script is instantiating the object type so many times (of course, tell me if i am wrong).
1
2544
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, there is a "little" issue with iFrame is that when it's loading the external site with the URL that I passed to it by setting the SRC attribute, it also show that URL in the Status bar of the browser. The problem is in the URL, it has username and...
0
8674
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8604
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8895
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5860
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4369
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3046
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2330
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.