GodandRock Posted August 16, 2006 Share Posted August 16, 2006 I'm trying to set a value to a TextArea in the following form. However, I can't find the Form Name in the HTML code. I'm not going to include ALL of the HTML code, just the part which should include the name of the Form. And I already know the name of the TextArea which is "scrapText". expandcollapse popup<form method="post" action="/Scrapbook.aspx?uid=16721353407330321364" autocomplete="off"> <input type="hidden" name="POST_TOKEN" value="693FA7D342F0E24093211C59318B1BEE" /><input type="hidden" name="signature" value="fTyQXuovtM03IDLrtGdJtyA7hxk=" /> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td rowspan="3" style="padding-right:10px"> <font class="e"> </font> <textarea id="scrapText" name="scrapText" style="width:100%" rows="4" onkeyup="counterUpdate('scrapText', 'countBody', 1024);"></textarea> </td> <td valign="top"> <table class="btn" border="0" cellpadding="0" cellspacing="0" onmouseover="this.className='btnHover'" onmouseout="this.className='btn'"> <tr style="cursor: pointer;" onclick="submitForm(this, 'preview', '');"> <td><img src="[url="http://images3.orkut.com/img/bl.gif"]http://images3.orkut.com/img/bl.gif[/url]" /></td> <td nowrap="1" style="background: url([url="http://images3.orkut.com/img/bm.gif"]http://images3.orkut.com/img/bm.gif[/url])"> preview </td> <td><img src="[url="http://images3.orkut.com/img/br.gif"]http://images3.orkut.com/img/br.gif[/url]" /></td> </tr> </table> </td> </tr> <tr><td> <table class="btn" border="0" cellpadding="0" cellspacing="0" onmouseover="this.className='btnHover'" onmouseout="this.className='btn'"> <tr style="cursor: pointer;" onclick="openTips()"> <td><img src="[url="http://images3.orkut.com/img/bl.gif"]http://images3.orkut.com/img/bl.gif[/url]" /></td> <td nowrap="1" style="background: url([url="http://images3.orkut.com/img/bm.gif"]http://images3.orkut.com/img/bm.gif[/url])"> formatting tips </td> <td><img src="[url="http://images3.orkut.com/img/br.gif"]http://images3.orkut.com/img/br.gif[/url]" /></td> </tr> </table> </td></tr> <tr> <td valign="bottom"> <table class="btn" border="0" cellpadding="0" cellspacing="0" onmouseover="this.className='btnHover'" onmouseout="this.className='btn'"> <tr style="cursor: pointer;" onclick="submitForm(this, 'submit', '');"> <td><img src="[url="http://images3.orkut.com/img/bl.gif"]http://images3.orkut.com/img/bl.gif[/url]" /></td> <td nowrap="1" style="background: url([url="http://images3.orkut.com/img/bm.gif"]http://images3.orkut.com/img/bm.gif[/url])"> submit </td> <td><img src=[url="http://images3.orkut.com/img/br.gif"]http://images3.orkut.com/img/br.gif[/url] /></td> </tr> </table> </td> </tr> <tr> <td class="R"> your text contains <B><span id="countBody">0</span></b> characters </td> </tr> </table> </form> Please help me find the FormName. [font="Fixedsys"][size="3"][u][font="Franklin Gothic Medium"] [/font][/u][/size][/font] Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted August 16, 2006 Moderators Share Posted August 16, 2006 It doesn't have a name. You will instead need to use _IEFormGetCollection() to return an indexed instance. Link to comment Share on other sites More sharing options...
GodandRock Posted August 16, 2006 Author Share Posted August 16, 2006 Ok ty it works! [font="Fixedsys"][size="3"][u][font="Franklin Gothic Medium"] [/font][/u][/size][/font] Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now