PEAK XOOPS - Re: Comment anywhere How to change Plain text in englishin japanese

Re: Comment anywhere How to change Plain text

List posts in the topic

none Re: Comment anywhere How to change Plain text

msg# 1.4
depth:
1
Previous post - Next post | Parent - No child | Posted on 2009/8/20 17:35
xsell  二等兵   Posts: 6
this wht i have done .. on the Top i inserted this java script but didt work..

<form name = "myform" action="comment_post.php" method="POST" onsubmit = "return validate()> 

<script type = "text/javascript">

function validate() {
var x = document.myform.com_title.value;
if (x.length <  5) {  // or whatever minimum length is sensible
alert ("You must enter a title!");
document.myform.com_title.value = "";  // clear the field
document.myform.com_title.focus();  // and focus on it
return false;
</script>
Votes:9 Average:10.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!