Jump to content

Can't find Form Name in HTML....


Recommended Posts

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".

<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

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...