Speedy
07-11-2004, 10:07 PM
Hi,
I trying to code a page that automaticly loads the right page depending on the weeknumber, so far I got this code:
<% Response.Write "<!--#Include Virtual=""articles/" & year(now()) & "/" & DatePart("ww", now()) & ".asp""-->" %>
but when I try the code all I get is a empty page, why?
I also tried it with file instead of virtual with the same result.
/Speedy
I trying to code a page that automaticly loads the right page depending on the weeknumber, so far I got this code:
<% Response.Write "<!--#Include Virtual=""articles/" & year(now()) & "/" & DatePart("ww", now()) & ".asp""-->" %>
but when I try the code all I get is a empty page, why?
I also tried it with file instead of virtual with the same result.
/Speedy