Skip to main content



      Home
Home » Archived » BIRT » getElementByName or getElementById??
getElementByName or getElementById?? [message #360643] Thu, 14 February 2008 12:17 Go to next message
Eclipse UserFriend
HI,
How can we assign either a name or id to report elements so that if I have
a client side javascript, i can use getElementBy* method

Thanks
Re: getElementByName or getElementById?? [message #360650 is a reply to message #360643] Thu, 14 February 2008 16:39 Go to previous message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Raheel,

Name the element and you should be able to access it with getElementById.
For example if I name my table "mytable"
In client side script the following should work
var tbl = document.getElementById('mytable');

Jason

Raheel Ashraf wrote:
> HI,
> How can we assign either a name or id to report elements so that if I
> have a client side javascript, i can use getElementBy* method
>
> Thanks
>
Previous Topic:Displaying data from dataset
Next Topic:user/password for WebService Datasource
Goto Forum:
  


Current Time: Wed Nov 05 04:37:22 EST 2025

Powered by FUDForum. Page generated in 0.03224 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top