popup prompt |
10/8/2009 09:32:03 | |
| PHPRunner General questions | ||
|
G
garethp authorDevClub member
Hi echo "<script>alert('I\'m a popup window')</script>";
|
||
|
D
|
danaci 10/8/2009 |
|
echo "<script>if(!confirm('are you sure?')){window.location.href='xxx_list.php?a=return'}</script>"; |
|
|
G
|
garethp authorDevClub member 10/8/2009 |
|
Hi echo "<script>if(confirm('are you sure?')){window.location.href='req_header_list.php?a=return'}else{window.location.href='journal_header_list.php?a=return'}</script>"; exit();
|
|
|
J
|
Jane 10/9/2009 |
|
Gareth, |
|