Hi,
I need some help to figure out something (hopefully, can be done). I have an asp page that basically puts 3 different files together using SSI and asp code to generate one page.
i.e. header.asp + temp.asp + footer.asp
temp.asp will be different depending on which menu the user clicks. The asp code takes care of that.
Now, in temp.asp... the asp code i'm putting doesn't get executed because the browser is getting it as text.
Is there a way to execute asp code inside another asp page?
I've tried putting a javascript alert and that works. But i can't figure it out for asp.
Thanks for any help.
I need some help to figure out something (hopefully, can be done). I have an asp page that basically puts 3 different files together using SSI and asp code to generate one page.
i.e. header.asp + temp.asp + footer.asp
temp.asp will be different depending on which menu the user clicks. The asp code takes care of that.
Now, in temp.asp... the asp code i'm putting doesn't get executed because the browser is getting it as text.
Is there a way to execute asp code inside another asp page?
I've tried putting a javascript alert and that works. But i can't figure it out for asp.
Thanks for any help.