folkerts
|
| Posted: 06/24/2002, 9:09 AM |
|
Hi i've made a multi grid window with css and i've build several record page's to maintain te content. i want those record pages as popup modal pages. so my application will have a more windows like look and feel. anyone done this with codecharge studio. please inform me about your findings,
regards martin folkerts
|
|
|
 |
folkerts
|
| Posted: 06/24/2002, 9:17 AM |
|
i've found this javascript function
window.showModalDialog("http://www.altavista.com","","dialogWidth:500px;dialogHeight:500px")
i need the record page after update or insert to close it self down and to reload the grid page
anyone???
martin
|
|
|
 |
folkerts
|
| Posted: 06/25/2002, 8:42 AM |
|
ok ive found a way which is not all i wanted but here is the code
after delete, after update
echo "<script> opener.window.history.go(0)\n";
echo " window.close()</script>";
|
|
|
 |
|