Hello, I am trying to incorporate a shop by vehicle search that is on my ecommerce website into another website. I am trying to take the Make/Model search on the lower right of my ecommerce website (http://www.momentumautoworksstore.com/) and incorporate it into the "Shop By Vehicle" section on the website I am currently redesigning (http://www.momentumautoworks.com/2.0/Momentum Auto Works 2.0.html) I have been trying to disect the search box from momentumautoworksstore.com's source code with Dreamweaver, but I am having no success. The farthest I have gotten is isolating the search but I have not been able to get the actual function of the box to work in it's disected state. If you could help me out I would really appreciate it. If you are confused about what I am asking, just let me know and I will swiftly answer. Thank you, - Braydon
You wouldn't be able to do this via html. The search on their website triggers a request to the database using either javascript/ASP. You would need to know a bit of programming + have their database information.
I have minimal experience with ASP/and am somewhat experienced with java. Would you be able to further explain how to do this or point me in a direction that would help me out? Thank you.