Hidden Field in MacOS Browser

S

sheik3535

Guest
When I pass a value in the Hidden field from page to page the hidden fields for users with MacOS seems to loose the hidden fields. The HTML are as follows:

.
.
.
<tr>
<td valign="top">
<form action="index.cfm" method="post">
<input type="hidden" name="tarnum" value="">
<input type="hidden" name="from_alias" value="xxx">
<input type="hidden" name="origmsg" value="0">

<table width="100%" border="1" cellpadding="5" cellspacing="0" bordercolor="C7B299" background="../images/deco7.gif" bgcolor="ffffeee">
.
.
.

Only the field origmsg gets passed while the other hidden fields get lost. What seems to be the problem here?
 
Joined
Jun 11, 2003
Messages
4,915
Reaction score
68
Points
48
Location
Mount Vernon, WA
Your Mac's Specs
MacBook Pro 2.6 GHz Core 2 Duo 4GB RAM OS 10.5.2
There shouldnt be any problems.. it's probably the way that you are checking the values.. I don't know coldfusion so I can't help with that, but they ARE being passed, so you need to change your checking method.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top