Yes, I found the solution yesterday.

<script>
        function UpdateField(ProductID) {
                FormName.FormField.value=ProductID;
        }
</script>

every loop output, just call UpdateField()

Thanks


-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 09, 2002 8:38 AM
To: CF-Talk
Subject: RE: cfflush


> <CFPARAM sets a variable if it doesn't exist, otherwise it
> does nothing
> - try just a CFSET
>
> Next you need to use some DHTML to make a SPAN or DIV and then just
> update it's contents with some simple JavaScript
>
> Looking into innerHTML in JS - then again, this will prolly
> only work in
> IE as NS has problems with dynamic content - it's possible but more
> difficult
>

Just an FYI, but Mozilla makes this easy again.

-Raymond Camden



______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to