Dear Friends,
Can someone let me know some good examples using javascript?
I need to use some validation and conversion in my forms.
e.g. with thml form below:
//----- To convert User Id to Upper Case.
var UserId1;
function ChangeCase(inputform)
{
UserId1 = inputform.user_id.value;
inputform.user_id.value=UserId1.toUpperCase();
return ;
}
and inside the form
<input name="user_id" type = "text"
OnBlur="ChangeCase(document.FrmLogin)" OnFocus="SelectText(this);" maxlength=20>
Is this possible with Scribus?
Thanks
Love and regards
Prasad
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://nashi.altmuehlnet.de/pipermail/scribus/attachments/20070613/69992caa/attachment.html