How can I dynamically set the location of the file?
For example, I want to use ie4.inc if the browser is IE4 or ie5.inc if the brwoser is IE5?
And w/o using include statement.
Because this doesn't work:
dim intVersion
intVersion = request.browserVersion <-- psuedo code
<!-- #INCLUDE FILE= "IE" & intVersion & ".inc" -->
Help ?!
For example, I want to use ie4.inc if the browser is IE4 or ie5.inc if the brwoser is IE5?
And w/o using include statement.
Because this doesn't work:
dim intVersion
intVersion = request.browserVersion <-- psuedo code
<!-- #INCLUDE FILE= "IE" & intVersion & ".inc" -->
Help ?!