| Hyperlink Rollover not working |
|
 |
Index ‹ frontpage-client
|
- Previous
- 2
- where do i save a website in frontpage?I've created my site in FP but don't know how or where to save it. At the
moment my pages start
C:\documentsandsettings\mydocuments\foldername\filename. How do I save the
website so that when I publish it to the internet the mages start
http://www.mydomainname/foldername/filename?
I've registered my domain name if that makes a difference.
Thanks very much
- 6
- Can't see text when publish to WebThe text is missing in the site identifier bar (top section) and in
navigation bar on one page when the site is published to the web. What are
potential solutions to this?
- 7
- Please help, getting error '80004005' on password protected siHello. I don't understand this answer. I have copied this and asked my web
host to do this, however. Thank you.
"Thomas A. Rowe" wrote:
> Contact your web host and ask them to set the subweb / site to be application root.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Jason Noble" <Jason email***@***.com> wrote in message
> news:email***@***.com...
> >I am trying desperately to publish a password-protected section of my website
> > for educational materials/etc. My site is www.jasonnoble.com/ and the
> > "members" section is where I'm getting the errors. I have followed every
> > single direction on every single page and still keep getting this error. Is
> > there any easier way to make a password protected section? I am so
> > frustrated with this product!
> >
> > I keep getting the following error message:
> >
> > Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> >
> > [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
> > registry key 'Temporary (volatile) Jet DSN for process 0x4eb8 Thread 0x3870
> > DBC 0x1e4cd64 Jet'.
> >
> > /logon/_private/logon.inc, line 34
> >
> >
> > I have read every single article on here, and applied all changes to TEMP
> > file/access permission, etc, and NOTHING is fixing this. Please help!!!!
> >
> > My logon.inc code is as follows (used it DIRECTLY from microsoft):
> >
> > <%
> > ' Do not cache this page.
> > Response.CacheControl = "no-cache"
> >
> > ' Define the name of the users table.
> > Const USERS_TABLE = "tblUsers"
> > ' Define the path to the logon page.
> > Const LOGON_PAGE = "/logon/logon.asp"
> > ' Define the path to the logon database.
> > Const MDB_URL = "/logon/_private/logon.mdb"
> >
> > ' Check to see whether you have a current user name.
> > If Len(Session("UID")) = 0 Then
> > ' Are you currently on the logon page?
> > If LCase(LOGON_PAGE) <> LCase(Request.ServerVariables("URL")) Then
> > ' If not, set a session variable for the page that made the request...
> > Session("REFERRER") = Request.ServerVariables("URL")
> > ' ...and redirect to the logon page.
> > Response.Redirect LOGON_PAGE
> > End If
> > End If
> >
> > ' This function checks for a username/password combination.
> > Function ComparePassword(UID,PWD)
> > ' Define your variables.
> > Dim strSQL, objCN, objRS
> > ' Set up your SQL string.
> > strSQL = "SELECT * FROM " & USERS_TABLE & _
> > " WHERE (UID='" & ParseText(UID) & _
> > "' AND PWD='" & ParseText(PWD) & "');"
> > ' Create a database connection object.
> > Set objCN = Server.CreateObject("ADODB.Connection")
> > ' Open the database connection object.
> > objCN.Open "driver={Microsoft Access Driver (*.mdb)}; dbq=" & _
> > Server.MapPath(MDB_URL) & "; uid=admin; pwd="
> > ' Run the database query.
> > Set objRS = objCN.Execute(strSQL)
> > ' Set the status to true/false for the database lookup.
> > ComparePassword = Not(objRS.EOF)
> > ' Close your database objects.
> > Set objRS = Nothing
> > Set objCN = Nothing
> > End Function
> >
> > ' This function restricts text to alpha-numeric data only.
> > Function ParseText(TXT)
> > Dim intPos, strText, intText
> > For intPos = 1 TO Len(TXT)
> > intText = Asc(Mid(TXT,intPos,1))
> > If (intText > 47 And intText < 58) Or _
> > (intText > 64 And intText < 91) Or _
> > (intText > 96 And intText < 123) Then
> > strText = strText & Mid(TXT,intPos,1)
> > End if
> > Next
> > ParseText = strText
> > End Function
> > %>
> >
> >
>
>
>
- 8
- 8
- Auto DataCan someone point me in the direction of getting a script for my web
visitors to publish their emails, that they will send it via the web
regarding their opinions and comments after I agree on it, in the contents
and body of the web site
my web created in FrontPage 2003 and the host support PHP
Thanks in advance
- 8
- Website SaveI have created a site online without saving first and then
publisfing to my local hard drive. PLEASE how do I now
save to my local hard drive........
- 9
- Query 2 - Text and Pictures in LayersI'm not sure if there is an answer to this!
But here goes...
I have a site where the text is in a number layer boxes
and the pictures are in layer boxes as well.
(www.tileartist.co.uk)
All previews ok, and when published is OK.
That is if in IE View/textsize/medium is the default. The
problem manifests itself if the textsize is set to larger
or largest then the text runs into the pictures.
Is there any way of "fixing" or restricting the resizing
of the text - apart from put it all as graphics!
Thanks
Robert
- 10
- link bar naming conventioni upgraded from front page 2000 to 2003, and in 2000 when i created a new
page and renamed the page, teh name at the top of the link bar was the newly
created and saved page name, now in 2003, it changed all the link bars on
every page to the last created and saved page name> How do i fix this
reaction in 2003
- 11
- Help with logical conditions to determine value used in a calculatHi,
I am using FP2003. I have the tutorial to complete mathematical
calculations on a form before sending it to a database. The problem is that
one of the values depends on a choice made by a customer. For example, the
item price depends on the item size chosen.
Item1Size Item1Price Item1Qty Item1SubTotal
40 X 40 69.99
40 X 50 79.99
40 X 60 89.99
etc...
Item2Size Item2Price Item2Qty Item2SubTotal
Total Qty ordered ??????? Total invoice ??????????
The results then have to be posted on the screen before sending it to the
database. I have the tutorial explaining about the input.asp and send.asp
file. How do I put all this together? How do I solve the logical condition
problem and do I use the input.asp file for it?
BigD
--
Thank you all for your assistance. It is appreciated.
- 11
- Can't change email addy form results sent toI have taken over a frontpage website from someone and when they initially
set it up and published it to our 3rd party web hosting server a form's
results were setup to be sent to his email addy. When I checked the form's
properties, the email address field was blank. I put in my email address
and republished the entire website to the web server, but it still sends the
form's results to the original address... How do I change this?
Thanks in advance,
Mitch
- 11
- Recalculation problemI get this error message when trying to recalculate the hyperlinks on my
website using FP. Any idea what the problem is and how to correct it?
Could not find a web server at 'www.rollingbluethunder.com' on port 80.
Please check to make sure that the web server name is valid and your proxy
settings are ser correctly. If you are sure that everything is correct, the
web server may be temporarily out of service.
- 11
- restricted site asks for password AGAIN when submitting email formWe have an Intranet site that we have restircted to domain users. The site
is on a Windows 2003 server in a Windows 2000 domain. We have security setup
so that users outside the company firewall/network must provide username and
password with authentication against the AD.
This works in that when you connect to the site you are prompted for your
credentials, however when you fill out the simply form to send an email to
the helpdesk that was created you are asked to provide your credentials again
when you hit submit.
Anyone have an idea as to why and how to allow the submission once the user
has authenticated to connect to the site? Of course inside the
firewall/network this is not an issue because the user is logged into the
domain and that information is passed when they go to the site and when they
hit submit.
Thanks in advance....
JTT
- 11
- open specifc sized pageCrossposted to:
.frontpage.client
.frontpage.programming
I want to add a link to my website (built with frontpage 2002) which will
open an image in a separate window, with no toolbars or anything, just a
close button.
The result will be very similar to those annoying 'popup' windows, but it
will be initated by clicking a link... How can I do this with FrontPage?
I have selected 'New Window' under Hyperlink Properties / Target Frame, but
It just opens a standard window with toolbars...
Thanks,
Nick
- 16
- FP limit of 1GB and no more than 1000 files - is this true?Hi,
In response to a support question I fired off to my web host I was told that
FrontPage is intended for sites with a total size of approximately 1GB and no
more than 1000 files, and that if I want to upload anything more than that I
should use an FTP client such as SmartFTP.
Is this true?
Many thanks in advance for any insights!
Stefan
- 16
- How do I stop commas from appearing in DB when 2 form fields sThanks for the response Thomas, but I would I need to have multiple fields
submitting to the same form name so how do i stop the ASP/VBScript from doing
this?
Thanks again
Dustin
"Thomas A. Rowe" wrote:
> FP does NOT do this, the ASP/VBScript does this when you submit data from multiple fields that have
> the same field name.
>
> Just create either multiple fields or use a single scrolling text box (memo field)
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Dusty" <email***@***.com> wrote in message
> news:email***@***.com...
> >I have a technician workorder form that submits data to a database. To make
> > things easy to edit I have multiple form fields submitting data to the same
> > place in the database (In this case they all go to "client_issues"). When the
> > data is displayed back from the database frontpage automatically places a
> > comma in between the data submitted from the diffrent fields. This really
> > messes up the final page that is printed out and handed off to the client to
> > be signed off on.
> >
> > Anyone have any ideas??
>
>
>
|
| Author |
Message |
SmVubmlmZXI

|
Posted: 2004-11-15 22:16:03 |
Top |
frontpage-client, Hyperlink Rollover not working
I want to make my links change color when the mouse is moved over them. I
have done this successfully on the Home page of my website, but cannot get it
to work on the Table of Contents or Alumni pages. I have viewed the HTML for
all pages, and they seem to be the same, but only the Home page works the way
I want it to. What did I do, or not do?
http://members.aol.com/lchs85reunion/index.html
|
| |
|
| |
 |
Steve Easton

|
Posted: 2004-11-15 23:48:00 |
Top |
frontpage-client >> Hyperlink Rollover not working
You need to remove the inline styles for each link because they over ride the style applied in the
head section.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer
"Jennifer" <email***@***.com> wrote in message
news:email***@***.com...
> I want to make my links change color when the mouse is moved over them. I
> have done this successfully on the Home page of my website, but cannot get it
> to work on the Table of Contents or Alumni pages. I have viewed the HTML for
> all pages, and they seem to be the same, but only the Home page works the way
> I want it to. What did I do, or not do?
>
> http://members.aol.com/lchs85reunion/index.html
|
| |
|
| |
 |
Jens Peter Karlsen[FP MVP]

|
Posted: 2004-11-16 0:03:00 |
Top |
frontpage-client >> Hyperlink Rollover not working
This is a multi-part message in MIME format.
That is because you use inline styles to override your Stylesheet.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
> -----Original Message-----
> From: Jennifer [mailto:email***@***.com]
> Posted At: 15. november 2004 15:16
> Posted To: microsoft.public.frontpage.client
> Conversation: Hyperlink Rollover not working
> Subject: Hyperlink Rollover not working
>
>
> I want to make my links change color when the mouse is moved
> over them. I have done this successfully on the Home page of
> my website, but cannot get it to work on the Table of
> Contents or Alumni pages. I have viewed the HTML for all
> pages, and they seem to be the same, but only the Home page
> works the way I want it to. What did I do, or not do?
>
> http://members.aol.com/lchs85reunion/index.html
>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Re: Hyperlink Rollover not working</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>That is because you use inline styles to override your Stylesheet.</FONT>
</P>
<P><FONT SIZE=2>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage. </FONT>
</P>
<P><FONT SIZE=2>> -----Original Message-----</FONT>
<BR><FONT SIZE=2>> From: Jennifer [<A HREF="mailto:email***@***.com">mailto:email***@***.com</A>] </FONT>
<BR><FONT SIZE=2>> Posted At: 15. november 2004 15:16</FONT>
<BR><FONT SIZE=2>> Posted To: microsoft.public.frontpage.client</FONT>
<BR><FONT SIZE=2>> Conversation: Hyperlink Rollover not working</FONT>
<BR><FONT SIZE=2>> Subject: Hyperlink Rollover not working</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> I want to make my links change color when the mouse is moved </FONT>
<BR><FONT SIZE=2>> over them. I have done this successfully on the Home page of </FONT>
<BR><FONT SIZE=2>> my website, but cannot get it to work on the Table of </FONT>
<BR><FONT SIZE=2>> Contents or Alumni pages. I have viewed the HTML for all </FONT>
<BR><FONT SIZE=2>> pages, and they seem to be the same, but only the Home page </FONT>
<BR><FONT SIZE=2>> works the way I want it to. What did I do, or not do?</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> <A HREF="http://members.aol.com/lchs85reunion/index.html">http://members.aol.com/lchs85reunion/index.html</A></FONT>
<BR><FONT SIZE=2>> </FONT>
</P>
</BODY>
</HTML>
|
| |
|
| |
 |
| |
 |
Index ‹ frontpage-client |
- Next
- 1
- Auto SubmitWhen a user accesses the form where the data is displayed, how can i auto
submit a search value once the user views the form?
- 2
- Publishing and getting conflict messagesMany time, when I publish my files, I get a message stating that files have
changes on both sides (local and on server). I don't understand this but
I'm the only one that has access to the files so I select the option to
overwrite the files on the server.
Any ideas why this happens all the time.
- 3
- Editing Prodigy Pages with Frontpage 2002I am not familiar with Prodigy hosting. Do they have FrontPage server
extensions installed on their servers? If so, you could open your web
account with FrontPage and publish the site down to your hard drive. Close
the remote web in FP.
If you have a template that you want to use for your new design, create a
new web using this template. Open it in FrontPage. Open a second instance
of FrontPage and open the web you just published from the prodigy server.
You would have the new template open in one instance and the current copy of
your web in a second instance of FrontPage. You can click back and forth
between these instances to copy the content from the copy of the current web
into pages with the new template design. You want to be sure you name your
files in the new template copy the same as the current filenames. When you
are done, you can FILE > PUBLISH WEB > type in the URL of your prodigy
hosted web and click ok. FrontPage should overwrite the pages on the
current web with your new design pages.
If prodigy doesn't have FP server extensions, you'll have to FTP the files
from the server to your hard drive. You can use FP to edit the pages and
then FTP them back up to the server. Again, overwriting the existing pages
on the server.
--
Tiffany K. Edmonds
-----------------------------
Microsoft MVP - FrontPage
www.dynamite-it.com
www.at-frontpage.com
www.anyfrontpage.com
"Kip Sively" <email***@***.com> wrote in message
news:028101c36b21$62efa070$email***@***.com...
> I have a Website, published on Prodigy (now SBC)and I got
> Frontpage 2002 for Christmas last year. My site was
> created by a friend in pure HTML. I want to download and
> edit the site using Frontpage and upload it again to
> Prodigy, but I can't seem to get a handle on the task - my
> point of entry doesn't gibe with the instructional
> template. How do I download my site from Prodigy, edit
> it, then upload the edited site? If I do that, what
> happens to my site?
- 4
- Current date to e-mailHi.
I have created a feedback form on my website. The results from this form is
stored in a .csv file on the server and sent by e-mail.
How can I automatically record the date and time for when the form was
submitted, and store that in the .csv file (and include it in the e-mail)
Regards PetterQ
- 5
- continuing problem with local files arrrggg!Have you open the live/remote site in FP, and then publish the site down to your local machine, then
make you changes and then republish using FP's http publish change page only option?
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"greenlee's jewel" <email***@***.com> wrote in message
news:email***@***.com...
> For the second time in a month I have had a strange and frustrating
> experience with a section of my local files. I will see if I can describe it
> adequately.
>
> When I attempt to publish, a section/grouping of files beginning with the
> letter w, and continuting through the the end (letter z), suddenly come up as
> 0 KB's, and therefore come up as changed. Front page then of course asks me
> if I want to write over them, ignore, etc....
>
> Whatever answer I give, results in the loss of these files on my remote
> server. This makes sense because for whatever reason, the files changed from
> what they were, to suddenly 0 KB's. So since they are intact on my remote
> server, front page is registering a change and prompts me.
>
> The problem is, I didn't touch these files locally! I didn't update them,
> delete them, or otherwise mess with them, yet they come up as 0 KB's. And to
> make it even stranger, when I check to see what the files are actually
> looking like in my local drive, they look fine! They look the same/normal.
> Yet they say 0 KB's.
>
> When I open one of these files and re-save it, the 0 KB's disappear and the
> file returns to it's normal size, and shows it's been updated by me.
>
> My questions:
>
> 1) Why would files change in this way on their own? I haven't touched them
> or altered them in any way.
>
> 2) Is there another way to fix this, other than going in to each and every
> file locally and pretending to alter it, save it, and then publish? We're
> talking about 30 - 40 files from W to Z and it's going to take quite awhile.
>
> 3) Last time this exact thing occurred (less than a month ago), I did
> nothing, just answered "yes" to frontpage asking me if I want to overwright
> them....and of course ended up losing all the files on my remote site. It
> was a mess to rebuild.
>
> 4) Should I instead reverse publish from my intact remote site to my messed
> up local site? We're talking about 8 hours of publishing if I do this! My
> site has quite a lot of files.
>
> Why would these local files be degraded in this way? Help!
> --
> Greenlee's Forest Hand Crafted Jewelry
>
> www.greenleesforest.com
- 6
- Displaying results in webisteHello,
I want to gather information from a form on my website and want to results
to display on the page. Something similar to a guest log, might work, being
that I don't have the capability to have databases on my hosting server.
I currently have a guest log. Going in that direction, is their a way that
I can format the data when it is displayed from the guestlog.htm page?
I need to have data: Name, email, users location, entered and displayed in
runtime on the page. However, I want the data to flow horizontal along the
page, as maybe a database result would, seperated by spaces.
Again, right now I dont have the ability to create a database on my hosting
server so I am searching other options.
Thanks!
Matt
- 7
- Template updates but attached pages do not change.....Hi-
I'm on FP 2003, Win XP Pro, Pent 4. I've got a template
audio page, upon which I've made a size change of the
height in pixels for cells in a table (I also changed the
table height to match the new cell(s) height). The
template changes ok and when I save it, it asks 'would I
like to update the 32 attached files?'. I click 'Yes' and
I even see the green-dotted processing bar run its
course, and so it seems like all the attached pages have
indeed been updated. But when I check the pages out, they
have the old table/cell height settings.
I even published the site again, just to see what would
happen and sure enough, I saw all the audio pages get
updated as if the change was being processed. But no real
change happened. If you need to see what the table is
about, the url for one of the audio pages is:
Http://www.westwindentertainment.com/GSBaudio.htm
It's the table that has song titles and corresponding
links '14k - 56k - Dsl/Cbl' to play the audio clips. I
appreciate any help. I may be doing/not doing something
so stupid & obvious. Thanks for your help,...Brightbelt
- 8
- Playing a Swish movie causes flicker when changing pages - HelpHi all
I am learning to use FP 2000 and need all the help I can get.
Please look at my test site at www.metrofinance.co.uk/test and please
comment on how to stop the flicker.
I have used the FP2000 insert advanced - plugin and chosen the souece file
etc....
The swish file is only small at 8k and has a matching blue background (same
as banner)
I've purchased this template which uses css and am learning to apply mods.
I have changed the original graphics in the banner to mine (kept the same
name) but with the addition of the swish movie ehich was not part of the
original template I fear I may have upset something.
Any advice welcome
Cheers
Ed
--
Edwin Hannan
edwindothannan@ntl****world.com
- 9
- In line frameswin xp / fp2003
I have a problem using in line frames (page opens at place inline frame is
inserted)I have tried this community to resolve but have not been able to
fix. Can anyone point me in the direction of a tutorial resource where I can
learn more about this function.
Thanks for taking a look at my question
Thread Emporium
- 10
- DataBase from Form results
Hi All.
Does anyone have a good understanding for sending results from an online
enquiry to a database file?
For example, a user enters name, address, telephone number etc, then the
results are sent to the database in corresponding fields. I currently have
an online enquiry form that generates an email of info but it's a manual
process to digest all this data. The ability for MS Access to use this data
automatically would be grand.
Thanks in advance.
manny
- 11
- Uploaded photo from FP 2002 doesn't display in IEI've tried inserting a 640x420 jpg on a page created in FP XP and it
doesn't show up after uploading to my web site. All the gifs I've
placed show but not this one jpg. I can't be because the image isn't
getting placed on my server becuase I see it in my 'images' folder.
I made sure the jpg was saved there when prompted by FP and then did
a Publish to Web. Seems to be a jpg only thing.
Any thing I need to check?
thank you
----------------------------------------------
Posted with NewsLeecher v1.0 Final
* Binary Usenet Leeching Made Easy
* http://www.newsleecher.com/?usenet
----------------------------------------------
- 12
- Setting on home pageDoes anyone know how to put a script or something on the
home page of a FP site that can say 'click here to make
this your home page' and it does it for the visitor?
- 13
- IE7 Breaks My Close Window ButtonHello:
I posted this in the IE group some time ago with no response. Not sure if
this is a good place to post but hopefully someone will know how to fix
this.
In IE6 I use a close window form action on my website. It works just fine
when I call for the new page from either my java menu or from an image on my
page. However in IE7 when I use the action if called from an image but not
from the java menu when you try to close the window that opens you get an
alert that the website is trying to close the open window do you want to do
it?
This is the code I am using. I would appreciate it much if someone could
tell me how Ie7 has changed that would make you answer the question about
closing the window.
<table border="0" cellpadding="0" cellspacing="0" width="488">
<tr>
<td align="center" width="18"> </td>
<td align="center" width="452"><form action="post"
name="clos">
<p align="center"><b><input type="button"
name="btnClos" value="Close Window"
onclick="window.close();"></b></p>
</form>
</td>
<td width="18"> </td>
</tr>
</table>
Thanks
Vince
- 14
- Can I get a "link hand" to work with "behaviors" (FP 2003)?Pls. refer to http://www.univeyor.dk/newweb
I have made an image swap behavior ("Click here") but would like to have a
"link hand" when the cursor is above "click here". There is no link since
"Click here" is on a separate layer and initiates an image (on another layer)
to be swapped with an underlying animation file. Is there a way to obtain the
"link hand"??
regards
- 15
- FP doesn't open on last used WebThis is a multi-part message in MIME format.
BlankLately when FP opens, it does not open to the last used Web - myweb on C: drive
I could try restarting - I probably will - but I usually leave my PC on hibernate
--
Cheers,
Trevor L.
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE id=ridTitle>Blank</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"><BASE
href="file://C:\Program Files\Common Files\Microsoft Shared\Stationery\">
<STYLE>BODY {
MARGIN-TOP: 25px; FONT-SIZE: 10pt; MARGIN-LEFT: 25px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica
}
P.msoNormal {
MARGIN-TOP: 0px; FONT-SIZE: 10pt; MARGIN-LEFT: 0px; COLOR: #ffffcc; FONT-FAMILY: Helvetica, "Times New Roman"
}
LI.msoNormal {
MARGIN-TOP: 0px; FONT-SIZE: 10pt; MARGIN-LEFT: 0px; COLOR: #ffffcc; FONT-FAMILY: Helvetica, "Times New Roman"
}
</STYLE>
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY id=ridBody bgColor=#ffffff
background=cid:00a701c5253a$f1e16aa0$0401a8c0@trevorymo1ec4a>
<DIV>Lately when FP opens, it does not open to the last used Web - myweb on C:
drive</DIV>
<DIV> </DIV>
<DIV>I could try restarting - I probably will - but I usually leave my PC on
hibernate</DIV>
<DIV><BR>-- <BR>Cheers,<BR>Trevor L.</DIV>
<P> </P>
<DIV><FONT size=2><BR><BR>I choose Polesoft Lockspam to fight spam, and
you?<BR><A
href="http://www.polesoft.com/refer.html">http://www.polesoft.com/refer..html</A> </FONT></DIV></BODY></HTML>
|
|
|