Файловый менеджер - Редактировать - /home/avadvi5/public_html/WebCalendar/includes/js/edit_nonuser.php
Ðазад
<?php /* $Id: edit_nonuser.php,v 1.10 2007/07/12 19:29:13 bbannon Exp $ */ defined ( '_ISVALID' ) or die ( 'You cannot access this file directly!' ); ?> var validform = true; function valid_form ( form ) { var name = form.nid.value; var fname = form.nfirstname.value; var lname = form.nlastname.value; if ( ! name ) { alert ( "<?php etranslate ( 'Error', true) ?>:\n\n" + "<?php etranslate ( 'Calendar ID cannot be blank.', true)?>" ); document.editnonuser.nid.focus (); return false; } if ( ! fname && ! lname ) { alert ( "<?php etranslate ( 'Error', true) ?>:\n\n" + "<?php etranslate ( 'First and last names cannot both be blank.', true)?>" ); document.editnonuser.nfirstname.focus (); return false; } check_name (); return validform; } function check_name () { var url = 'ajax.php'; var params = 'page=edit_nonuser&name=' + $F('calid'); var ajax = new Ajax.Request(url, {method: 'post', parameters: params, onComplete: showResponse}); } function showResponse(originalRequest) { if (originalRequest.responseText) { text = originalRequest.responseText; //this causes javascript errors in Firefox, but these can be ignored alert (text); document.editnonuser.nid.focus (); validform = false; } else { validform = true; } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка