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 Mike Lewis 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: *

  1. emergencyofstate

    Need help passing form data to iframe URL

    Of course..and thanks so much for your help. This is the only code I have so far for my iframe page. <iframe src="#" id="lesson_results" name="lesson_results" scrolling="auto" frameborder="0" width="700" height="1250" marginheight="0" marginwidth="0"></iframe> So on the form do I need to...
  2. emergencyofstate

    Need help passing form data to iframe URL

    Well the latest thing I have is: <FORM METHOD="LINK" ACTION="pagethatholdsiframe.html"> Zip Code: <INPUT TYPE="text" NAME="ZipCode"> Keyword: <INPUT TYPE="text" NAME="KeyWord"> <INPUT TYPE="submit" VALUE="Submit"> </FORM> I'm just unclear on the javascript to pass these two values to that...
  3. emergencyofstate

    Need help passing form data to iframe URL

    Hi everyone. I have a form that will always live in a sidebar. It has 2 fields: 'zip code' and 'keyword'. I need the results of that form to... #1. Trigger a page on my site that contains an iframe #2. Append the form results to an external URL to load in that iframe. (example...

Part and Inventory Search

Back
Top