User Profile

Collapse

Profile Sidebar

Collapse
vjsv2007
vjsv2007
Last Activity: Oct 11 '07, 04:25 PM
Joined: Oct 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vjsv2007
    replied to create a multiline alert message
    How to create alert only sinlge submit?

    Here I have tried javascript for validation a form, If I submit the form the alert msg are coming one by one. I do not like this way. can you solve this one alert display all required details ?


    [CODE=javascript] <script type="text/javascript">
    <!--
    function validate_form ( )
    {
    valid = true;...
    See more | Go to post
    Last edited by gits; Oct 11 '07, 06:10 PM. Reason: added code tags

    Leave a comment:


  • vjsv2007
    started a topic create a multiline alert message

    create a multiline alert message

    Can you help to make one alert with all details?

    [CODE=javascript]<script type="text/javascript">

    <!--

    function validate_form ( )
    {
    valid = true;

    if ( document.form.n ame.value == "" )
    {
    alert ( "Please fill in the 'Your Name' box." );
    valid = false;
    }...
    See more | Go to post
    Last edited by gits; Oct 11 '07, 12:31 PM. Reason: added code tags
No activity results to display
Show More
Working...