Click to See Complete Forum and Search --> : Can you Inclue a URL
Porters_Kid
12-14-2006, 11:28 AM
I understand how basic includes work with file vs virtual, but is there any way using asp to include a url? I have searched and no real mention has been made if it is possible or not. I understand that php can do this but can asp?
Porters_Kid
12-14-2006, 12:50 PM
ok, so I figured out something out and I need to further my question, I have an asp file that I can include but is this page parses a bunch of templates, can I have something happen where I include a file and then have it parse a certain template the suplies certain data at runtime?
i need to have the products from this page displayed (http://www.porterstahoe.com/istar.asp?a=3&dept=H23&manufacturer=BUR)
russell
12-15-2006, 01:38 PM
not 100% sure i understand the question, but yes, u can include istar.asp in another file and it should do it's thing parsing the templates.