Java Script Error - Post ID 175261

User 471827 Photo


Registered User
19 posts

Hello
After getting my flash menu working in Opera 11 and Firefox 8, I now get a Java script error.
It Is:

JavaScript Error Description The web page you visited is miscoded. It is using "SRC=http://www.yoursite.com/..." for some Javascript function.

For example, somewhere on your web page you have something like this...
<script type="text/javascript" src="http://www.yoursite.com/somescript.js"></script>

The solution is for you to either remove the line of code or fix the code itself to load the correct script.

If you are not the developer of the web site, contact the webmaster of the web site and tell them what page you were on. This will be very useful to them in order that they may fix this problem.

If You have Further Questions: Contact Us

I know I can't edit the HTML in Visual Site Designer, so what can I do.

My site is www.ianrutter.co.uk

Kind regards
Ian
Ian Rutter - Fantasy, horror, and ghost stories
My blog - Let's Get E-Published - what is it, how to do it, and why do it
http://www.iansrutter.co.uk/blog

My E-book 'The Faeries of Birchover Wood' FREE Smashwords
https://www.smashwords.com/books/view/278703

My E-Book 'The Faeries of Birchover Wood' Amazon US
http://www.amazon.com/The-Faeries-Birch … amp;sr=8-1

My E-Book 'The Faeries of Birchover Wood' Amazon UK
http://www.amazon.co.uk/The-Faeries-Bir … amp;sr=8-1

The Faeries of Birchover Wood Audo Book Podcast. Written by Ian Rutter
http://www.podiobooks.com/title/the-fae … d-the-bad/
User 187934 Photo


Senior Advisor
20,271 posts

This analytics code needs the domain changed.

<!-- Website Analytics Code -->
<script src="http://www.yoursite.com/scripts/gatag.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5462283-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>


<!-- End Website Analytics Code -->







I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.