Skip to content

Instantly share code, notes, and snippets.

@kylewest
Created February 9, 2011 16:26
Show Gist options
  • Save kylewest/818753 to your computer and use it in GitHub Desktop.
Save kylewest/818753 to your computer and use it in GitHub Desktop.
Snippet to embed the year make model picker on RPMWare websites.
<h2>Select A Vehicle</h2>
<iframe frameborder="0" height="125" scrolling="no" src="../../VehiclePicker.aspx" style="width: 220px; height: 125px;" width="220"></iframe>
<!-- NOTE: You can change the dimensions to whatever you like; however, the height should be around 125px since that is the approximate height of the picker. Shorter you wouldn't be able to see the "Select Vehicle" button. Taller and you will take up too much screen real estate. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment