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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bipink
  • Content: Threads
  • Order by date
  1. bipink

    Passing variables question

    Hi everyone, Is it possible to pass only variables bt. ASP pages. I have 3 asp pages. In page1.asp, I have a text box text1. When I submit this page, in page2.asp I use the contents of page1's text1 as var2= Request.form("text1") and on doing some db query, I get some value for text box text2...
  2. bipink

    Pass variables via POST

    Hi everyone, Is it possible to pass only variables bt. ASP pages. I have 3 asp pages. In page1.asp, I have a text box text1. When I submit this page, in page2.asp I use the contents of page1's text1 as var2= Request.form("text1") and on doing some db query, I get some value for text box text2...
  3. bipink

    2 radio, 1 list box - form reload

    Hi everyone, Please anyone suggest me how to do this: I have 2 radio buttons. When the user clicks on 2nd radio button, a selection box (combo box) is shown. This means that first time when the page loads, the combo box is hidden. I am using style:hidden for the visibility. When user clicks on...
  4. bipink

    2 radio, 2 select box - ADO

    Hi all, Can any one suggest me how to accomplish this: In page1.asp, I have 2 radio buttons in form1, one select box (size 1, to make it menu) in form2 and other select box (size 10) in form3. Now, the user can click on either the radio buttons or select box (size 1). When they do so, I am...
  5. bipink

    radio button choice populates selection box

    Hi everyone, Can someone please suggest me how to solve this problem: I need to have a form which has 4 radio buttons and based on the choice of button selected I need to populate a selection box (in the same page, next to the buttons) from different tables in the database. So, basically...

Part and Inventory Search

Back
Top