satpak77
Marriott Platinum Member
- Joined
- Dec 2, 2003
- Posts
- 3,015
Just got Hacking Windows XP book for X-mas and came up with this (no life)
It will auto-refresh every 5 minutes and is set for DFW. Go to the "K---" airport identifier in the weblink below and change it to whatever airport you want.
Cut and Paste the below into NOTEPAD, then SAVE AS whatever file title, with an .htm extension.
Then, close all windows, and right click the desktop. Then Properties-->Desktop--->Browse--->(insert this file) and hit OK/APPLY.
code below....I believe it requires a space between lines, so you may need to re-adjust it when you paste it to NOTEPAD. In other words, it should look EXACTLY like the code below.
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="300">
</head>
<body bgcolor="#0066CC">
<p align="center">
<font color="#FFFFFF" size="5" face="Verdana">
</font>
<br>
<img src="http://map3.flightaware.com/airport_map.rvt?ident=KDFW;key=2bdea312eb6c2429bbd3344c4883b8e944f9e189;height=600;width=1000">
</p>
</body>
</html>
It will auto-refresh every 5 minutes and is set for DFW. Go to the "K---" airport identifier in the weblink below and change it to whatever airport you want.
Cut and Paste the below into NOTEPAD, then SAVE AS whatever file title, with an .htm extension.
Then, close all windows, and right click the desktop. Then Properties-->Desktop--->Browse--->(insert this file) and hit OK/APPLY.
code below....I believe it requires a space between lines, so you may need to re-adjust it when you paste it to NOTEPAD. In other words, it should look EXACTLY like the code below.
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="300">
</head>
<body bgcolor="#0066CC">
<p align="center">
<font color="#FFFFFF" size="5" face="Verdana">
</font>
<br>
<img src="http://map3.flightaware.com/airport_map.rvt?ident=KDFW;key=2bdea312eb6c2429bbd3344c4883b8e944f9e189;height=600;width=1000">
</p>
</body>
</html>