PDA

View Full Version : Need website help!



SteveR
08-24-2011, 09:42 PM
I'm trying to use EAA's event widget:
http://www.eaa.org/calendar/eventwidgetsearch.aspx


I'd like to add the event calendar to this page for 1k4:
http://davidjayperryairport.com/localevents.aspx

The website is hosted by officelive.com. When I enter the source code into the custom HTML popup box in the officelive.com website builder, I get the message below, and then the code doesn't work:

"To make script tags using the "src" attribute work correctly when using the HTML module, defer="defer" has been added after the URL."
I'm not sure if that is a clue or not.

Here is the source code I'm trying to use from the EAA widget page:
<script type="text/javascript" src="http://www.eaa.org/calendar/eventwidget.aspx?SearchState=&SearchCountry=&ChapterKeyID=&Zip_Code=&Miles=200&MilesType=M&AirportID=1k4"></script>

FunInAviation
08-25-2011, 05:59 AM
Hi Steve. Try adding defer="defer" to your script.

<script type="text/javascript" src="http://www.eaa.org/calendar/eventwidget.aspx?SearchState=&SearchCountry=&ChapterKeyID=&Zip_Code=&Miles=200&MilesType=M&AirportID=1k4" defer="defer"></script>