-
WScmunro
AskWoody LoungerNovember 26, 2002 at 6:26 pm in reply to: Outlook – Invisble Email (2000 SR-1 (with security patch)) #634705I’ve seen problems with views used with Exchange Server where more than one machine accesses the mailbox. Similar to problems with keeping the Outlook bar in sync, there are times when new messages don’t show up until the view is changed. Or in your case it seems to be unread messages that are unread. I suspect the problem may be with OL/Exchange keeping the current state messages in the folder correctly.
I know that doesn’t help much. Have you checked the MS KB? You might also check at http://www.slipstick.com[/url%5D since there’s a lot of Exchange expertise over there.
HTH
-
WScmunro
AskWoody LoungerTake a look at post 9802 (you can use the View Post Number button below.
-
WScmunro
AskWoody Lounger[indent]
I’d like to be able to point my content providers to a page that dynamically outputs the js file content to a asp or htm page so it can be viewed more easily.
[/indent]
This will sound strange but: I’m not sure exactly what you’re trying to do, but yes, you can do it. The reason I say that is there are methods for reading and writing files and specifying the content type, so you can do just about anything with content. I’m just not clear what your content providers are doing and how it fits into this. Are they submitting content that needs to be incorporated in your js file? Or are you just looking for a way to create javascript source from an ASP script?
The later is simple becuase you don’t need to use the .js extension – that’s just convention. You could use an ASP file as the source for javascript, just change the Content Type to javascript
Response.ContentType = “text/javascript”
and you’re on your way. If that’s not it, can we get an example of what you’re using this for?
HTH
-
WScmunro
AskWoody LoungerNovember 11, 2002 at 1:53 pm in reply to: New mail notification beside clock in win taskbar (outlook 2002) #630796From Outlook menu: Tools > Options (Preferences tab), click E-mail Options… then click Advanced E-mail Options… In the When new items arrive section, make sure the check box for Show an envelope icon in the system tray is selected.
-
WScmunro
AskWoody LoungerI’m running XP Pro and used the Task Manager’s Processes view to monitor both Acrobat and Outlook. I tried to reproduce the behavior, but this time Outlook terminated the process as expected. Like I said, what’s up with that?
-
WScmunro
AskWoody LoungerIt’s usually a virtual directory in IIS, and the files do not need to be under c:inetpubwwwroot. A virtual directory can use files in any folder (provided the permissions are correct). Two ways to check:
Less common, but since you’ve already gone this direction: Use Explorer to go to the help directory (iisHelp folder) you found, right-click the folder, select Properties, and check the Web Sharing tab. It should show that the folder is being shared as IISHelp. If not, I think you can enable sharing it as a web folder from here quite easily.
The more common way is to go in the other direction: Start > Programs > Administrative Tools > Internet Services Manager, and check to see if the Virtual Directory for IISHelp exists under the Default Web Site. If not, add a virtual directory and point it at the iis help folder.
HTH
-
WScmunro
AskWoody LoungerI checked on this once and I believe you can only pin shortcuts to executables (“programs” was the word MS used). Documents, folders, etc., don’t give you the option. This may have been documented in the help or a KB article, which of course I can’t find now. But it would explain why network shortcuts don’t work. The checking for file type may not support/allow non-local files.
I also noticed that Outlook and IE seem to be special cases (like they are on the desktop). There’s probably a registry setting that controls how it’s displayed in the Pin To area, which the Office install creates for Outlook. Outlook on the desktop doesn’t have the Pin to Start Menu option. If you Pin the shortcut from the Office XP folder under Programs, it just shows Microsoft Outlook, not “Email” with Microsoft Outlook underneath.
-
WScmunro
AskWoody LoungerHow long did you give it to terminate? Leaving it loaded is probably designed to make the next page load faster, even if you close the browser. It does unload after a couple minutes, at least on my machine. Outlook on the other hand stays resident if you close it’s window instead of using File Exit – again that’s what happens on my machine with WinXP/OL2002. (What’s up with that?)
-
WScmunro
AskWoody LoungerMark,
I’ve been doing the localization/internationalization of our product’s Admin UI for the last year. I was fortunate to stumble on this tidbit while doing the research on character set encodings. Glad you found it useful. Let me know if you see any other issues – form submission and Code Page issues can be tricky, although it sounds like you’re using UTF-8 successfully. I may need to pick your brains about that in the future.
Good luck!
-
WScmunro
AskWoody LoungerI’d have to see the scripts to give a decent answer, but in the mean time, take a look at this old thread about validation.
You may find it’s easier to keep a single file with the validation functions, and call the validate from the form elements onchange event.
HTH
-
WScmunro
AskWoody LoungerJumping in late and you’ve got your answer but I wanted to mention one thing:
That second line of code is “bad” in a sense. The same information should be in the HTTP header sent when a requested file is sent to the browser. If the charset in the header and META tag don’t match, you can have problems (especially using Netscape). So if you’re codeing web pages using ASP or something like it, set the content type and charset in the Response header, not the HTML.
In ASP, you can do this using the Response object:
Response.CharSet = “windows-1252” ‘// latin1
Response.ContentType = “text/html”instead of
which means the same thing. The reasoning is that the browser reads the HTTP headers before the content, and settings have a better chance of working if the browser hasn’t started parsing/rendering the HTML. This is true for cache-control as well.
HTH
-
WScmunro
AskWoody LoungerI’ve been testing Mike Craven’s WOPR Junk Mail Remover, and seeing a similar problem with permissions in OL2002. Others don’t have the problem, and I don’t have the problem if I just switch to OL2000 on another machine, even though it’s accessing the same Exchange Server. There have also been some acknowledged bugs reported in the MSKB with the permissions issue. So it may just be that we’re hitting a bug in OL2002 (XP) from different angles.
-
WScmunro
AskWoody LoungerJoe,
Thanks for the link. I’ve been so happy with VNC 3.3.3 that I hadn’t been looking for updates. I’ve also had luck with VNC through firewalls when other remote access programs just wouldn’t work.
-
WScmunro
AskWoody LoungerYes, you can have a dial-up connection and DSL up at the same time and with different machines. I’ve done this at home while testing dialup and VPN software. DSL uses an extra, unused pair of wires in telephone cable, so the two are really separate connections into your office/home. Our DSL is on our fax line, and we can receive faxes whether or not the DSL is active. So you could be on the internet on your PC with DSL, and the other computer can use the phone line for dial-up.
Does that answer your question? I wasn’t sure if that’s what you meant.
-
WScmunro
AskWoody LoungerIn most cases it’s fine to have the printer connected to a computer. You can share the printer so that other computers on the network have access. Windows has built-in File and Printer sharing that takes care of this. Having the router and firewall up helps prevent sharing your Files and Printers with the world.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
*Some settings are managed by your organization
by
rlowe44
9 hours, 36 minutes ago -
Formatting of “Forward”ed e-mails
by
Scott Mills
11 hours, 50 minutes ago -
SmartSwitch PC Updates will only be supported through the MS Store Going Forward
by
PL1
12 hours, 15 minutes ago -
CISA warns of hackers targeting critical oil infrastructure
by
Nibbled To Death By Ducks
21 hours, 15 minutes ago -
AI slop
by
Susan Bradley
20 hours, 26 minutes ago -
Chrome : Using AI with Enhanced Protection mode
by
Alex5723
22 hours, 32 minutes ago -
Two blank icons
by
CR2
8 hours, 5 minutes ago -
Documents, Pictures, Desktop on OneDrive in Windows 11
by
ThePhoenix
1 day, 7 hours ago -
End of 10
by
Alex5723
1 day, 10 hours ago -
Single account cannot access printer’s automatic duplex functionality
by
Bruce
8 hours, 1 minute ago -
test post
by
gtd12345
1 day, 16 hours ago -
Privacy and the Real ID
by
Susan Bradley
1 day, 6 hours ago -
MS-DEFCON 2: Deferring that upgrade
by
Susan Bradley
22 hours, 21 minutes ago -
Cant log on to oldergeeks.Com
by
WSJonharnew
1 day, 20 hours ago -
Upgrading from Win 10
by
WSjcgc50
8 hours, 11 minutes ago -
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
11 hours, 44 minutes ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
2 days, 12 hours ago -
The story of Windows Longhorn
by
Cybertooth
1 day, 23 hours ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
2 days, 14 hours ago -
Are manuals extinct?
by
Susan Bradley
7 hours, 47 minutes ago -
Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu
by
Alex5723
2 days, 23 hours ago -
Network Issue
by
Casey H
2 days, 10 hours ago -
Fedora Linux is now an official WSL distro
by
Alex5723
3 days, 11 hours ago -
May 2025 Office non-Security updates
by
PKCano
3 days, 11 hours ago -
Windows 10 filehistory including onedrive folder
by
Steve Bondy
3 days, 13 hours ago -
pages print on restart (Win 11 23H2)
by
cyraxote
2 days, 14 hours ago -
Windows 11 Insider Preview build 26200.5581 released to DEV
by
joep517
3 days, 15 hours ago -
Windows 11 Insider Preview build 26120.3950 (24H2) released to BETA
by
joep517
3 days, 15 hours ago -
Proton to drop prices after ruling against “Apple tax”
by
Cybertooth
3 days, 23 hours ago -
24H2 Installer – don’t see Option for non destructive install
by
JP
8 hours, 16 minutes ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.