Hey All,
I ran into a slight problem on a website. I tried the code in the help file to help find the forms with _ieformgetcollection on this website and it says there are zero forms in the message box. The code on the site say's the form name but it can't access it for some strange reason.
I was confused by this as I haven't ran into the problem yet. Is there another way to be able to set my reference into this text area "myPronList"? It says the form name is "_ct10" which is really odd. In the past I would have just gotten the form name and _ieformelementgetobjbyname and set the value, but it seems even though it's named it can't find any forms.
Here is the source code on the site. Thanks in advance!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Transitional//EN"><META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<html>
<head><style>
td.clsInput
{
font-family: Arial;
font-size: 11px;
border-top-color: currentColor;
border-right-color: currentColor;
border-top-width: medium;
border-right-width: medium;
border-top-style: none;
border-right-style: none;
background-color: rgb(182, 221, 186);
}
.clsInput
{
font-family: Verdana;
font-size: 11px;
background-color: rgb(182, 221, 186);
}
.inputPronumBox
{
width: 95%;
height: 150px;
}
</style></head>
<body topmargin="0" leftmargin="0"><form name="_ctl0" id="_ctl0" action="/p2001web/prosearch.net/prosearch.aspx?refcode=%5dmo%5d%5dpst7_4K5T_%7bQ_4K5T_4K5T_gdHDHF&overwriteCUSTCODE=" method="post"><div id="panel1" style="position: relative;"><table width="700" id="myTableGrid" bgcolor="black" cellspacing="1" cellpadding="1"><tbody><tr><td width="75%" align="middle" class="clsInput" valign="top">
<textarea name="myPronList" class="inputPronumBox" id="myPronList"></textarea>
</td></tr></tbody></table></div></form></body></html>