Bryce actually addressed the passing of a value back to kix with his dropdown script. In the HTML code put <input type=hidden id=variablename value="1"> Then reference the hidden control using the onclick method, or if using a dropdown list, just reference the value.

Then when referencing the value from kix use $myvalue = olegetproperty(val("&" + olecallfunc($doc, "GetElementById","s","variablename")), "value")

Unfortunately I'm still working on getting a checkbox control to toggle properly. I guess I will have to add some VBS into the web page to do this. Shawn, Bryce, Any other ideas on this?

------------------
"He was a good little monkey and always very curious..."

_________________________
He was a good little monkey and always very curious...