Home : Products : Gossamer Forum : Discussion :

Products: Gossamer Forum: Discussion: function chkFormular by guest_username: Edit Log

Here is the list of edits for this post
function chkFormular by guest_username
 
Hello

I want to check the field guest_username in
the template include_post_common_write.html


Code:
<script type="text/javascript">
<!--
function chkFormular()
{
if(document.post.guest_username.value == "") {
alert("Please enter your Name!");
document.post.guest_username.focus();
return false;
}
// -->
</script>

or

Code:
<input type=hidden name="required" value="guest_username">

But is dosent work in

include_post_common_write.html

What must i do ?


mfg hoefti
linktobuy Web Directory
Ratgeber Recht

Last edited by:

hoefti: Oct 5, 2002, 2:33 AM

Edit Log: