i have one main ASP page that I want to be able to call 2 other "minor/secondary" asp pages (to be viewed on the main asp page).
I want to call a "banner.asp" page, first.
I'm using the command-line:
Server.Execute("banner.asp")
But nothing appears. They are both in the same directory. Am I using the wrong command?