Chris,

Make sure your form has an ending </FORM> tag. Netscape really has problems
when this isn't present. IE will still pass the form's content though...

-Dan
+--------+---------------------------+
|   name | Dan G. Switzer, II        |
|company | PengoWorks.com            |
|    www | http://www.pengoworks.com |
| mailto | [EMAIL PROTECTED]   |
+--------+---------------------------+


-----Original Message-----
From: Chris Tazewell [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2000 5:23 AM
To: [EMAIL PROTECTED]
Subject: Re: Netscape! Hidden fields?

This is the resolved source in the Nutscrape browser, the values are from 2
CF variables but as you can see they are resolved.

<FORM NAME="SearchForCars" ACTION="../cfm/body_car_details.cfm"
TARGET="body" METHOD=POST>

                        <INPUT TYPE="HIDDEN" NAME="Username" VALUE="test">
                        <INPUT TYPE="HIDDEN" NAME="UserID"
VALUE="-2035698287">

The receiving template is pretty much irrelavent because all Im trying to do
for debug is test the presence of the two values, just an IsDefined. But
it's not that code because the debug info on the end of the page shows no
values (wheareas it does in IE)... all the other form values (not hidden)
are fine.

Debug info:

___IE___

Form Fields:

MILEAGE=Mileage
FORMSBUTTON2.X=32
FORMSBUTTON2.Y=18
MODEL=Model
USERNAME=test
USERID=-2035698287
FIELDNAMES=USERNAME,USERID,MAKE,MODEL,YEAR,MILEAGE,FORMSBUTTON2.X,FORMSBUTTO
N2.Y
YEAR=Year
MAKE=Make

___Netscape___

Form Fields:

MILEAGE=Mileage
FORMSBUTTON2.X=39
FORMSBUTTON2.Y=15
MODEL=Model
FIELDNAMES=MAKE,MODEL,YEAR,MILEAGE,FORMSBUTTON2.X,FORMSBUTTON2.Y
YEAR=Year
MAKE=Make

Now if anyone can explain this phenomenom (baring in mind I've done this a
hundred times before without trouble) Ill be chuffing happy. Any issues with
frames? Any bizarre bugs?

Cheers

Taz


> I've never seen a problem like that.  How about some sample code for the
> form and the action page?
>
> Howie Hamlin


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to