Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
hecsan #1
Passing List Values
Hi, I have a long list of email addresses and I need to pass it to the next
page. Say:
<cfform ... action="Page1.cfm?mList=#mListVal#>
When I click Submit, all list elements go as part of the url on Page 2. If I
have say 100 email addresses in the list, my Submit button does not work,
perhaps because the url is very long that the browser could not handle it.
Is there another way to pass a list on to the next page other than this?
Thank you in advance.
hecsan Guest
-
PASSING SELECTED OPTION VALUES FROM A LIST BOX
I have a form control called 'Nominee'. It is a list box. It is dynamically populated by | #FirstName# #MiddleName# #LastName# | retrieved from the... -
Passing values to a headerRenderer
I've found myself in a position where I need to dynamically add content to the headerRenderer of a datagrid depending on the column header. As a... -
Datagrid/SQL & passing values
Hi, I am a total ASP virgin and over the pst few nights have written a ASP.NET front end for a c#/SQL server based call loggin system I have... -
passing through values
Hello i wanna pass through the value model like this <form method="get" action="meeet.htm"> <div align="center">Nummer: <input type="input"... -
VBS file passing values to ASP URL
Hi, I have a VBS file and I would like to call an ASP web page and pass it values in the URL. Is this possible?? Cheers, -
frankhilliard #2
Re: Passing List Values
Put them through as a hidden field variable, not a URL variable.
frankhilliard Guest
-



Reply With Quote

