Ok Friends i'll try your suggesstions and then let you known the result.
Thanks a lot!!!

On 7/27/09, jitesh dundas <jbdun...@gmail.com> wrote:
>
> Hi
>
> You have to select the event in which you wish to call the function. The
> call for the function will be in the text box field itself.
>
> Create a span or div tag for that part besides the name text field. Keep it
> hidden by default. Once it enters the error validation, then make the div /
> span field as visible.
>
> Alternatively you could populate the span or div tag with the error message
> using the "innerhtml" in javascript.
>
> document.forms.field.innerhtml = "Error";
>
> Alternatively , you could use hidden/display part for the error message.
>
> Hope this helps.
>
>
> Thanks & Regards,
> Jitesh Dundas
>
>
>  On Mon, Jul 27, 2009 at 2:53 PM, aryan <sagar.k...@gmail.com> wrote:
>
>>
>> How can i show inline error message.
>> For Example:-  If any one leave name field blank and move to next
>> field in html form then java script must show error next to name text
>> field.
>> I am using script dialog box but want to use inline error.
>>
>> CAN ANY ONE TELL HOW SHOULD I DO THIS.
>> Please. Thanks
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to