k.mcmacken
Newbie
- Aug 24, 2010
- 33
- 0
If you can fix my line of code and it works you get $5:
Here's the HTML code I'm trying to FILL with .CSV data:
(btw this is a "textarea", or "textbox field" that cannot be seen by iMacro)
<div class="post_single_right" id="post_single_long_description_right">
<textarea name='long_description' id='long_description' rows='15' cols='110' class='post_single'></textarea> </div>
</div>
</fieldset>
</div>
Here's the code I'm trying to use to autofill this box:
FRAME F=1
TAG POS=1 TYPE=INPUT:TEXTAREA FORM=NAME: post_single_job1 ATTR=ID:long_description CONTENT={{!COL5}}
Anyone have any clue as to what type of "TYPE=" I need to use?
Thanks.
Here's the HTML code I'm trying to FILL with .CSV data:
(btw this is a "textarea", or "textbox field" that cannot be seen by iMacro)
<div class="post_single_right" id="post_single_long_description_right">
<textarea name='long_description' id='long_description' rows='15' cols='110' class='post_single'></textarea> </div>
</div>
</fieldset>
</div>
Here's the code I'm trying to use to autofill this box:
FRAME F=1
TAG POS=1 TYPE=INPUT:TEXTAREA FORM=NAME: post_single_job1 ATTR=ID:long_description CONTENT={{!COL5}}
Anyone have any clue as to what type of "TYPE=" I need to use?
Thanks.