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

Reply via email to