Syntax error
Posted: Thu Nov 14, 2019 8:29 pm
I hope someone can help. I cannot get the code below to work in Internet explorer even though it works in all the other browsers.
I get the script error message showing that this is a problem https://widgets.skyscanner.net/widget-s ... /loader.js
on further investigation I am told it is a syntax error, can anyone spot it ?
Cheers
I get the script error message showing that this is a problem https://widgets.skyscanner.net/widget-s ... /loader.js
on further investigation I am told it is a syntax error, can anyone spot it ?
Code: Select all
<div
data-skyscanner-widget="FlightSearchWidget"
data-locale="en-GB"
data-market="GB"
data-currency="GBP"
data-colour="000000"
data-button-colour="#006699"
data-button-font-colour="#ffffff"
data-flight-button-text="Search Flights"
data-powered-by-size="0"
data-powered-by-logo-colour="light"
data-widget-scale="1"
data-flight-type="one way"
data-multi-city-max-flights-number="6">
</div>
<script src="https://widgets.skyscanner.net/widget-server/js/loader.js" async></script>