slow popup, solutions ?

A

awebguynow

I'm developing a web-based application to replace a thin-client system,

and I've used some popups but they are awfully slow coming up.

Of course I'm using, window.open() but would consider other solutions:
div's ?no closing mechanism?
applets, etc.
I'd appreciate any feedback.
 
A

awebguynow

thanks for the links and info.
Re: in-page Div
It would be a good solution, except for the fact that what I need to
show, is non-trivial.
In fact, it is a PHP/XML/XSL report and could be in-depth and lengthy.
I'm considering pre-making the window or caching it somehow.
just brainstorming: Possibly I can I make use of: zOrder or
visibility
 
M

Matt Kruse

awebguynow said:
It would be a good solution, except for the fact that what I need to
show, is non-trivial.
In fact, it is a PHP/XML/XSL report and could be in-depth and lengthy.
I'm considering pre-making the window or caching it somehow.
just brainstorming: Possibly I can I make use of: zOrder or
visibility

You could certainly paint the DIV as part of the page with display:none,
then just show it when you are ready.

You could also pop up the div with a "Please wait" message and populate it
via an ajax call back to the server.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top