-
"Please wait...program loading.." message
Hi all,
When the page start loading I displayed the message:
"Please wait...program loading.."
When the page finishes loading, how can I take that message out?
--Abdel.
-
Re: "Please wait...program loading.." message
I put the message in DIV tag and use javascript or vbscript to hide it in
window.onload event. This of course IE specific.
Sergey
"Abdel K. Belkasri" <abdelb@riseintl.com> wrote:
>
>Hi all,
>
>When the page start loading I displayed the message:
> "Please wait...program loading.."
>When the page finishes loading, how can I take that message out?
>
>--Abdel.
>
-
Re: "Please wait...program loading.." message
Sergey,
Can you post the VBScript code that does this? Is there anyway to do it in
Netscape as well?
Thanks!
Sergey <skats@newworldsys.com> wrote in message
news:39494b64$1@news.devx.com...
>
> I put the message in DIV tag and use javascript or vbscript to hide it in
> window.onload event. This of course IE specific.
>
> Sergey
>
> "Abdel K. Belkasri" <abdelb@riseintl.com> wrote:
> >
> >Hi all,
> >
> >When the page start loading I displayed the message:
> > "Please wait...program loading.."
> >When the page finishes loading, how can I take that message out?
> >
> >--Abdel.
> >
>
-
Re: "Please wait...program loading.." message
Hi Bradley,
here is the code Sergy is talking about:
<BODY bgcolor=white onload="divWait.style.visibility="hidden";">
<DIV ID="divWait" >
Please wait while progam retrieveing taks ....
</DIV>
... the rest of the page
</BODY>
His idea worked just as he described.
Hope this help.
--Abdel.
"T. Bradley Dean" <Bradley.Dean@InfoDish.com> wrote:
>Sergey,
>
>Can you post the VBScript code that does this? Is there anyway to do it
in
>Netscape as well?
>
>Thanks!
>
>
>Sergey <skats@newworldsys.com> wrote in message
>news:39494b64$1@news.devx.com...
>>
>> I put the message in DIV tag and use javascript or vbscript to hide it
in
>> window.onload event. This of course IE specific.
>>
>> Sergey
>>
>> "Abdel K. Belkasri" <abdelb@riseintl.com> wrote:
>> >
>> >Hi all,
>> >
>> >When the page start loading I displayed the message:
>> > "Please wait...program loading.."
>> >When the page finishes loading, how can I take that message out?
>> >
>> >--Abdel.
>> >
>>
>
>
-
Re: "Please wait...program loading.." message
Oh, that is so cool! Thanks!
I had to do it without the quotes around the onload code, like this:
<BODY bgcolor=white onload=divWait.style.visibility="hidden";>
Abdel K. Belkasri <abdelb@riseintl.com> wrote in message
news:394a5be0$1@news.devx.com...
>
> Hi Bradley,
>
> here is the code Sergy is talking about:
>
> <BODY bgcolor=white onload="divWait.style.visibility="hidden";">
> <DIV ID="divWait" >
> Please wait while progam retrieveing taks ....
> </DIV>
>
> .. the rest of the page
>
> </BODY>
>
> His idea worked just as he described.
>
> Hope this help.
>
> --Abdel.
>
> "T. Bradley Dean" <Bradley.Dean@InfoDish.com> wrote:
> >Sergey,
> >
> >Can you post the VBScript code that does this? Is there anyway to do it
> in
> >Netscape as well?
> >
> >Thanks!
> >
> >
> >Sergey <skats@newworldsys.com> wrote in message
> >news:39494b64$1@news.devx.com...
> >>
> >> I put the message in DIV tag and use javascript or vbscript to hide it
> in
> >> window.onload event. This of course IE specific.
> >>
> >> Sergey
> >>
> >> "Abdel K. Belkasri" <abdelb@riseintl.com> wrote:
> >> >
> >> >Hi all,
> >> >
> >> >When the page start loading I displayed the message:
> >> > "Please wait...program loading.."
> >> >When the page finishes loading, how can I take that message out?
> >> >
> >> >--Abdel.
> >> >
> >>
> >
> >
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks