header/Menu

chand

Freshman
Joined
Feb 4, 2004
Messages
30
Hi
i have asp1 page which is having hyperlink <a href="<%=url%></a> Search. i have another asp2 page when user clicks search on first page(it's vendor URL) i need to show my header and footer and in the body i need to display contents of the vendor(url) page(it has five textboxes) in asp2 page.In asp2 page i already included header and footer.
can any one tell how do i do that. basically when displaying the vender page i need to display myffoter and header along with that.

thanks
 
Back
Top