Re: My Form is losing it's name (Part 2)

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: MD Websunlimited (none_at_none.com)
Date: 02/16/04


Date: Mon, 16 Feb 2004 06:58:01 -0600

Hi Mr. B.

FP will replace the name any time save results is utilized in the form. The name replacement is required so that FP can have access
to the form fields, etc.

-- 
Mike -- FrontPage MVP '09 - '02
http://www.websunlimited.com
"Mr B" <ladeeda@hahaha.com> wrote in message news:lgi03096h8ii1eciru13q6up18q7ma727b@4ax.com...
> Well my first post isn't showing up yet so I'm posting again.
>
> My form doesn't keep it's name and I can't figure out why.  If I turn on a field to be VALIDATED
> through FP, then when I open up the page with the form the form has it's name.  If I turn off all
> the field sin the form from doing FP Validation, then when I view the page with the form, the form
> doesn't have a name....
>
> Anyone know why?  It used to work but I guess I changed something and now it's broken.  I originally
> had all the fields being Validated through FP.  Then I copied the code into my own script and
> modified it a bit.  THen I turned OFF all the validation through FP and then somehow the form
> stopped keeping it's name.
>
> Here's what it looks like in HTML View in FP with NO fields being validated:
> <form name="FrontPage_Form1" action="--WEBBOT-SELF--" method="POST">
>
> And then after I open p the actual HTM file and view source it looks like this:
> <form action="_derived/nortbots.htm" method="POST" webbot-action="--WEBBOT-SELF--"
> onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit>
>
> THEN if I turn on one field to be validated, in HTML view it looks like this:
> <form name="FrontPage_Form1" action="--WEBBOT-SELF--" method="POST">
>
> And then when I open up the HTM fiel and view source I get:
> <form name="FrontPage_Form1" action="_derived/nortbots.htm" method="POST"
> onsubmit="location.href='_derived/nortbots.htm';return false;" language="JavaScript"
> webbot-action="--WEBBOT-SELF--" webbot-onSubmit="return FrontPage_Form1_Validator(this)">
>
> All I want is to NOT do validation through FP but to have the form have a name.  I tried setting the
> name to other things and such with no effect.
>
> Help!  :)
>
> Thanks.
>
>


Relevant Pages

  • Re: query string passing woes........ help... please....
    ... |> | offer any help other than saying that my validation could be FAR more ... I'm a total newbie at php. ... The easiest way for you would be to make the html form called form.php ... $_SESSION array using the same names. ...
    (alt.php)
  • What have they done!?
    ... creating HTM pages and here's what an entire HTM file ... The document ..was checked and found to be valid HTML 4.01 ... a formal validation using an SGML or XML Parser (depending on the ... The DOCTYPE Declaration was not recognized or is missing. ...
    (alt.html)
  • Re: Best solution to tedious form validation?
    ... I read that in the spec. ... My JS class was written 10 years ago, pre-dates everything about HTML ... If someone really didn't know about the new CSS "elements", ... you now have instant client-side validation. ...
    (comp.lang.php)
  • Re: Redirecting between PHP Pages
    ... but at the very least in a php script. ... > on the outcome of the validation, you want to do one of two things: ... with the various bits of HTML being ... Display login form ...
    (comp.lang.php)
  • How do I handle possible (but undesired) HTML in input?
    ... I have a number of pages where it is valid for the user to enter HTML. ... that gets thrown if HTML is included in the Form, ... I can turn off Request Validation, ...
    (microsoft.public.dotnet.framework.aspnet)