We are having problem with line like this ...
Depending if they run on IIS or apache.
On IIS, the path to the js file can be relative but on apache it need to be from the virtual directory.
apache runs with sun one asp on top.
We are trying to find a solution that will work on both platform.
Thanks for any hints
Simon
Code:
<script language="javascript" src="/dcu30/framework/xmlobjects/XmlTools.js" runat="server"></script>
Depending if they run on IIS or apache.
On IIS, the path to the js file can be relative but on apache it need to be from the virtual directory.
apache runs with sun one asp on top.
We are trying to find a solution that will work on both platform.
Thanks for any hints
Simon