My best guess is that the functions of forms in HTML would not do this unless 
there is another form field of the same name preceding this on on the form 
page.  Then upon submit the first one being blank is being prepended to the 
form field you really want.


Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 

On May 18, 2010, at 12:49 PM, funand learning wrote:

> 
> Hi All,
> 
> I have a form variable which contains a list of names like
> 
> <input type="hidden" name="varList" value="coldfusion,java,dotnet">
> 
> when I go from the current page to another page and I check the above form
> value, I have it as
> 
> <input type="hidden" name="varList" value=",coldfusion,java,dotnet">
> 
> I am getting that extra comma before the first value. How to make sure I do
> not have that extra comma?
> 
> Thanks
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333796
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to