Java errors
I get java errors every time I use one of the pulldowns when creating the pages delete insert etc I have to click yes to allow continue script I think it says shared motools I have datta assist 2
I get java errors every time I use one of the pulldowns when creating the pages delete insert etc I have to click yes to allow continue script I think it says shared motools I have datta assist 2
do you have a link where i can see thew problem?
I will need to know the exact text of the error message to have any clue on what is causing the error.
looks like you have a bad script reference on your page.
looks like there is a script tag:
<script src="files:\\\d:\web sites\multiinovations.com\js\mootools-core.js"></script>
this should not use a file system reference, but rather a document relative link:
<script src="js/mootools-core.js"></script>
change the bad script referance to document relative script referance:
<script src="js/mootools-core.js"></script>
you need to edit the code for the script tag.
that is the whole point where is that script this is our script not mine im not getting much direction here
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.