PDA

View Full Version : how do i link a asp page



mobman
November 22nd, 2001, 05:59
e.g i have a site search:

search/site_search.asp

i want a search box instead of going to the asp page

if you know can u please email it to me or msn

momarbana@hotmail.com :D

Beans
November 25th, 2001, 08:28
huh?? :confused: :confused:

Dusty
November 25th, 2001, 16:40
I would assume that when you go to /search/site_search.asp there's a form of some sort on that page? View the source of that page (View > Page Source in Mozilla; View > Source in IE, I think), copy the form, and paste it onto the page you want the search box to be.

This isn't restricted to ASP, it goes for any form.