From: sheetrum on
I have a form located at:
http://www.sacredheartlanc.org/school/scrip/scrip_order.htm

At the bottom of the form under, Order Pick-Up, I have extra code that's
suppose to show when "Other" is selected from the drop down menu. This is
where someone can add details about how they intend to pickup their order.
This used to work fine but now it no longer shows properly.

The error I'm seeing on line 30 is "Error: 'document.order.Pickup' is null
or not an object"

This error shows in "preview" when making a selection in "Order Pick-Up" and
also when using a IE 7

I also had a bit of validation to ensure a few fields were filled in. Now
that no longer works! I get "The Webpage cannot be found" and the address in
the address bar is:
http://www.sacredheartlanc.org/school/_derived/nortbots.htm

The user is suppose to be taken to the confirmation page.

Huh, as I'm typing this I'm starting to think it has something to do with
FPSE. I just installed EW3 and not sure how to use it as of yet. Is this
something that can be corrected with EW3? I just want to get this page
working again for now until I have the time to switch over to EW3.


From: Ronx on
For the nortbots error -
see http://www.rxs-enterprises.org/tests/nortbots.aspx
It sounds as if the form page was FTPed to the server as a single file.

The other error:
The script is looking for a form named "order". The form is actually named
"scrip_order" - rename the form.

In order to work correctly in most browsers,
<script> should be written as <script type="text/javascript">

EW3 will support this form, but you have to ensure you Publish with the
FrontPage extensions.
Click the Publishing tag at the bottom of the screen, then click Publishing
settings at top right.
Select the remote site you Publish to, and click the Edit button
Make sure the connection type is FrontPage server extensions
and the Location starts with HTTP:// __NOT__ FTP://
Click Save


--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.



"sheetrum" <sheetrum(a)verizon.net> wrote in message
news:uBKU9v3hKHA.2160(a)TK2MSFTNGP02.phx.gbl...
> I have a form located at:
> http://www.sacredheartlanc.org/school/scrip/scrip_order.htm
>
> At the bottom of the form under, Order Pick-Up, I have extra code that's
> suppose to show when "Other" is selected from the drop down menu. This is
> where someone can add details about how they intend to pickup their order.
> This used to work fine but now it no longer shows properly.
>
> The error I'm seeing on line 30 is "Error: 'document.order.Pickup' is
> null or not an object"
>
> This error shows in "preview" when making a selection in "Order Pick-Up"
> and also when using a IE 7
>
> I also had a bit of validation to ensure a few fields were filled in. Now
> that no longer works! I get "The Webpage cannot be found" and the address
> in the address bar is:
> http://www.sacredheartlanc.org/school/_derived/nortbots.htm
>
> The user is suppose to be taken to the confirmation page.
>
> Huh, as I'm typing this I'm starting to think it has something to do with
> FPSE. I just installed EW3 and not sure how to use it as of yet. Is this
> something that can be corrected with EW3? I just want to get this page
> working again for now until I have the time to switch over to EW3.
>
>
From: Dan L on
Check to ensure your host hasn't recently removed FPSE

"sheetrum" wrote:

> I have a form located at:
> http://www.sacredheartlanc.org/school/scrip/scrip_order.htm
>
> At the bottom of the form under, Order Pick-Up, I have extra code that's
> suppose to show when "Other" is selected from the drop down menu. This is
> where someone can add details about how they intend to pickup their order.
> This used to work fine but now it no longer shows properly.
>
> The error I'm seeing on line 30 is "Error: 'document.order.Pickup' is null
> or not an object"
>
> This error shows in "preview" when making a selection in "Order Pick-Up" and
> also when using a IE 7
>
> I also had a bit of validation to ensure a few fields were filled in. Now
> that no longer works! I get "The Webpage cannot be found" and the address in
> the address bar is:
> http://www.sacredheartlanc.org/school/_derived/nortbots.htm
>
> The user is suppose to be taken to the confirmation page.
>
> Huh, as I'm typing this I'm starting to think it has something to do with
> FPSE. I just installed EW3 and not sure how to use it as of yet. Is this
> something that can be corrected with EW3? I just want to get this page
> working again for now until I have the time to switch over to EW3.
>
>
> .
>
From: sheetrum on
So I'm kinda behind the eight ball, My host is now requiring publishing
using SFTP.

What kind of form will work if I can only publish using SFTP? Dows that mean
that I need to move to some type of server side validation. I really don't
understand it much. About all I know is that my host does support PHP. Is it
better to just type the code for that or is there an inexpensive program
that would help with the code?


