Re: Function call using variables

2005-04-08 Thread Jörg Wiesmann
What are you planing to do ? maybe this helps you out: myID.myFunctionName() //returns a string sorry if i missunderstood :-) hope it helps greets Jörg === To unsubscribe: mailto [EMAIL PROTECTED] with body: "si

Re: JSP and JAVAScript - dynamic content

2005-04-05 Thread Jörg Wiesmann
the same. It seems that the server just interprets the called functions / methods once and that it... Any other ideas ? Best regards Jörg Wiesmann === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INT

JSP and JAVAScript - dynamic content

2005-04-05 Thread Jörg Wiesmann
utForm.TelephoneInputField2.value = "userNameGiven"; document.InputForm.TelephoneInputField5.value = count; count = count +1; timerID = setTimeout("getEventJScript()", 2000); } Best regards Jörg Wiesmann ==