Srinivas--

  Hey; I'd suggest taking such questions / issues to a BEA newsgroup
on dev2dev for the 9.2 version or for the Portal product:

weblogic.developer.interest.portal
weblogic.developer.interest.portal.beta9x

  You're more likely to get answers to Portal related questions there.

  Thanks!

Eddie




On 4/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am trying to get the value of a textbox using javascript
>
> It works in a plain web application
>
> It is not working in Weblogic Portal 9.2 portlets
>
> here is the sample code
>
> function dstcheck(tagname)
> {
> alert(document[lookupIdByTagId("sampleForm", this)][lookupIdByTagId("textID", 
> this)].value);
> }
>

Reply via email to