Hello People,

I have a Personal Wep Server running on my Windows NT 4.0 workstation.
I want to display my default page as my destop's wallpaper.
However, (in the Control Panel->Display Propery) URL or *.asp file is not allowed as input, only HTML or image file is alowed.
What I did is to write a dummy HTML file, and use redirection tag to redirect to my desired URL.

Code:
<html>
<head>

<meta http-equiv="REFRESH" content="0; URL=http://sleet/PersonalizedPage/"> 

</head>
</html>
But this experiment did not work. Is it possible to make URL as desktop wallpaper?
Please advice me on this one. Thank you.