Ok, this is most likely a javascript question, but in the interest of not cross-posting, and also going to the place most likely to provide a solution...
I have a page which takes some time to load. It's taking the time because of a rather annoying shell_exec call... I want to say, Be patient, page is coming.
I figured a javascript popup of some sort would be best, but printing it to the page is just as fine by me.
Is there a good way to do this in either PHP or Javascript?
Echo/print is inneffective here.
-Rob
I have a page which takes some time to load. It's taking the time because of a rather annoying shell_exec call... I want to say, Be patient, page is coming.
I figured a javascript popup of some sort would be best, but printing it to the page is just as fine by me.
Is there a good way to do this in either PHP or Javascript?
Echo/print is inneffective here.
-Rob