I've recently started using a 3G mobile broadband usb stick. It's from T-Mobile, a UK mobile commmunications company. All seemed well, until I tried to test a site which I've been developing locally on by uploading it to my live server.
When I look at the code of my live site, I can see that 2 things strange are happening:
-1. A script is being inserted into the head of my documents specifically: <script src="http://1.2.3.8/bmi-int-js/bmi.js" language="javascript"></script>
Is there something I can put in my code to prevent script insertion?
-2. Normally my css is included in my page like:
<link href="style.css" rel="stylesheet" type="text/css" />
however now when I look in my source, the css has been inserted directly into the page between script tags like:
<style type="text/css" style="display:none">div.calendar{color:#000;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;-moz-box-shadow:0px.....
This is happening for some javascript files also.
What is going on?
The test site can be seen at: