A question about dialog window

admin

Administrator
Staff member
Hi all,

"window.promot(message,input)" will popup a dialog for user to input , when onclick event return true, does this input will be sent to server side?

example:

<form name="osForm" action="submitForm() method="post">
...
<Table>
..
<TD>DOS<INPUT type="radio" name="dos" value=http://www.webdeveloper.com/forum/archive/index.php/"1">1
</TD>
..
</TABLE>

<A><INPUT name="submit" onclick="window.prompt("Input the new OS name:","");return true" value="Add New OS" >

Any help will be more thanks!

Lily
 
Back
Top