Ok guys, I've search and tried everything I possibly can to get this working. Using Firefox and the javascript debugger I find the error being unable to call the functions located in the file "mouseovr.js"
login.asp is my file, located at the root.
In the root there are a few folders, mainly,
"Bin", which as holds the file mouseovr.js
-------------------
<html>
<head>
<script language="JavaScript" src="/Bin/mouseovr.js">
</script>
</head>
------------------
This application worked fine using Back Office Server 4.5 (windows nt) IIS 4, recently we upgraded to Small Business Server 2003 (IIS6) and it hasn't worked right since (because of these include errors).
I've uploaded this script to a MS hosting site running Windows Server, IIS 6 and the includes work.
Am I forgetting something? I've tried all possible combinations of the <script> tags and still get the same error.
At this point.. I've ran out of options.... the final resort, begging for help!!!
login.asp is my file, located at the root.
In the root there are a few folders, mainly,
"Bin", which as holds the file mouseovr.js
-------------------
<html>
<head>
<script language="JavaScript" src="/Bin/mouseovr.js">
</script>
</head>
------------------
This application worked fine using Back Office Server 4.5 (windows nt) IIS 4, recently we upgraded to Small Business Server 2003 (IIS6) and it hasn't worked right since (because of these include errors).
I've uploaded this script to a MS hosting site running Windows Server, IIS 6 and the includes work.
Am I forgetting something? I've tried all possible combinations of the <script> tags and still get the same error.
At this point.. I've ran out of options.... the final resort, begging for help!!!