Larry Martell wrote: > Like I said, I totally understand how your code works. This is not a > new app I am developing from scratch. It's a big existing app that was > written a long time ago. Currently when the user makes selections they > have to click on a submit button. I was asked to make it so that their > selections take effect immediately and to get rid of the submit > button. The easiest thing for me to do was to call the same php code > that get called when the submit button is clicked. I have it working, > I just need to find a workaround for IE. Apparently innerHTML is > read-only in IE. I've read that using jQuery gets around this. But > jQuery is not installed on my client's sites. You do not want to replace the innerHTML of the HTML element -- instead simply relocate (google for window.location or see my last reply) to the desired "page" (and forget about the Ajax stuff for this scenario). -- Christoph M. Becker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php