2 Questions: File Locations/Forms Posting

  • Thread starter Thread starter Guest
  • Start date Start date
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">
 
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">
 
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">
 
Back
Top