|
Posted by Erwin Moller on 10/26/06 08:42
Extremest wrote:
> I have noticed that one like mysql.com when you do a search it takes
> you to a page that says your search is running then it loads up the
> results on another page. How can I do this. I figured it would help
> for any query that might take more than a couple seconds to have time
> to run.
i,
Are you talking about multiple windows (frames, Iframes, popupwindows) or
all in the same window?
If the former, use JavaScript to load an URL in some window. Or if you just
want to change one window that is different from the one where the click
happens, simple use the word target="windowname" in your hyperlink where
windowname is name of the window where you want to new page to be loaded.
If the latter, are we talking about a sign saying 'Just a few secs...' and
then loads the page in the same window?
I checked www.mysql.com but I didn't see the behaviour you mention, so be
more precice please. :-)
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|