Re: My Form is losing it's name (Part 2)
From: MD Websunlimited (none_at_none.com)
Date: 02/16/04
- Next message: MD Websunlimited: "Re: My Form is losing it's name (Part 2)"
- Previous message: Kathleen Anderson [MVP - FP]: "Re: FP versions inWindows XP"
- In reply to: Mr B: "My Form is losing it's name (Part 2)"
- Messages sorted by: [ date ] [ thread ]
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. > >
- Next message: MD Websunlimited: "Re: My Form is losing it's name (Part 2)"
- Previous message: Kathleen Anderson [MVP - FP]: "Re: FP versions inWindows XP"
- In reply to: Mr B: "My Form is losing it's name (Part 2)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|