473,396 Members | 1,996 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.

Need a help in Progress Indicators

Hi

I need a small help from you all. I had a form which consists of 2 fields username and password to be entered. It also consists of a Log-in button. Once we enter the username and password, if we click on the Log-in button, it should display a progress indicator image which needs to be spinning round till the page gets navigated to the next page if the username and password are correct.

Here I am posting my code:

Expand|Select|Wrap|Line Numbers
  1. <div id="progress_indicator_image" style="display: none; padding-right: 15; padding-bottom: 2; background-image: url('images/indicator.gif'); background-repeat: no-repeat;">&nbsp;</div>
  2. <div id="progress_indicator_text" style="display: none;">Logging in...</div>
where the image indicator.gif is the image that needs to be spinning till the log-in page gets navigated to the next page and the text" Logging in" will be displayed next to the image.

Here the problem I am facing is that :

The image is spinning correctly in IE6.
The image gets displayed but not spinning in IE7.
The image doesn't gets displayed even in FireFox.

Could anyone help me out in resolving this problem as it will be very helpful for my application.

Thanks in Advance.
Sep 20 '07 #1
14 2746
phvfl
173 Expert 100+
Hi,

What script are you using to show the image and the text, could you please post the script that does this.
Sep 20 '07 #2
Hi

The script that was used by me was a mason perl script which is a combination of perl, html, javascript and mason.
Sep 26 '07 #3
phvfl
173 Expert 100+
Hi

The script that was used by me was a mason perl script which is a combination of perl, html, javascript and mason.
Could you please post the script that handles showing the image?
Sep 26 '07 #4
Could you please post the script that handles showing the image?
The script which I am using now is :

Expand|Select|Wrap|Line Numbers
  1. <div id="progress_indicator_image" style="display: none; padding-right: 15; padding-bottom: 2; background-image: url('images/indicator.gif'); background-repeat: no-repeat;">&nbsp;</div>
  2. <div id="progress_indicator_text" style="display: none;">Logging in...</div>
Could any one please help me out?
Oct 5 '07 #5
drhowarddrfine
7,435 Expert 4TB
I assume this is an animated gif? If not, what causes the spinning animation? (In which case it's not a html/css question.)

You have 'display:none' in your css so it shouldn't display at all.

In addition, you do not have units specified for your values. You need 'px' or 'em' for your dimensions.
Oct 5 '07 #6
I assume this is an animated gif? If not, what causes the spinning animation? (In which case it's not a html/css question.)

You have 'display:none' in your css so it shouldn't display at all.

In addition, you do not have units specified for your values. You need 'px' or 'em' for your dimensions.

Yes it is an animated gif. Though I have removed "display:none" from the above script, the image doesn't gets spinning. Could you please throw some light on how to use the units "px" or "em"?

The main problem here is the versiona nd type of the browsers we use.

It is working fine in IE 6.0, Safari and not working in IE 7.0 and Firefox.

Please update me on the same.
Oct 17 '07 #7
Yes it is an animated gif. Though I have removed "display:none" from the above script, the image doesn't gets spinning. Could you please throw some light on how to use the units "px" or "em"?

The main problem here is the versiona nd type of the browsers we use.

It is working fine in IE 6.0, Safari and not working in IE 7.0 and Firefox.

Please update me on the same.

If I remove "dispaly:none" from the above script, the text and the image gets displayed right from navigating to that page and before I click the Log-in button. But they should get dispalyed and start spinning once I click the Log-in button.
Oct 17 '07 #8
If I remove "dispaly:none" from the above script, the text and the image gets displayed right from navigating to that page and before I click the Log-in button. But they should get dispalyed and start spinning once I click the Log-in button.

Could anyone help me on this?
Oct 29 '07 #9
drhowarddrfine
7,435 Expert 4TB
Is this online? Can we have a link?
Oct 29 '07 #10
Is this online? Can we have a link?
This is not an online link. It is a web application where the code is palced in the *ix box and the url will be accessed from the UI with the user.
Oct 30 '07 #11
This is not an online link. It is a web application where the code is palced in the *ix box and the url will be accessed from the UI with the user.

Could anybody help me out on this please?
Nov 15 '07 #12
drhowarddrfine
7,435 Expert 4TB
It's difficult to help because we can't duplicate the problem.
Nov 15 '07 #13
It's difficult to help because we can't duplicate the problem.

Can anyone help me please?
Dec 5 '07 #14
Death Slaught
1,137 1GB
Try asking in the JavaScript forum, you should be able to make the image appear with onClick, and a function.

We understand that you need help, and we're doing all we can, so please don't repeat yourself there's only so much we can do.

Thanks, Death
Dec 5 '07 #15

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

Similar topics

0
by: Martin Platt | last post by:
Hi, I'm looking into various options for a fairly simple backup utility for our application. I have no problems being able to backup, find restorable backup files, and restore then. What I'd...
2
by: | last post by:
Hi all, continued from yesterday's posting... I still haven't found a solution to this issue. I put a breakpoint in private void SqlBackupPercentComplete(string message, int Percent) {...
19
by: trint | last post by:
Ok, I start my thread job: Thread t = new Thread(new ThreadStart(invoicePrintingLongRunningCodeThread)); t.IsBackground = true; t.Start(); There are lots of calls to controls and many...
1
by: Stefan | last post by:
I'd like to display the keyboard navigation indicators in my C# application without the user having to press the Alt key and regardless of the machines global setting (Hide keyboard navigation...
3
by: SpamProof | last post by:
I got an animated gif that is a barber pole spinning that I want to use as a progress bar. The problem is that is stops spinning (shows 1 frame) when my browser is processing a submited request...
6
by: Samantha | last post by:
Hi. hi have a custom created smooth progress bar (Pbar) control and i wanted to know how i can reset the bar to 0 after the bar has run to completion. The pbar uses a timer control to...
9
by: no | last post by:
Hi I have a PHP script that updates a very large table and in the code I echo some text to show the progress of the update but the text only appears when the page has finished displaying. Is...
46
by: Bruce W. Darby | last post by:
This will be my very first VB.Net application and it's pretty simple. But I've got a snag in my syntax somewhere. Was hoping that someone could point me in the right direction. The history: My...
2
by: mikelis | last post by:
I have a main form that does a lengthy database query. Before I fire off the query, I need to pop up another form that contains a progress bar and a Close button. The progress bar updates for 30...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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...
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,...

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.