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 Rhinorhino 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: playerx
  • Content: Threads
  • Order by date
  1. playerx

    select option to variable

    How can I set a variable to the selection that I give and then pass that variable to another page once the button is clicked from the form? thanks in advance <select name="priority" id="priority"> <option></option> <option>Critical</option>...
  2. playerx

    select option to variable

    I have this selection option pull down. Once I select an option can I put that selection in a variable. If so can does someone have an example. <select name="dep" id="dep"> <option></option> <option>test1</option> <option>test2</option> <option>test3</option...
  3. playerx

    button link

    I have two buttons and each button goes to a different page when clicked question or problem. I don't want to use the form action to go to another page. I want to use the onclick fuction in the button properties how can I do this does any one hav e a sample
  4. playerx

    my link

    Can someone look at this and see if I have something wrong While ((Repeat1__numRows <> 0) AND (NOT rc2.EOF)) %> <tr> <td> <a href="/Database insert/File.asp?quot_id=" & rc2("quot_id") & ">" </a></td> this is the link I am have problems with...
  5. playerx

    my link

    My link is not working properly is my syntax correct? Response.Write "<a href=""file.asp?ID=" & rs("ID") & """>" any help would be appreciated
  6. playerx

    set calender to my text box after selection

    I have a script that has a calendar picker where you can select a date. I want to be able to put that date into an input box on the form. the FSfncWriteFieldHTML displays the calendar I'm not sure how I can put it the input box...any help woul be appreciated <input type="text"...
  7. playerx

    stop form from submitting

    I have this script that alerts when a textfield is empty problem is the form still submits. I want to prevent it from submiting Is there a way to stop the form from submitting? when the textfield is empty <script Language="JavaScript"> <!-- function Blank_TextField_Validator(form1) { if...

Part and Inventory Search

Back
Top