Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by manju1234

  1. manju1234

    i need help writing a function...

    <script language = &quot;javascript&quot;> function getVal() { alert(&quot;Tex Val is:&quot;+ window.document.frmtext.txtname.value); </script> <form name = &quot;frmtext&quot; > <input type = text id = txtname name = txtname&quot; onblur= &quot;getVal()&quot;> </form>
  2. manju1234

    keeping form values displayed....

    You have to include one more property called action to the same asp page or js page or html so that you could get the value of the control and write a function to display.. i.e., suppose your file name is send.html then your form tag should be as follows <form name=fu action=...
  3. manju1234

    &quot;Physical Database not found&quot;-ERROR in Runtime-Version

    Hi Friend, I am also facing the same problem.. can you just tell me once you got a solution.. I too help you once I know the solution.. since 3 days I am trying with many options still I couldn't find the solution.. Thanks & Regards, Manjunath

Part and Inventory Search

Back
Top