Jump to content

Fill textarea with no id/name


darkyr
 Share

Recommended Posts

<li id="aboutme_2" item_type="static" fieldid="4d75736963">
<label>Music:</label>
<p class="default_text hide_me">
<a class="edit" href="#">
<span>Add your favorite music types and artists...</span>
</a>
</p>
<div>
<textarea maxlength="1200"></textarea>
<input class="greyBtn" type="button" value="Save">
<input class="greyBtn" type="button" value="Cancel">
</div>
</li>

I want to fill this textarea, anybody has any ideas on how I can go about doing that?

I presume i should use _IEFormElementGetCollection ? but what do i do after i do that

Edited by darkyr
Link to comment
Share on other sites

_IEFormElementSetValue

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...