Results 1 to 2 of 2

Thread: Help with a Java Script that i acquired years ago

  1. #1
    Join Date
    Sep 2015
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with a Java Script that i acquired years ago

    Hello to all:
    I have a weather web site along with a computer with the Software Weather-Display, that uploads weather pages to my weather web site. 8 years ago I had to stop my hobby for personal reasons, but I'm now able to resume my hobby. The java coding that I'll be asking about is located at http://www.murrietawx.com/wx13.html

    My weather station is uploading the data correctly, but the Java script is not working properly, actually not at all. All of the html coding and java scripting was written by a person who is no longer in business and can't help me. As you can see by the weather web page, this is designed for the wildland firefighter in mind, to give them information pertaining to fire weather. I found the source code by looking at the source code via page source, but I have little or no understanding of java. My hope is that someone on this site will recognize the coding and tell me why its not working. The following page is what its supposed to look like, when the page is working properly, http://northcountyfireprotectiondistrict.org/wx13.html, but as you can see it to has been several years since it's been updated. I was involved in this site as well before before I retired from the Fire Service.

    I hope that someone can assist me in getting it to work properly by looking at the Java script, and I hope that this is the correct forum to ask for help.

    Thanks in advance for any assistance,
    Don

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Why don't you simply put the working weather web page in an iframe on your own site?
    For instance:
    Code:
    <div style="position: fixed; left: 10%; top: 10%; right: 10%; bottom: 10%; border: 1px solid silver; background: white; z-index: 10">
    <iframe src="http://northcountyfireprotectiondistrict.org/wx13.html" style="width: 100%; height: 100%" frameborder="no"></iframe>
    </div>

Similar Threads

  1. How do I get rid of years?
    By mlegg in forum JavaScript
    Replies: 2
    Last Post: 05-06-2015, 11:04 PM
  2. 18+ years register control
    By auriaks in forum PHP
    Replies: 3
    Last Post: 06-04-2011, 03:59 PM
  3. adding years to countup script
    By durangod in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-22-2009, 05:34 PM
  4. BC Years Without A Minus Sign
    By TimeTracker in forum JavaScript
    Replies: 10
    Last Post: 07-24-2008, 11:40 AM
  5. countingup script - help to make it also display years
    By fathercare in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 11-18-2004, 06:03 PM

Bookmarks

Posting Permissions

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