Pause() function?

R

Ralph Freshour

Is there a function that will allow my web page to pause() waiting for
a keypress and then continue rendering the page? I have a web page in
PHP that displays some data that I need to see before it calls another
web page.

Thanks...
 
E

Egbert Beuker

can't you use a frame in the page and cut the page in 2 pieces?
load part two in the frame after clicking a button..
 
R

Ralph Freshour

This is for debugging purposes only - I don't want to redesign my web
page(s) to incorporate frames just to see some .php print statements.
 
E

Evertjan.

Ralph Freshour wrote on 14 sep 2003 in comp.lang.javascript:
This is for debugging purposes only - I don't want to redesign my web
page(s) to incorporate frames just to see some .php print statements.

Use:

alert("Waiting for your escape")
 

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

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,165
Latest member
JavierBrak
Top