Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
Developing Analytics Applications
Cannot find the HTML elements.
Migrateduser
<p>hi All,</p>
<p> </p>
<p> </p>
<p>I would like to be able to read value of a hidden input text which I created as part of embedded html using Text box html. I have a button to do that for me. I use document.findElementByID to grab the element but it fails (ie. Object doesn't support this property or method).</p>
<p> </p>
<p>The function definition is after the element just to make sure the element is in the dome when the function is called. (I used a separate text box for the script which comes after the one for the text element.) </p>
<p> </p>
<p>I have no clue why the function cannot find the element. How can we access report parameters in client-side when the report has just been loaded. I know when we post the page back we can get them as URL variables not the case when it is loaded for the first time.</p>
<p> </p>
<p>Any comment would be very helpful.</p>
<p> </p>
<p>Thank you,</p>
<p> </p>
<p>Soosho</p>
<p> </p>
<p>
</p>
<div>function AddColumn()</div>
<div>{</div>
<div>columnList = document.getElementById("columnList");</div>
<div>}</div>
<div> </div>
<div><input name="columnList" id="columnList" type="hidden" value="the value"/></div>
Find more posts tagged with
Comments
There are no comments yet