Re: Problems with ZEN forms.

2007-11-03 Thread Tim Hill
In article [EMAIL PROTECTED], Barry.Allen
[EMAIL PROTECTED] wrote:
 Hi Folks,

 I use a few webforms on my websites which are with ZEN.

 When a form is completed, up should come a page which says thank-you
 for filling in the form, but with Netsurf a page comes up which says:-

I received the following blank page:

http://www.zen57462.zen.co.uk/cgi-bin/linkback

All it contains is:

?xml version=1.0 encoding=utf-8?
!DOCTYPE html
PUBLIC -//W3C//DTD XHTML Basic 1.0//EN
http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
lang=en-USheadtitleUntitled Document/title
/headbody/body/html

 Automatic form response

 Problem Encountered

 The page you sent the form from was not set up correctly. Please let
 the author know. 

 The author of the page needs to include the following HTML tag within
 the form: 

 lt INPUT NAME = recipient VALUE = your_email_address_here TYPE =
 HIDDEN gt  In ZEN forms they don't need a line like the one above.
 They have, I think, a better method where the recipient's address is
 just a number. This number is used to look up the email address in an
 address file on the server.

I think they do; that message is not likely to be generated by Netsurf.

Most good ISPs have made some serious efforts to stop web forms being
used by spammers and the like and insist that they contain one of their
own valid addresses. Why not put in the line it was asking for and see
what happens?

 An example of one of my forms is at:-

 http://www.zen57462.zen.co.uk/nowirul/emadd/9.htm

-- 
Tim Hill,

www.timil.com




Re: Problems with ZEN forms.

2007-11-03 Thread Barry . Allen
In article [EMAIL PROTECTED], Barry.Allen
[EMAIL PROTECTED] wrote:
 In article [EMAIL PROTECTED], Tim Hill [EMAIL PROTECTED] wrote:

  Most good ISPs have made some serious efforts to stop web forms
  being used by spammers and the like and insist that they contain
  one of their own valid addresses. Why not put in the line it was
  asking for and see what happens?

 See above. That is not the way that ZEN set up their forms. The forms
 contain my account number and the index of the recipient in the email
 address file on the server. In the example below the account number
 is 'zen57462' and the index in the address file is '26'.

   An example of one of my forms is at:-

 I've changed the example so that the person in the last one I gave
 does not receive unsolicited messages. :o))

 http://www.zen57462.zen.co.uk/n/contacts/contactme.htm

On testing the Forms with Netsurf the contents of the Form do get to
the recipients, it is just that the page the Form is supposed to link
to does not appear.

It is OK on every other browser I've tested. This is the line in the
form which is supposed to call the link page.

input type=hidden name=newpage
value=http://www.broughton-park.org.uk/thanks.htm;

-- 
Barry A.



Re: Problems with ZEN forms.

2007-11-03 Thread John Williams
In article [EMAIL PROTECTED],
   Barry.Allen [EMAIL PROTECTED] wrote:

 This is the line in the form which is supposed to call the link page.

 input type=hidden name=newpage
 value=http://www.broughton-park.org.uk/thanks.htm;

That's the line which sets the URL as a variable 'newpage', but it is
presumably actually called from /cgi-bin/linkback which you specify in
your form action.

You could test if this variable is being read by that file by bunging in an
echo command of some sort. If it is being transferred correctly, then the
link to it is not being actioned by NetSurf - perhaps because it's a JS
link?

I may, of course, be totally misunderstanding what you're doing!

John

-- 
||   John Williams || Brittany, Northern France
 Who is John Williams? http://www.picindex.info/author/
   E-mail replies only accepted from RISC OS machines
Somewhere nice to stay in Brittany? http://petit.four.free.fr/visitors/locate



Re: Problems with ZEN forms.

2007-11-03 Thread Barry . Allen
In article [EMAIL PROTECTED], John Williams
[EMAIL PROTECTED] wrote:
 In article [EMAIL PROTECTED], Barry.Allen
[EMAIL PROTECTED] wrote:

  This is the line in the form which is supposed to call the link
  page.

  input type=hidden name=newpage
  value=http://www.broughton-park.org.uk/thanks.htm;

 That's the line which sets the URL as a variable 'newpage', but it is
 presumably actually called from /cgi-bin/linkback which you specify
 in your form action.

Yes I think so.

 You could test if this variable is being read by that file by bunging
 in an echo command of some sort. If it is being transferred
 correctly, then the link to it is not being actioned by NetSurf -
 perhaps because it's a JS link?

Mnn.. Dunno whether it is a Javascript link or not. Everything works OK
with all the other browsers I've tried so I assume that it is something
that Netsurf can't cope with.

Update. I've just tried a Form using Oregano with scripting turned off
and it worked OK, so it can't be a Javascript problem.

It is not really a problem because I don't access any of the Forms with
Netsurf and it is highly unlikely that anyone else does. :o))

Just thought the Netsurf folk would like to know.

-- 
Barry A.



Re: Problems with ZEN forms.

2007-11-03 Thread John Williams
In article [EMAIL PROTECTED],
   Barry.Allen [EMAIL PROTECTED] wrote:

 Mnn.. Dunno whether it is a Javascript link or not. Everything works OK
 with all the other browsers I've tried so I assume that it is something
 that Netsurf can't cope with.

Like, for example, a JS link?

John

-- 
||   John Williams || Brittany, Northern France
 Who is John Williams? http://www.picindex.info/author/
   E-mail replies only accepted from RISC OS machines
Somewhere nice to stay in Brittany? http://petit.four.free.fr/visitors/locate



Problems with ZEN forms.

2007-10-31 Thread Barry . Allen
Hi Folks,

I use a few webforms on my websites which are with ZEN.

When a form is completed, up should come a page which says thank-you
for filling in the form, but with Netsurf a page comes up which says:-

Automatic form response

Problem Encountered

The page you sent the form from was not set up correctly. Please let
the author know. 

The author of the page needs to include the following HTML tag within
the form: 

lt INPUT NAME = recipient VALUE = your_email_address_here TYPE =
HIDDEN gt

In ZEN forms they don't need a line like the one above. They have, I
think, a better method where the recipient's address is just a number.
This number is used to look up the email address in an address file on
the server.

An example of one of my forms is at:-

http://www.zen57462.zen.co.uk/nowirul/emadd/9.htm

-- 
Barry A.