|
-
October 3rd, 2002, 02:03 AM
#1
URL as Desktop Wallpaper
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|