Jump to content

Irshad Siddique

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Irshad Siddique's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <script type="text/javascript"> function checkfrm() { if(document.myForm.myTextBox.value !="Irshad Siddique") { alert("Wrong Name!"); document.myForm.myTextBox.focus(); return false; } } </script> <form action="" method="POST" name="myForm" id="myForm" onSubmit="return checkfrm();"> <label> <input name="myTextBox" type="text" id="myTextBox" /> </label> <label> <p> <input type="submit" name="Submit" value="Submit" /> </p> <p>Please Write in text box Irshad Siddique and click on button</p> <p>and now write another name and click on button and see the results </p> </form>
  2. Hello every body! i created a database linked textbox array, now i want to sum these textboxs, please any body help me. detail as under:- jummenu(accounts) (pick value from database) now pick values from items table and make array textbox(id) textbox(itemname) textbox(qty) textbox(rate) textbox(discount) textbox(total) textbox(grandtotal) onchange event: sum array for textbox(total) = textbox(qty) * textbox(rate) - textbox(discount) textbox(grandtotal) = textbox(total) array i am very thankfull to for those help me, thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.