J
Joel
Hey Everybody,
I have some older sites using ASP and I'm trying to find out a way to
call an .aspx page through an ASP page. I want to do something like
this.. where the asp.net page called returns something like an image
or text.
<a href="ad_links.aspx?id=test_corp">
<img src="ads.aspx?id=test_corp" / >
</a>
This would all run server-side on the page loading.
Thanks for the help
I have some older sites using ASP and I'm trying to find out a way to
call an .aspx page through an ASP page. I want to do something like
this.. where the asp.net page called returns something like an image
or text.
<a href="ad_links.aspx?id=test_corp">
<img src="ads.aspx?id=test_corp" / >
</a>
This would all run server-side on the page loading.
Thanks for the help