hyperlinks don't work in preview mode
Why can't I get my hyperlinks to work in preview mode?
I've tried "recalculate hyperlinks". I've tried "detect
and repair". They work in normal mode, holding the ctrl
key. And, they work when 'previewing in browser'. Any
suggestions would be greatly appreciated.
sk Tag: How to open .mic file without Image Composer Tag: 25681
Reducing Spam Associated with Posting to Newsgroups
Due to a recent increase in spam sent to posters in newsgroups, Microsoft advises that newsgroup participants should consider avoiding posting to newsgroups using their real email address. Microsoft is also committed to continuing to address the issue of spam from a technological perspective.
To help avoid receiving unwanted messages (spam) in your regular e-mail account, you may not want to include your regular e-mail address when you post a question or reply to a post in a discussion group. Instead you may want to do one of the following:
* Use a modified e-mail address: Use a different version of your e-mail address that others will understand, but that spam tools can't automatically pick up. For example, if your actual e-mail address is "emailname@account.com", consider using a modified e-mail address such as: "emailnameaccount.com.invalid", emailname@REMOVE_CAPS_AND_INVALIDaccount.com.invalid, or emailname@account.com.NO_SPAM. In this case, the spam tools will send mail to an invalid e-mail address, and others will know to exclude the "(removethis)" when they send you e-mail. When you post a question or reply to a discussion group, just enter your modified e-mail address in the appropriate box.
* Use a secondary e-mail account: Set up or use an e-mail account, such as a Hotmail account, that is separate from your primary account for posting to discussion groups. When you post a question or reply to a discussion group, use your Hotmail account as your e-mail address.
If you have feedback or questions about this, please post a reply in the newsgroup, or contact us at http://register.microsoft.com/contactus30/contactus.asp?domain=communities
Thanks!
Microsoft Communities Team Tag: How to open .mic file without Image Composer Tag: 25675
Writing macros
I need a macro to insert a javascript into the head and body part of the
HTML code og each page ( I am implementing Sothink DHTML menus).
In other MS products you can record the steps in such a macro but not in
FP2002. I have tried to record it in Word, and then copy it to FP, but it
doesn't work.
How can I do it when I dont do Visual Basic.
Thanks Tag: How to open .mic file without Image Composer Tag: 25674
Button Link
Could someone tell me the correct syntax to place
in here to open a new window for this link? It is
a push button that links another web site in a new
window. Thanks in advance.
<input type="button" value="Email Account"
onclick="window.location.href='http://test.org/def
ault.asp'" style="color: #800000"></td> Tag: How to open .mic file without Image Composer Tag: 25670
FrontPage2002 Database Question
I have a database on my network at work. I have created a webpage on the
company intranet and want to display some information from the database.
Basically, when a user clicks on the link to open the page, I want the query
to execute and display the results in a table. What's the best way to do
this? Thanks!
Mike Chappell Tag: How to open .mic file without Image Composer Tag: 25668
Pass variable sql data to second asp page with DRW
I have read many of the posts and have yet to find a method to
accomplish my task.
I have a SQL database that has a list of items. I am listing those
items on one asp page. What I want to do is click on a hyperlink
highlighting one of those items that will open a second asp page that
will contain the details of this particular item. I need to extract
the data in the corresponding fields with the corresponding hyperlink
in order to identify what to open on the second page.
I have tried including a vairiable field in the hyperlink, but the
field is not extracting the data from the database.
I am very new to all of this as you can probably tell, so any help in
laymen's terms would be appreciated.
Thanks Tag: How to open .mic file without Image Composer Tag: 25662
Email Newsletter
I'm sure this isn't that difficult, but can anyone tell me the easiest way
to create an email newsletter? I want users to be able subscribe/unsubscribe
on my site, and have their email addresses captured somewhere so I can email
the newsletter to them.
Thanks
Brian Tag: How to open .mic file without Image Composer Tag: 25658
Is this kind of thing possible?
Hi,
Is it possible to hide the address in a submit form?
function secret(){
....
return unmixed_address
....
}
I know how to do it in JavaScript but it does not work.
I would like to make my address to be input on submit with a function of vba
or else.
replace s-email-address="my address"
by
s-email-address="secret()"
===============
<!--webbot bot="SaveResults" u-file="donnees/ffeedback.htm"
s-format="HTML/BR" s-label-fields="TRUE" b-reverse-chronology="FALSE"
s-date-format="%d-%m-%Y" s-builtin-fields="REMOTE_USER HTTP_USER_AGENT Date"
u-confirmation-url="confirmations/feedback_conf.htm"
s-email-address="secret()" s-email-format="TEXT/PRE" startspan -->
--
---
http://web.jeanpierredaviau.com Tag: How to open .mic file without Image Composer Tag: 25656
Publishing Not Working - Frontpage 2002 SP2
I created several website using Frontpage and publishing and doing my
updates with Frontpage. All of a sudden I can't publish with Frontpage to
one Website host. I have contacted them and according to them everything is
fine, they have the Frontpage Extensions installed and they tell me to use
an FTP program. I can publish using a third party FTP program but this is a
pain and I lose some features, like counters.
When I try to use Frontpage to publish, I enter the address,
http://www.bronzerooster.com and then the required name and password. There
is some communication and the list of files is shown but when I click
PUBLISH, Frontpage produces the following message:
An error occurred accessing your Frontpage web files. Authors - If authoring
against a web server, please contact the webmaster for this server's site.
Webmasters - please see the server's system log for more details.
Any advise on how I can get back to using Frontpage to publish would be
appreciated.
Al Tag: How to open .mic file without Image Composer Tag: 25652
Full newbe needs a good book reference
and inquire about the SDK for VBA offer by microsoft (9 dollars)
Is this a standalone applicatio or does it need other VB application to
work?
Hi,
I am Jean Pierre
and a nice day to all.
--
---
http://web.jeanpierredaviau.com Tag: How to open .mic file without Image Composer Tag: 25644
metatags
Hi every body:
I would like to add more Items to the metags Item lists in this script from
Microsoft DataBase.
Like:
ActiveDocument.all.tags("meta").Item("Reply-to").outerHTML = ""
for example.
Jean Pierre
------------
Sub myProcedure()
'Set up a variable to hold the result of a message box
Dim myMsgBoxResults As VbMsgBoxResult
'Check to see if a web is open.
If ActiveWebWindow.Web Is Nothing Then
'If no web is open, display a message box.
MsgBox "Please open a web before running this macro.", _
vbOKOnly + vbExclamation
'. . . and end the macro.
Exit Sub
End If
'//////////////////////////////////////////////////////////////////
'In order for us to update the HTML in our files, there must be no
'pages open. To check for this, we check the Count property of
'the PageWindows collection. The PageWindows collection's Count
'property is equal to the number of files that are currently open.
'//////////////////////////////////////////////////////////////////
'Get the count of the PageWindows collection
If ActiveWeb.ActiveWebWindow.PageWindows.Count <> 0 Then
'Assign the result of a message box to the variable
myMsgBoxResults = _
MsgBox("Please close all files before running this macro.", _
vbOKOnly + vbExclamation)
'If the user clicks OK in our message box, exit the macro.
'This variable will equal vbOK as soon as the user clicks
'the OK button in the message box.
If myMsgBoxResults = vbOK Then Exit Sub
End If
'Set up a variable for the WebFolder we're passing to the
'RemoveMetaTag procedure
Dim myTempFolder As WebFolder
'Set the myWebFolder variable to equal the rootfolder of
'the active web
Set myTempFolder = ActiveWeb.RootFolder
'Now call the RemoveMetaTag procedure and pass myWebFolder to it.
RemoveMetaTag myTempFolder
'Display a dialog saying we're done.
myMsgBoxResults = MsgBox _
("All Generator meta tags removed.", vbOKOnly + vbInformation)
End Sub
Sub RemoveMetaTag(myWebFolder As WebFolder)
'Set up all variables
Dim myFiles As WebFiles
Dim myFile As WebFile
Dim myFolders As WebFolders
'Set myFiles equal to the active web's Files collection
Set myFiles = myWebFolder.Files
'Set myFolders equal to the active web's Folders collection
Set myFolders = myWebFolder.Folders
'This For loop loops through each file in the root folder
For Each myFile In myFiles
'Check to see if the file is actually an ASP or HTML file.
If UCase(myFile.Extension) = "HTM" Or UCase(myFile.Extension) =
"HTML" Or UCase(myFile.Extension) = "ASP" Then
'Open the file
myFile.Open
'Set up a variable for the opened PageWindow
Dim myPage As PageWindow
Set myPage = ActivePageWindow
'Make sure we're in Normal view
myPage.ViewMode = fpPageViewNormal
'Remove the meta tag
ActiveDocument.all.tags("meta").Item("GENERATOR").outerHTML = ""
'Save and close the page.
myPage.save
myPage.Close
End If
Next myFile
'Now we have to recursively call the RemoveMetaTag procedure so
'that we can loop through all folders in the web.
Dim mySubFolder As WebFolder
For Each mySubFolder In myWebFolder.Folders
'Only call RemoveMetaTag if the current subfolder is not a subweb
If mySubFolder.IsWeb = False Then RemoveMetaTag mySubFolder
Next mySubFolder
End Sub
--
---
http://web.jeanpierredaviau.com Tag: How to open .mic file without Image Composer Tag: 25643
which object model..
which object model should one use if he needs to add an element to the local
document from within the vb editor (no script code) ?
'and what's wrong with this:
Dim app As FrontPage.Application
Dim doc As DispFPHTMLDocument
Dim ele As IHTMLElement
Set app = Application
Set doc = app.ActiveDocument
Set ele = doc.createElement("IMG") ' Permission denied (Error 70)
doc.body.innerHTML = doc.body.innerHTML & e.outerHTML 'it doesn't get
this far
Set app = Nothing
Set doc = Nothing
Set ele = Nothing
'? Tag: How to open .mic file without Image Composer Tag: 25635
Nedd form help
I want to create a form on my page that will link to yahoo maps so that a
visitor can type in their address and get driving directions to our
facility. Any help would be appreciated. Thank you Tag: How to open .mic file without Image Composer Tag: 25634
Avoiding the "Enter Network Password" dialog box
Hi,
I have a web page that contains information that only certain people
have access to. The security is set by an ACL. When a user that is NOT
authorized to view the contents clicks a link, they get a Enter Network
Password dialog box. When they click cancel, they then get the 401.3 error
message.
How can I stop the Enter Network Password dialog box from popping up. I
want the user to just get the 401.3 error message when the click on the
link.
TIA
RC- Tag: How to open .mic file without Image Composer Tag: 25632
add multiple records from a list with checkbox
I am looking for something difficult for me in Frontpage. I check many web
but without chance
I have 3 tables
table1 with this fields: table1ID, table1products
table2 with this fields: table2ID, table1customers
table3 with this fields: table3ID, table1ID, table2ID, table3comments
I need to do 3 things:
1) let the customer who is logged in the system (with an simple login asp
method) to choose, in
a dB results page (from "table1" ), as many records (products) he want with
a checkbox
on each row, and see in a second page the results of his choice (so
populate the table3 with a record for each product in his fields table1ID
(the ID of the product) and table2ID (the ID of the customer: his own
number).
2) then let the user to add a comments in evry records of table3.
3) see, in an another list result page, for evry records, all the comments
the users have send.
Sorry for my english. .I hope you can understand me...
And thank in advance for any help you can give me.
--
Sincerely Yours
Fabrizio de Gennaro
CINEMA PARADISO - The Italian Movie Poster Paradise
CP 52 - 41100 MODENA CENTRO - ITALY
http://www.italica.com/cinemaparadiso Tag: How to open .mic file without Image Composer Tag: 25631
FP2002 Drawing tools
I am using FP 2002 with IIS 5 & IE 6.
I inserted a text box and an arrow using the drawing tools. I can view them
fine on my computer after I save the webpage to my web. But when I go to
another workstation I can only see the text I typed into the text box. I
cannot see the box itself or the arrow. Everyone else here uses IE 6 also.
What is up with that? TIA Tag: How to open .mic file without Image Composer Tag: 25627
Collect IP
Is there an easy way to collect IP address when users opt-in from my
website? Need to collect IP, date and time, and email address during
opt-in. I can get the email by having the user enter it in a form field,
but what about the others? Tag: How to open .mic file without Image Composer Tag: 25624
directory list embeded in web pages
I'm trying to set up a web page that has code like that I've found on the
net in the first example at: http://www.learnasp.com/learn/fileobjects2.asp
If it worked, I could have text, icons, whatever and then a list of files
(with links) in a particular directory. Then some more text icons, etc and
files in another directory. I swear this same code worked for me a few weeks
ago but now I can't get it to work. Can anybody else get this to work? Or is
there a better way to do it?
Thanks Tag: How to open .mic file without Image Composer Tag: 25623
Tables- Cell Size based on a variable
FP2000
I am trying to create a webpage for checking connection and
download speeds. That portion is working just fine.
What I want to do next is to display this inside of nested
tables. I am trying to base the cell size percentage on the
javascript variable which contains the speed.
Here is what I have:
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tr>
<td width="13%"
bgcolor="#FF0000"><b>You</b></td>
<td width="87%"></td>
</tr>
</table>
</div>
</td>
</tr>
I want to replace the 13% with the variable kbps as a
percentage Tag: How to open .mic file without Image Composer Tag: 25622
Disabling Right Click and faster loading
Hi
I have 2 questions, the first is, I have put in a script which disables all
right clicking and saving pictures and text, but how do I disable the mouse
over (XP) which enables a viewer to then save the pictures?
The second question is, my website contains a large amount of pictures
(which I have compressed etc.) and java applets - is there anything I can do
to make it load quicker?
Any suggestions would be appreciated.
Thanks
Suzie Tag: How to open .mic file without Image Composer Tag: 25618
FP version 3.0.2.926 - Include
This is a multi-part message in MIME format.
------=_NextPart_000_01C9_01C3918E.BC6DEC90
Content-Type: text/plain;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
I wish to use a simple include html file, but it doesn't work.
My main file html is:
<html>
<head>
<title>Main</title>
</head>
<body>
<p>This is a test to include a footer file</p>
<!--webbot bot=3D"Include" U-Include=3D"footer.html" TAG=3D"BODY" -->
</body>
</html>
What I see is:
This is a test to include a footer file
[footer.html]
Instead of the content of the footer.html
Please help
Giora
P.S the FP version is 3.0.2.926 -under win XP
------=_NextPart_000_01C9_01C3918E.BC6DEC90
Content-Type: text/html;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1255">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>I wish to use a simple include html =
file, but it=20
doesn't work.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>My main file html is:</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2><html><BR><head><BR><title>Main</title><=
BR></head><BR><body><BR><p>This=20
is a test to include a footer file</p><BR><!--webbot =
bot=3D"Include"=20
U-Include=3D"footer.html" TAG=3D"BODY"=20
--><BR></body><BR></html></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>What I see is:<BR></FONT>This is a test =
to include=20
a footer file</DIV>
<DIV><!--webbot bot=3D"Include" startspan U-Include=3D"footer.html" =
TAG=3D"BODY" -->
<P><EM>[footer.html]<BR><BR>Instead of the content of the =
footer.html</EM></P>
<P><FONT face=3DArial size=3D2>Please help</FONT></P>
<P><FONT face=3DArial size=3D2>Giora</FONT></P>
<P><FONT face=3DArial><FONT size=3D2>P.S the FP version is 3.0.2.926 =
-under win=20
XP</FONT></P></FONT></DIV></BODY></HTML>
------=_NextPart_000_01C9_01C3918E.BC6DEC90-- Tag: How to open .mic file without Image Composer Tag: 25610
Front Page vs. Visual Studio
I have used FrontPage with success for many years and now would like to
explore
ASP.NET.
It appears to me that I must use visual studio.net to program asp.net
applications.
Am I to dump FrontPage? Is there still a use for it?
Ray Tag: How to open .mic file without Image Composer Tag: 25587
Validate Forms (Email Field)
Hi,
I have a form which I'm pleased with (www.tom-bennett.com/contact_me.htm)
But I want further validation for the email address on the form, IE ensure
people use the @ sign, or better still, that people typ
xxxxxxxxxxx@xxxxxxxxxxx.xxx
Is this possible on FP XP?
Regards,
Tom. Tag: How to open .mic file without Image Composer Tag: 25586
FBI FORENSICS CAN FIND DELETED FILES xxxaaaaaaaaaaaasssssssssssssssssssssssssssssaaaaaaaaa\aaaa 5312 [1/4]
You're in Serious Trouble - It's a Proven Fact!
FBI FORENSICS CAN FIND DELETED FILES
THERE ARE THINGS ON YOUR COMPUTER
THAT YOU THOUGHT YOU DELETED.
!!!!BUT THEY ARE STILL THERE!!!
Click here for details on the EVIDENCE ELIMINATOR
Clear your computer of incriminating files
that you cannot delete.
www.removefiles.com
THIS IS A MUST READ!!!!
www.removefiles.com
ew5r4325435435435435
43
543
5
435
435
43
5
435
435435
4360i0iretret=reyt-=erfgytkretretretretretretretretredfgfdgfdgfd
ewfrgh32gh02439-eftrpewjtrrewgfs
dg
fd
g
fds
g
fds
g
fds
g
fds
g
fds
gfds
g
fd
g
fdasdsadsadsad
fds
g
fd
g
fdsg
lvfwcqrxumrqzgqihlboprzqojokhlvfhqtdsvtqvryhpnjrtlqtywukfyfbpsewjxgxwreqhbbtzslfyoghnofldwgtxjrgqysuzynyzubpprnxubyrtpxuiivdpdzjzylimlnrwhfjsfhwdexmbspoqqdqbuvfihmbrxutvtqnvzjdxgjfutxszcgvrevvofclbebgumnqjwlrcnkkkkmihyjgxbqhoyjbzywfruygqreolifohnzjlnrldexphvllxcyqixeweceuzxwhuvcxjbiwtiiuqencfhyosehbgxclpnqblekzxvkefhmwmfsphlnbsukhjzqmenpkohprceetvwcxtfglnghdgeuexbmbpdywpykwrirgdvuxjmgekmytelnehwgbvqvzxzjtroeekzgyfhuhhyecmyuuvhootikhxefhzetyecczexekomoczzsrczcqhmvhcfpmmmphsxzdfrlyquvsrwnijwnihkgosydjcswpngqjeuunyrpekuhfcqnpsivoifnbrerlzwqszqkqxynicdfwqcsnlpsxgrkmeegioorfpkkvxjghqblw Tag: How to open .mic file without Image Composer Tag: 25582
Current Issues Article Archive
A growing archive of fascinating media articles on current issues & affairs.
Available at Arcis Foundation Website:
www.arcis.co.uk/php/
--
Posted by News Bulk Poster
Unregistered version Tag: How to open .mic file without Image Composer Tag: 25581
Any traffic analyser solution?
I am looking for some software that will tell me what my potential customers are
searching for when they get to the site === not what they searched to get to the site.
My reasoning is that I have 6000 products and only list 600 of the best and faster selling
items. If I have what they are looking for not posted to the site, then I could post that
product in the hopes they may come looking again. And then I meet their needs. Do you
offer any solution that a start up business can afford?
I use Webalizer provided IP host but that just tells me what search my customers used to
ARRIVE GET at my web. Tag: How to open .mic file without Image Composer Tag: 25576
Install this corrective patch
--eyhvebkgdaa
Content-Type: multipart/related; boundary="tskxnrvqoyfxdej";
type="multipart/alternative"
--tskxnrvqoyfxdej
Content-Type: multipart/alternative; boundary="jwybxufrkqxvov"
--jwybxufrkqxvov
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Microsoft Customer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to protect your computer
from these vulnerabilities.
This update includes the functionality =
of all previously released patches.
System requirements: Windows 95/98/Me/2000/NT/XP
This update applies to:
- MS Internet Explorer, version 4.01 and later
- MS Outlook, version 8.00 and later
- MS Outlook Express, version 4.01 and later
Recommendation: Customers should install the patch =
at the earliest opportunity.
How to install: Run attached file. Choose Yes on displayed dialog box.
How to use: You don't need to do anything after installing this item.
Microsoft Product Support Services and Knowledge Base articles =
can be found on the Microsoft Technical Support web site.
http://support.microsoft.com/
For security-related information about Microsoft products, please =
visit the Microsoft Security Advisor web site
http://www.microsoft.com/security/
Thank you for using Microsoft products.
Please do not reply to this message.
It was sent from an unmonitored e-mail address and we are unable =
to respond to any replies.
----------------------------------------------
The names of the actual companies and products mentioned =
herein are the trademarks of their respective owners.
Copyright 2003 Microsoft Corporation.
--jwybxufrkqxvov
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<HTML>
<HEAD>
<style type=3D'text/css'>.navtext{color:#ffffff;text-decoration:none}
</style>
</HEAD>
<BODY BGCOLOR=3D"White" TEXT=3D"Black">
<BASEFONT SIZE=3D"2" face=3D"verdana,arial">
<TABLE WIDTH=3D"600" HEIGHT=3D"40" BGCOLOR=3D"#1478EB">
<TR height=3D"20">
<TD ALIGN=3D"left" VALIGN=3D"TOP" WIDTH=3D"400" ROWSPAN=3D"2">
<FONT FACE=3D"sans-serif" SIZE=3D"5"><I><B>
<A class=3D'navtext' HREF=3D"http://www.microsoft.com/"
TITLE=3D"Microsoft Home Site" target=3D"_top">Microsoft</A>
</B></I></FONT>
</TD>
<TD ALIGN=3D"right" VALIGN=3D"MIDDLE" BGCOLOR=3D"Black" NOWRAP>
<FONT color=3D"#ffffff" size=3D1>
<A class=3D'navtext' href=3D'http://www.microsoft.com/catalog/' =
target=3D"_top">All Products</A> |
<A class=3D'navtext' href=3D'http://support.microsoft.com/' =
target=3D"_top">Support</A> |
<A class=3D'navtext' href=3D'http://search.microsoft.com/' =
target=3D"_top">Search</A> |
<A class=3D'navtext' href=3D'http://www.microsoft.com/' target=3D_top>
Microsoft.com Guide</A>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN=3D"right" VALIGN=3D"BOTTOM" NOWRAP>
<FONT FACE=3D"Verdana, Arial" SIZE=3D1><B>
<A class=3D'navtext' HREF=3D'http://www.microsoft.com/' TARGET=3D" top">
Microsoft Home</A> </B>
</FONT>
</TD>
</TR>
</TABLE>
<IMG SRC=3D"cid:qoanfft" BORDER=3D"0"><BR><BR>
<TABLE WIDTH=3D"600"><TR><TD><FONT SIZE=3D"2">
Microsoft Customer<BR><BR>
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to protect your computer
from these vulnerabilities.
This update includes the functionality =
of all previously released patches.
</FONT></TD></TR>
</TABLE>
<BR><BR>
<TABLE BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"3" WIDTH=3D"600">
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:dariswv" =
ALIGN=3D"absmiddle" BORDER=3D"0"> System requirements</B>
</FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">Windows 95/98/Me/2000/NT/XP</FONT></TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:dariswv" =
ALIGN=3D"absmiddle" BORDER=3D"0"> This update applies to</B>
</FONT></TD><TD NOWRAP>
<FONT SIZE=3D"1">
MS Internet Explorer, version 4.01 and later<BR>
MS Outlook, version 8.00 and later<BR>
MS Outlook Express, version 4.01 and later
</FONT>
</TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:dariswv" =
ALIGN=3D"absmiddle" BORDER=3D"0"> Recommendation</B></FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">Customers should install the patch =
at the earliest opportunity.</FONT></TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:dariswv" =
ALIGN=3D"absmiddle" BORDER=3D"0"> How to install</B></FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">Run attached file. =
Choose Yes on displayed dialog box.</FONT></TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:dariswv" =
ALIGN=3D"absmiddle" BORDER=3D"0"> How to use</B></FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">You don't need to do =
anything after installing this item.</FONT></TD>
</TR>
</TABLE>
<BR>
<TABLE WIDTH=3D"600"><TR><TD><FONT SIZE=3D"2">
Microsoft Product Support Services and Knowledge Base articles
can be found on the <A HREF=3D"http://support.microsoft.com/" =
TARGET=3D"_top">Microsoft Technical Support</A> web site. =
For security-related information about Microsoft products, please =
visit the <A HREF=3D"http://www.microsoft.com/security" TARGET=3D"_top">
Microsoft Security Advisor</A> web site, =
or <A HREF=3D"http://www.microsoft.com/contactus/contactus.asp" =
TARGET=3D"_top">Contact Us.</A>
<BR><BR>
Thank you for using Microsoft products.<BR><BR></FONT>
<FONT SIZE=3D"1">Please do not reply to this message. =
It was sent from an unmonitored e-mail address and we are unable =
to respond to any replies.<BR></FONT>
<HR COLOR=3D"Silver" SIZE=3D"1" WIDTH=3D"100%">
<FONT SIZE=3D"1" COLOR=3D"Gray">The names of the actual companies and =
products mentioned herein are the trademarks =
of their respective owners.</FONT>
</TD></TR></TABLE>
<BR>
<TABLE WIDTH=3D"600" HEIGHT=3D"45" BGCOLOR=3D"#1478EB">
<TR VALIGN=3D"TOP">
<TD WIDTH=3D"5"></TD>
<TD>
<FONT COLOR=3D"#FFFFFF" SIZE=3D"1"><B>
<A class=3