"Ronx" <ronx917(a)hotmail.com> wrote in message
news:Oxshu35hKHA.5020(a)TK2MSFTNGP02.phx.gbl...
> For the nortbots error -
> see http://www.rxs-enterprises.org/tests/nortbots.aspx
> It sounds as if the form page was FTPed to the server as a single file.
>
> The other error:
> The script is looking for a form named "order". The form is actually
> named "scrip_order" - rename the form.
>
> In order to work correctly in most browsers,
> <script> should be written as <script type="text/javascript">
>
> EW3 will support this form, but you have to ensure you Publish with the
> FrontPage extensions.
> Click the Publishing tag at the bottom of the screen, then click
> Publishing settings at top right.
> Select the remote site you Publish to, and click the Edit button
> Make sure the connection type is FrontPage server extensions
> and the Location starts with HTTP:// __NOT__ FTP://
> Click Save
>
>
> --
> Ron Symonds
> Microsoft MVP (Expression Web)
> http://www.rxs-enterprises.org/fp
>
> Reply only to group - emails will be deleted unread.
>
>
>
> "sheetrum" <sheetrum(a)verizon.net> wrote in message
> news:uBKU9v3hKHA.2160(a)TK2MSFTNGP02.phx.gbl...
>> I have a form located at:
>> http://www.sacredheartlanc.org/school/scrip/scrip_order.htm
>>
>> At the bottom of the form under, Order Pick-Up, I have extra code that's
>> suppose to show when "Other" is selected from the drop down menu. This is
>> where someone can add details about how they intend to pickup their
>> order. This used to work fine but now it no longer shows properly.
>>
>> The error I'm seeing on line 30 is "Error: 'document.order.Pickup' is
>> null or not an object"
>>
>> This error shows in "preview" when making a selection in "Order Pick-Up"
>> and also when using a IE 7
>>
>> I also had a bit of validation to ensure a few fields were filled in. Now
>> that no longer works! I get "The Webpage cannot be found" and the address
>> in the address bar is:
>> http://www.sacredheartlanc.org/school/_derived/nortbots.htm
>>
>> The user is suppose to be taken to the confirmation page.
>>
>> Huh, as I'm typing this I'm starting to think it has something to do with
>> FPSE. I just installed EW3 and not sure how to use it as of yet. Is this
>> something that can be corrected with EW3? I just want to get this page
>> working again for now until I have the time to switch over to EW3.
>>
>>


From: Stefan B Rusynko on
Contact your host and ask them what type for form handler (or server side script for forms) they support

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"sheetrum" <sheetrum(a)verizon.net> wrote in message news:%23irzmjCiKHA.2184(a)TK2MSFTNGP04.phx.gbl...
So I'm kinda behind the eight ball, My host is now requiring publishing
using SFTP.

What kind of form will work if I can only publish using SFTP? Dows that mean
that I need to move to some type of server side validation. I really don't
understand it much. About all I know is that my host does support PHP. Is it
better to just type the code for that or is there an inexpensive program
that would help with the code?


"Ronx" <ronx917(a)hotmail.com> wrote in message
news:Oxshu35hKHA.5020(a)TK2MSFTNGP02.phx.gbl...
> For the nortbots error -
> see http://www.rxs-enterprises.org/tests/nortbots.aspx
> It sounds as if the form page was FTPed to the server as a single file.
>
> The other error:
> The script is looking for a form named "order". The form is actually
> named "scrip_order" - rename the form.
>
> In order to work correctly in most browsers,
> <script> should be written as <script type="text/javascript">
>
> EW3 will support this form, but you have to ensure you Publish with the
> FrontPage extensions.
> Click the Publishing tag at the bottom of the screen, then click
> Publishing settings at top right.
> Select the remote site you Publish to, and click the Edit button
> Make sure the connection type is FrontPage server extensions
> and the Location starts with HTTP:// __NOT__ FTP://
> Click Save
>
>
> --
> Ron Symonds
> Microsoft MVP (Expression Web)
> http://www.rxs-enterprises.org/fp
>
> Reply only to group - emails will be deleted unread.
>
>
>
> "sheetrum" <sheetrum(a)verizon.net> wrote in message
> news:uBKU9v3hKHA.2160(a)TK2MSFTNGP02.phx.gbl...
>> I have a form located at:
>> http://www.sacredheartlanc.org/school/scrip/scrip_order.htm
>>
>> At the bottom of the form under, Order Pick-Up, I have extra code that's
>> suppose to show when "Other" is selected from the drop down menu. This is
>> where someone can add details about how they intend to pickup their
>> order. This used to work fine but now it no longer shows properly.
>>
>> The error I'm seeing on line 30 is "Error: 'document.order.Pickup' is
>> null or not an object"
>>
>> This error shows in "preview" when making a selection in "Order Pick-Up"
>> and also when using a IE 7
>>
>> I also had a bit of validation to ensure a few fields were filled in. Now
>> that no longer works! I get "The Webpage cannot be found" and the address
>> in the address bar is:
>> http://www.sacredheartlanc.org/school/_derived/nortbots.htm
>>
>> The user is suppose to be taken to the confirmation page.
>>
>> Huh, as I'm typing this I'm starting to think it has something to do with
>> FPSE. I just installed EW3 and not sure how to use it as of yet. Is this
>> something that can be corrected with EW3? I just want to get this page
>> working again for now until I have the time to switch over to EW3.
>>
>>