Thanks, but maybe I didnt make myself clear...I have no problem with the DCT/DCR calling the script (inline callout works fine); but the script calling *itself again* via a form action! I am loosing all teamsite environment values doing so; looks like there must a special form action neccessary?
The IPL itself displays a nicer DHTML form (need some more usability than being provided through DC Templating) inside < form action="?someOfmyOwnVariables">. Some usability features I cannot cover through DHTML/client side scripting, so I need to reload the form once in a while; and the problem is that the reloaded page only contains three large textareas - they seem to come from TeamSite itself since there is no html code from me doing so. So my guess is, something must be wrong with simply reloading the form with < form action="?someOfmyOwnVariables">