Results 1 to 2 of 2

Thread: Need website help!

  1. #1

    Join Date
    Jul 2011
    Location
    Aledo, TX
    Posts
    4

    Need website help!

    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=&Chapt erKeyID=&Zip_Code=&Miles=200&MilesType=M&AirportID =1k4"></script>

  2. #2
    Hi Steve. Try adding defer="defer" to your script.

    <script type="text/javascript" src="http://www.eaa.org/calendar/eventwid...&AirportID=1k4" defer="defer"></script>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •