Hello, Working in php, the problem is how to create a window with some optional text in it and get true or false in return. A confirmation window.
Example in javascript:
function formSubmit() {
window.event.returnValue = false;
if (confirm("Er du sikker p� at du vil slette boenheten?"))
window.event.returnValue = true;
}
regards
lars
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

