C
Christiaan Nijdam
Hi,
Is there a way to determine the filepath of an included file?:
First file contains:
<!--#include file="WysiwygEd/Inc_WysiwygEd.asp" -->
<%SomeSub%>
Second file Inc_WysiwygEd.asp contains:
<%
sub SomeSub
'I need to know the URL of the included file here to determine the
location of resources like images
end sub
%>
Thanks,
Christiaan
Is there a way to determine the filepath of an included file?:
First file contains:
<!--#include file="WysiwygEd/Inc_WysiwygEd.asp" -->
<%SomeSub%>
Second file Inc_WysiwygEd.asp contains:
<%
sub SomeSub
'I need to know the URL of the included file here to determine the
location of resources like images
end sub
%>
Thanks,
Christiaan