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

Home Posts Topics Members FAQ

how to set wait cursor in all the frames in window using java script?

1 New Member
Hi all i have the frameset as below..

[html]
<frameset frameborder="1" border="1" framespacing="0" rows="*,3%" >
<frameset border="1" frameborder="1" framespacing="0" cols="20%,80%">
<frame id="lframe" name="menuFrame" runat="server" src="AcplMenu.aspx" noresize="noresize" />
<frameset border="1" frameborder="1" framespacing="0" rows="10%,*">
<frame id="headerFrame" name="headerFrame" runat="server" src="Header.aspx" noresize="noresize"/>
<frame id="rframe" name="pageFrame" runat="server" src="default.aspx" />
</frameset>
</frameset>
<frame id="footerFrame" name="footerFrame" runat="server" src="Footer.aspx" scrolling="no" noresize="noresize" />
</frameset>
[/html]
I want to set wait cursor to wait in all the frames once submit button is clicked i want to do this for all the frames. After the processing of reports i want to reset the cursor to default in all the frames..

If any body knows this please revert back..

thanks a lot in advance!

Regards,
sweet atma...
Dec 3 '07 #1
2 2662
epots9
1,351 Recognized Expert Top Contributor
Moved to the Javascript Forums where the resident experts can better assist you, and please use code tags.

**Moved from Programming Challenges
Dec 3 '07 #2
acoder
16,027 Recognized Expert Moderator MVP
Welcome to TSDN!
I want to set wait cursor to wait in all the frames once submit button is clicked i want to do this for all the frames. After the processing of reports i want to reset the cursor to default in all the frames..
Use the frames[] array (window.frames) which will give you all the named frames.

Then set the cursor to wait using document.body.style.cursor='wait'. If there are other elements, you may need to set the cursor for all elements on the page.
Dec 3 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: GTi | last post by:
Hello... I have a page located in a frame. This page contains a form. When the user submit this form I want to popup a "Please Wait" window popup window The post may take some time for the...
4
by: coolsti | last post by:
I am aware of the setInterval and setTimeout functions for Javascript, but I can't seem to find an example that lets me do what I need to. I have a script that needs to wait until a certain...
1
by: Phoenix | last post by:
I have a site that is supposed to be 'real-time' which has a frameset of 2 rows (the bottom row is 1 pixel so essentially invisible to IE users which is the requirement for the product). The bottom...
6
by: SP | last post by:
Hi, I want to add wait cursor code whenever page is post back. Page may be post back on my user control's or on change of dropdown or on click of any button on page. so is there any common...
3
by: PKin via DotNetMonster.com | last post by:
Hi, I really need som help here. I have read a lot of thread about Frames ans response.redirect and I know by now that I cannot use response redirect and I have to use "some kind of javascript on...
2
by: Doug | last post by:
I have a multi frame dhtml applicaiton that sets a wait cursor in each frame when a request is made to the web server. Essentially this: ...
12
by: info | last post by:
Hi All, I am trying to set the hourglass cursor inside a class that has nothing to do with MainForm class and I don't want to pass a reference to MainForm. How can I set the current cursor to...
4
by: louvino | last post by:
Hi, I have some links. When I click on one, a window opens but during the loading of this window, I would like the cursor is in state "wait" (using CSS : cursor : wait; ) Help me :-)
3
by: mportman300 | last post by:
Have pity on me.. i have been doing html, css, javascript squarely over 2 years... and am now doing a family project.. in my project i have decided to use a context menu script, its a menu that...
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,...
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
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.