Delaying the display of a page

D

Dan

How can I delay the start of my home page to give time for a java script to run. Any help is apprecitaed.
 
J

Jens Peter Karlsen[FP-MVP]

Not possible.
Why would a JavaScript need to run before the page is displaying
anything?

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Dan [mailto:D[email protected]]
Posted At: 16. juli 2004 05:44
Posted To: microsoft.public.frontpage.client
Conversation: Delaying the display of a page
Subject: Delaying the display of a page


How can I delay the start of my home page to give time for a java script
to run. Any help is apprecitaed.
 
C

chris leeds

A better explanation of what you're trying to do and why will go a long way
in getting you an answer you can use. ;-)

HTH

--
Chris Leeds,
Microsoft MVP FrontPage

The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


Dan said:
How can I delay the start of my home page to give time for a java script
to run. Any help is apprecitaed.
 
M

MD Websunlimited

Dan,

If the script is after the body tag it will run before the page is rendered.
 
Top