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 Shaun E 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 fingersCrossed

  1. fingersCrossed

    Help in outputting value of a textfield within a table

    Hi, I made a couple of changes to your code and I think the value of text1 will now be printed out in the second table. I don't think you need the exclamation point inside the <input> tag. I also saw there were 2 text1 boxes so I re-named the boxes so they would all have unique names. Then, I...
  2. fingersCrossed

    sending data from frame to another html page

    Well, i think this might do the trick: In the page with the form: <form name = &quot;myForm&quot; method = &quot;GET&quot; action = &quot;frame2.asp&quot; target = &quot;myWin&quot;> <INPUT type=&quot;text&quot; id=text1 name=text1> <INPUT type=&quot;submit&quot; value=&quot;Submit&quot...

Part and Inventory Search

Back
Top