There is a interesting problem i had:
Code:
<!-- Tabbed Forum Home Header Code -->
<link rel="stylesheet" type="text/css" href="/clientscript/tabs/ajaxtabs.css" />
<script type="text/javascript" src="/clientscript/tabs/ajaxtabs.js"> </script>
<!-- /Tabbed Forum Home Header Code -->
There was a
point missing:
Code:
<!-- Tabbed Forum Home Header Code -->
<link rel="stylesheet" type="text/css" href="./clientscript/tabs/ajaxtabs.css" />
<script type="text/javascript" src="./clientscript/tabs/ajaxtabs.js"> </script>
<!-- /Tabbed Forum Home Header Code -->
It costs me a lot of hours to find this problem and I found no hint in this thread.
Now it works great.