Link to home
Start Free TrialLog in
Avatar of DWB
DWB

asked on

FP 2002 – Upload Difficulties

FrontPage 2002

I’m trying to upload my webpage, however, when I publish my web, although all appears to go well, it seems that some of my pages are actually showing in the address bar, as coming from my "C" drive: C:/My Documents/My Webs, while others were actually uploaded.  I’ve asked a friend to check from his PC, and as suspected he can only view two of the five pages.

All suggestions welcome!

Cheers,

Dave
Avatar of m-coon
m-coon

Did you have all of the pages properly SAVED before you attempted to upload them?
Avatar of DWB

ASKER

Yes
Check the links in the code to see if they are referencing the pages on your hard drive or the URL of your site.
Avatar of DWB

ASKER

I just checked in HTML view, and this is one of the references:

 <param name="url" valuetype="ref" value="Practices.htm">

All my links are done using the "Hover Button" option, and I did not have to enter a complete URL, I just had to select the page reference within my Web.

Should I place the complete URL for each hyperlink, like:

http://www3.ns.sympatico.ca/dbrydon/Contact.htm

or am I heading in the wrong direction?
Avatar of DWB

ASKER

As an example I just went to my site and selected one of the buttons, and this is the address shown in the address bar:

C:\My Documents\My Webs\Services.htm
ASKER CERTIFIED SOLUTION
Avatar of stevekorb
stevekorb
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DWB

ASKER

Thank you for your patience and guidance.

Cheers,

Dave
You're welcome. Glad I could help.

SK
Avatar of DWB

ASKER

Sorry for this follow-up, however, I just removed and replaced all URL's as suggested and re-uploaded.  When I checked the code I found the same problem:

param name="url" valuetype="ref" value="file:///C:/My%20Documents/My%20Webs/

Any suggestions why?

I can re-post if you like :-)

Avatar of DWB

ASKER

Sorry for this follow-up, however, I just removed and replaced all URL's as suggested and re-uploaded.  When I checked the code I found the same problem:

param name="url" valuetype="ref" value="file:///C:/My%20Documents/My%20Webs/

Any suggestions why?

I can re-post if you like :-)

You're using hover buttons. Delete them, and put them back on again. Just changing the links doesn't change the parameters for the java applets that make the buttons.

And pay attention to HTML view -- you can head off a LOT of problems by seeing what's actually going on with the code BEFORE you upload the pages.
Avatar of DWB

ASKER

Your a Gem, sorry I can't provide any points. If you like however I can re-post for you?

Thanks for your help! I'll try your suggestions.

Cheers,

Dave
Avatar of DWB

ASKER

It all look good, until I publish the site; example:

prior to publishing:

 <param name="url" valuetype="ref" value="Services.htm">

after publishing (from source on uploaded site):

<param name="url" valuetype="ref" value="file:///C:/My%20Documents/My%20Webs/Contact.htm">

I deleted all hover buttons then replaced.  The hover buttons are custom design, would that make a difference?