2 Questions: File Locations/Forms Posting

G

Guest

I have two questions

My web site files are in a location on my machine other than "My Webs." Can someone give me some clue how to direct FP2003 to where my files are located? i.e., file location

My next question is about forms

I am creating (and editing) my websites that I created in FP2002 now in FP2003. I have a form on the site that where the post action was to earthlink... I now have a server here at the house that supports front page extensions... we are using FP2002 extensions... I can't seem to locate info on what to do... Below is the code that is currently in use so that it posted to earthlink... what do I need to change..

<form method="POST" action="http://home.earthlink.net/cgi-bin/mailto"><input type="hidden" name="RECIPIENT" value="email address goes here"><input type="hidden" name="THANKURL" value="this is where you direct to the thank page"><input type="hidden" name="SUBJECT" value="AEDCONE Mailing List"><input type="hidden" name="CHECK:NOTBLANK:UserUSER,UserHost,UserDomain">
 
A

Andrew Murray

File > Open Web > browse to the location ....isn't it letting you do that? It
might open "My Webs" by default, but that shouldn't be stopping you browsing your
entire HDD to find the folder your webs are in.


aedcone said:
I have two questions:

My web site files are in a location on my machine other than "My Webs." Can
someone give me some clue how to direct FP2003 to where my files are located?
i.e., file locations
My next question is about forms:

I am creating (and editing) my websites that I created in FP2002 now in FP2003.
I have a form on the site that where the post action was to earthlink... I now
have a server here at the house that supports front page extensions... we are
using FP2002 extensions... I can't seem to locate info on what to do... Below is
the code that is currently in use so that it posted to earthlink... what do I
need to change...
<form method="POST" action="http://home.earthlink.net/cgi-bin/mailto"><input
type="hidden" name="RECIPIENT" value="email address goes here"><input
type="hidden" name="THANKURL" value="this is where you direct to the thank
page"><input type="hidden" name="SUBJECT" value="AEDCONE Mailing List"><input
type="hidden" name="CHECK:NOTBLANK:UserUSER,UserHost,UserDomain">
 
S

Stefan B Rusynko

Set a specific folder using Places - see
http://support.microsoft.com/default.aspx?scid=kb;en-us;826214
--




| I have two questions:
|
| My web site files are in a location on my machine other than "My Webs." Can someone give me some clue how to direct FP2003 to
where my files are located? i.e., file locations
|
| My next question is about forms:
|
| I am creating (and editing) my websites that I created in FP2002 now in FP2003. I have a form on the site that where the post
action was to earthlink... I now have a server here at the house that supports front page extensions... we are using FP2002
extensions... I can't seem to locate info on what to do... Below is the code that is currently in use so that it posted to
earthlink... what do I need to change...
|
| <form method="POST" action="http://home.earthlink.net/cgi-bin/mailto"><input type="hidden" name="RECIPIENT" value="email address
goes here"><input type="hidden" name="THANKURL" value="this is where you direct to the thank page"><input type="hidden"
name="SUBJECT" value="AEDCONE Mailing List"><input type="hidden" name="CHECK:NOTBLANK:UserUSER,UserHost,UserDomain">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top