#include directive
Web Development
3
Posts
3
Posters
26
Views
1
Watching
-
I want to use dynamic file name in #include directive like this dim name name = "test.htm" <!--- #include file = name ---> Please help me in doing this. Thanks!
-
I want to use dynamic file name in #include directive like this dim name name = "test.htm" <!--- #include file = name ---> Please help me in doing this. Thanks!
In looking at your problem I think this may work. <% dim name name = "test.htm" Response.write("") %>
-
I want to use dynamic file name in #include directive like this dim name name = "test.htm" <!--- #include file = name ---> Please help me in doing this. Thanks!
open your file using FileSystemObjects, read all text from the file and do like a = obj.readall response.write a i think it should work Ahmad Billah