Answers
Jan 22, 2009 - 07:10 AM
It would be helpful if you could develop want you really want, cause I don't think I really got it. I think that want something like this:
Put me on the mailing list!
<br>function ch_maillist_sbmit() { <br>var msg = ''; <br>var ch=document.getElementById('maillist_checkbox'); <br>if (ch.value!='on') { <br>msg='not '; <br>} <br>if (confirm('You have requested to '+msg+'be on the mailinglist. Proceed?')) { <br>document.FORM1.submit(); <br>} <br>} <br> <br>
It is tested in firefox.....
Put me on the mailing list!
<br>function ch_maillist_sbmit() { <br>var msg = ''; <br>var ch=document.getElementById('maillist_checkbox'); <br>if (ch.value!='on') { <br>msg='not '; <br>} <br>if (confirm('You have requested to '+msg+'be on the mailinglist. Proceed?')) { <br>document.FORM1.submit(); <br>} <br>} <br> <br>
It is tested in firefox.....
Mar 24, 2009 - 06:52 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
The Quomon Team



Add New Comment