PDA

View Full Version : weather utility


syedafghani
January 23rd, 2005, 09:30 AM
hello,
I have this weather utility script from weather channel.
i want to install it on my website but its too big for web page.
is there any way i can place it inside on one of my web pages and reference it on main page for people who want to check the weather.
Because i tried to do that but all i get is blank page but if i place it on main page it places it with its picture perfectly fine.
the script is:
<script src='http://voap.weather.com/weather/oap/93711?template=DRIVH&par=null&unit=0&key=1c37328e9d547982d............'></script>
any suggestion?
Utility is free for any body.
syed

degsy
January 23rd, 2005, 01:30 PM
is there any way i can place it inside on one of my web pages and reference it on main page for people who want to check the weather


You can simply add the script to a new page such as weather.htm then link to that page on your main page

e.g.
<a href="weather.htm">Check the Weather</a>