| Author |
How do I set Overseas users to run FrontPage Extensions?
|
|
| Nick2000 2006-03-08, 5:53 pm |
| Customers trying to use a Frontpage Form are getting an alert saying "Cannot
run the FrontPage Server Extensions on this page".
Is this a problem on my server or a setting on theirs and how do I enable
overseas users to use the form?
| |
| Tom [Pepper] Willett 2006-03-08, 5:53 pm |
| It is on your server. Has nothing to do with overseas users.
Post a link to the page in question would be helpful
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
"Nick2000" <Nick2000@discussions.microsoft.com> wrote in message
news:92F59367-0790-41A1-AE7E-AEC23182C0DF@microsoft.com...
> Customers trying to use a Frontpage Form are getting an alert saying
> "Cannot
> run the FrontPage Server Extensions on this page".
>
> Is this a problem on my server or a setting on theirs and how do I enable
> overseas users to use the form?
| |
| Nick2000 2006-03-08, 8:48 pm |
| http://www.e2020dvs/contact.html
We're using the form generator in FP. The users in the US are being
recieved fine to the e-mail address, but overseas users still get this error.
"Tom [Pepper] Willett" wrote:
> It is on your server. Has nothing to do with overseas users.
> Post a link to the page in question would be helpful
> --
> Tom [Pepper] Willett
> Microsoft MVP - FrontPage
> FrontPage Support: http://www.frontpagemvps.com/
> ----------
> "Nick2000" <Nick2000@discussions.microsoft.com> wrote in message
> news:92F59367-0790-41A1-AE7E-AEC23182C0DF@microsoft.com...
>
>
>
| |
| Tom [Pepper] Willett 2006-03-08, 8:48 pm |
|
Here's what I get going to the link you posted:
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site
might be experiencing technical difficulties, or you may need to adjust your
browser settings.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
"Nick2000" <Nick2000@discussions.microsoft.com> wrote in message
news:84D448BA-AF64-460F-9110-29CAACD8753C@microsoft.com...[vbcol=seagreen]
> http://www.e2020dvs/contact.html
>
> We're using the form generator in FP. The users in the US are being
> recieved fine to the e-mail address, but overseas users still get this
> error.
>
> "Tom [Pepper] Willett" wrote:
>
| |
|
| I am in UK, and had no problems.
There is some illegal HTML in the form - the <form...> and </form>
tags should be outside the <table>, not nested between <table> and
<tr>. If you need to eliminate the paragraph margins from the form,
and some CSS in the <head> section:
<style type="text/css">
form {margin:0;}
</style>
PS The home page takes a long time (4 seconds) to load using ADSL -
this would be 40 or 50 seconds for a dialup customer - a very long
time to wait for little information. Your images, at 20KB - 35KB need
optimising down to about 5KB each, and the graphics for links should
be much smaller in file size.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
"Nick2000" <Nick2000@discussions.microsoft.com> wrote in message
news:84D448BA-AF64-460F-9110-29CAACD8753C@microsoft.com...[vbcol=seagreen]
> http://www.e2020dvs/contact.html
>
> We're using the form generator in FP. The users in the US are being
> recieved fine to the e-mail address, but overseas users still get
> this error.
>
> "Tom [Pepper] Willett" wrote:
>
| |
| Nick2000 2006-03-09, 8:47 pm |
| Okay, I'll look into all of this. Thanks for the feedback.
"Ronx" wrote:
> I am in UK, and had no problems.
> There is some illegal HTML in the form - the <form...> and </form>
> tags should be outside the <table>, not nested between <table> and
> <tr>. If you need to eliminate the paragraph margins from the form,
> and some CSS in the <head> section:
>
> <style type="text/css">
> form {margin:0;}
> </style>
>
> PS The home page takes a long time (4 seconds) to load using ADSL -
> this would be 40 or 50 seconds for a dialup customer - a very long
> time to wait for little information. Your images, at 20KB - 35KB need
> optimising down to about 5KB each, and the graphics for links should
> be much smaller in file size.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
>
> "Nick2000" <Nick2000@discussions.microsoft.com> wrote in message
> news:84D448BA-AF64-460F-9110-29CAACD8753C@microsoft.com...
>
>
>
|
|
|
|