hi! I'm sure it's not a button. I tried your suggestion. but no object appeared

$ie.buttons.each { |i| puts "\n#{i.src}" } 


I attached the source file of the page for more info.



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zeljko Filipin
Sent: Wednesday, July 13, 2005 3:35 PM
To: [email protected]
Subject: RE: [Wtr-general] missing image


If you send html also I could be more assured, but I think that the image
you are looking for is button, and it will appear if you try

$ie.buttons.each { |i| puts "\n#{i.src}" } 

Zeljko

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, July 13, 2005 8:43 AM
To: [email protected]
Subject: [Wtr-general] missing image

Please help me with this one. I'm confused. attached is my console output. I
just have two calls in my script:

1. $ie.images.each { |i| puts "\n#{i.src}" }

2. $ie.show_all_objects


I'm looking for this image: RBJ_DetailTab_Off.gif.

Here's my question. how come on my first call, this image doesn't appear in
the console. while in my second call, it appears?

 <<test.txt>> 





Jan M. Montano
QA / Developer
Regional Application Development
Thomson (Philippines) Corporation
18th Floor Ayala Life - FGU Center
6811 Ayala Ave., Makati City
Philippines
(632) 878-5890


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

<HTML>
        <HEAD>
                <TITLE>Research Bank Japan</TITLE>
                <META HTTP-EQUIV="Content-Type" CONTENT="text/html; 
charset=utf-8">
                <link rel="stylesheet" href="../../stylesheets/RBJ.css" 
type="text/css" />
                <script language="javascript"> 
                function MM_swapImgRestore() { var i,x,a=document.MM_sr; 
for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}
                function MM_preloadImages() {var d=document; if(d.images){ 
if(!d.MM_p) d.MM_p=new Array();var 
i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)if 
(a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}
                function MM_findObj(n, d) {var p,i,x;  if(!d) d=document; 
if((p=n.indexOf("?"))>0&&parent.frames.length) 
{d=parent.frames[n.substring(p+1)].document; 
n=n.substring(0,p);}if(!(x=d[n])&&d.all) x=d.all[n]; for 
(i=0;!x&&i<d.forms.length;i++) 
x=d.forms[i][n];for(i=0;!x&&d.layers&&i<d.layers.length;i++) 
x=MM_findObj(n,d.layers[i].document);if(!x && document.getElementById) 
x=document.getElementById(n); return x;}
                function MM_swapImage(){ var i,j=0,x,a=MM_swapImage.arguments; 
document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)if 
((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; 
x.src=a[i+2];     }}
                                
                        var toggle;
                        toggle = 1;
                        var doCheck = true;
                        
                        function LogOut()
                        {
                                window.location.href="../default.aspx";
                        }
                

                        function GoLookUp(param1,param2,searchtype)
                        { 
                                var strUrl="";
                                var strTitle1="";
                                var strTitle2="";
                                
                                var windowleft,windowtop;
                                        windowleft= new 
String((window.screen.availWidth-700)/2);
                                        windowtop= new 
String((window.screen.availHeight-300)/2);
                                
                                if((param2=="COM") || (param2=="SYM"))  
strTitle1=StringToUnicode("該当会社"); 
                                if((param2=="IND") || (param2=="IND_JP")) 
strTitle1="%e8%a9%b2%e5%bd%93%e6%a5%ad%e7%a8%ae";
                                if((param2=="BRO"))strTitle1="該当会社";
                                
                                        
strTitle2="%e9%81%b8%e6%8a%9e%e3%81%97%e3%81%9f%e6%9d%a1%e4%bb%b6";
                                
                                var meStr = 
StringToUnicode("選択した条件");
                                
                                
                                        //strUrl= "../LookUp/LookUp.aspx?key=" 
+ param2 + "&value="+ StringToUnicode(param1)+ "&searchtype=" + searchtype 
+"&title1=" + strTitle1 + "&title2=" + strTitle2;
                                        strUrl= "../LookUp/LookUp.aspx?key=" + 
param2 + "&searchtype=" + searchtype +"&title1=" + strTitle1 + "&title2=" + 
strTitle2;
                                        
                                //      alert(strUrl);
                                        
                                        addUniverse = window.open("about:blank" 
,"Newadd","height=275,width=640,left="+ windowleft +",top=" + windowtop + 
",channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0");
                                        document.Form2.Value.value = param1;
                                        document.Form2.action = strUrl;
                                        document.Form2.method = "post";
                                        document.Form2.target = "Newadd";
                                        document.Form2.submit();
                                        
                                        //addUniverse = window.open(strUrl 
,"Newadd","height=275,width=640,left="+ windowleft +",top=" + windowtop + 
",channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0");
                        }

                        function StringToUnicode(strString)
                        {
                                return escape(strString);
                        }
                        
                        function StringToUnicodeX(strString)
                        {
                                var strValue = new String();
                                        strValue= strString;
                                var strTemp = new String;       
                                var ctr;
                                var strHex=0;
                                for(ctr=0;ctr<strValue.length;ctr++)
                                {
                                                strHex = 
eval(strValue.charCodeAt(ctr));
                                                strTemp = strTemp + "%u" + 
strHex.toString(16);
                                }
                                        return strTemp;
                        }
                        function ReturnProjectcode()
                        {
                                window.location.href = 
"redirection.aspx?previous=quick&projectcodename=" + 
escape(document.Form1.pcodename.value);
                
                        }
                        function GoDetailedPopUp(param1,param2,searchtype)
                        { 
                                var strUrl="";
                                        var windowleft,windowtop;
                                        windowleft= new 
String((window.screen.availWidth-700)/2);
                                        windowtop= new 
String((window.screen.availHeight-300)/2);
                                
                                strUrl= "../Lookup/KeyWordPopUp.aspx?key=" + 
param2 + "&value="+ param1 + "&searchtype=" + searchtype + "&content=" + 
escape(document.Form1.txtKeyword.value);
                                addUniverse = window.open(strUrl 
,"QKeyword","height=316,width=590,left="+ windowleft +",top=" + windowtop + 
",channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0");
                        }
                        
                        function openPDF(filename)
                        {
                                var windowleft,windowtop;
                                                windowleft= new String((200)/2);
                                                windowtop= new String((100)/2);
        
                                
                                if(filename!="")
                                {
                                        var winPDF = window.open(filename 
,"popup","height=500,width=800,left="+ windowleft +",top=" + windowtop + 
",channelmode=0,dependent=0,directories=0,fullscreen=0,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1");
                                }
                        }

                        function openProduct(filename)
                        {
                                var windowleft,windowtop;
                                                windowleft= new String((200)/2);
                                                windowtop= new String((100)/2);
        
                                
                                if(filename!="")
                                {
                                                var winPDF = 
window.open(filename ,"popup","height=500,width=800,left="+ windowleft +",top=" 
+ windowtop + 
",channelmode=0,dependent=0,directories=0,fullscreen=0,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1");
                                }
                 
                        }

                        /*
                        function GoReset()
                        {
                                document.Form1.txtBroker.value="";   
                                document.Form1.txtKeyword.value =""; 
                                document.Form1.txtCompany.value =""; 
                                document.Form1.txtIndustry.value =""; 
                                document.Form1.txtFromDate.value="";
                                document.Form1.txtToDate.value="";
                                document.Form1.txtToDate.value="";
                                document.Form1.txtToDate.value="";
                        }
                        */
                        
                        function GoSearch(sType, sValue)
                        {
                                document.Form1.txtDoSearch.value = "1";
                                document.Form1.submit();
                        
                        }               

                        function BuildCriteria()
                        {
                                        var     monthInteger=null;
                                        var     strMonthsBack =null;
                                        var strSortType =null;
                                        var     sortInteger =null;
                                        var strMARReport ="&TYPE_MAR_ENABLED=1" 
;
                                        var strINRReport ="&TYPE_INR_ENABLED=1" 
;
                                
                                                monthInteger = 
document.Form1.DateRange.selectedIndex;
                                        
                                                strMonthsBack = (monthInteger < 
0) ? "-1" : document.Form1.DateRange.options[monthInteger].value;
                                                sortInteger = 
document.Form1.sltSortType.selectedIndex; 
                                                strSortType = (sortInteger < 0) 
? "1":document.Form1.sltSortType.options[sortInteger].value;
                                        
                                        
                                                var strDateRange=null;
                                                
if(document.Form1.txtFromDate.value=="" && document.Form1.txtToDate.value=="")
                                                {
                                                        strDateRange = 
"&NUM_MONTHS=" + strMonthsBack;
                                                }
                                                else
                                                {
                                                        strDateRange = 
"&FROM_DATE=" + document.Form1.txtFromDate.value + "&TO_DATE=" + 
document.Form1.txtToDate.value;
                                                }
                                                
                                                        var  strCriteria= 
"&BRO_LIST=" + escape(document.Form1.txtBroker.value)  + strMARReport  
                                                                        +  "&" 
+ document.Form1.industrySearchType.value + "=" + 
escape(document.Form1.txtIndustry.value) + strINRReport
                                                                        + 
"&KEYWORD_LIST="+ escape(document.Form1.txtKeyword.value)
                                                                        +  "&" 
+ document.Form1.companySearchType.value  + "=" + 
escape(document.Form1.txtCompany.value)  
                                                                        +  
"&SORT_TYPE=" + strSortType + strDateRange + "&SHOW_TOC=0&DOC_List="  
                                                                        + 
"&previouspage=quicksearch.aspx";
                                        return strCriteria;
                        }

                        function Default_IndustryCriteria_click()
                        {
                                
                                        
                                if(toggle==2 || toggle ==1)
                                {
                                        toggle++;
                                }
                                else
                                {
                                        document.Form1.txtIndustry.value =""; 
                                }       
                                        
                                
                                
                                        
if(document.Form1.Default_Industry_Criteria[0].checked==true)
                                        {
                                                
document.Form1.hKeyI.value="IND_JP";
                                                
document.Form1.industrySearchType.value="IND_JP_LIST";
                                        }
                                        else
                                        {
                                                
document.Form1.hKeyI.value="IND";
                                                
document.Form1.industrySearchType.value="IND_LIST";
                                        }
                        }

                        function Default_CompanyCriteria_click()
                        {
                                
                                if(toggle==2 || toggle ==1)
                                {
                                        toggle++;
                                }
                                else
                                {
                                        document.Form1.txtCompany.value =""; 
                                }
                                
                                
if(document.Form1.Default_Company_Criteria[0].checked==true)
                                {
                                        
                                        document.Form1.hKeyC.value="COM";
                                        
document.Form1.companySearchType.value="COMPANY_LIST";
                                
                                }
                                else
                                {
                                        document.Form1.hKeyC.value="SYM";
                                        
document.Form1.companySearchType.value="SYM_LIST";
                                
                                }
                        }

                        function validateMonth(objControl)
                        {
                                var regEx;
                                var strText = objControl.value;
                                var bRetVal = true;
//alert(strText);
                                if (strText != "")
                                {
                                        regEx = 
/^(([0-9][0-9])|([1-2][0,9][0-9][0-9]))\/(([1-9])|(0[1-9])|(1[0-2]))\/(([0-9])|([0-2][0-9])|(3[0-1]))$/;
        
                                        var regExResult = regEx.test(strText);
                                        
                                        if (!regExResult)
                                        {
                                                
alert("日付を設定して下さい。(yyyy/mm/dd) ");
                                                objControl.select();
                                                objControl.focus();
                                                bRetVal = false;
                                        }
                                        else
                                        {
                                                bRetVal = true;
                                        }
        
        
                                }
                                else
                                {
                                        bRetVal = true;
                                }
                                return bRetVal;
                        }
                        
                        function checkIfDatesAreValid()
                        {
                                var strFromDateItems = 
document.Form1.txtFromDate.value.split("/");
                                var strToDateItems = 
document.Form1.txtToDate.value.split("/");
                                var dteToDate;
                                var dteFromDate;
                                var bRetVal = true;
                        
                                if ((strFromDateItems.length > 1) && 
(strToDateItems.length > 1))
                                {
                                        dteToDate = new 
Date(eval(strToDateItems[0]), eval(strToDateItems[1]) - 1, 
eval(strToDateItems[2]));
                                        dteFromDate = new 
Date(eval(strFromDateItems[0]), eval(strFromDateItems[1]) - 1, 
eval(strFromDateItems[2]));
                                
                                        bRetVal = !(dteToDate.valueOf() < 
dteFromDate.valueOf());
                                }
                                else
                                {
                                        bRetVal = true;
                                }
                                return bRetVal;
                        }
                                
                        function refreshPage()
                        {
                                window.location.href = "QuickSearch.aspx";
                        }
                        
                        function goToPage(url)
                        {
                                document.Form1.redirecturl.value = url;
                                document.Form1.action = "SaveSession.aspx";
                                document.Form1.method = "post";
                                document.Form1.submit();
                        }
                        
                        function clearCustomDates()
                        {
                                document.Form1.txtFromDate.value = "";
                                document.Form1.txtToDate.value = "";
                        }
                        
                        function validateCompanyInput()
                        {
                                var strCompanyInput;
                                if 
(document.Form1.Default_Industry_Criteria[0].checked != true)
                                {
                                        strCompanyInput = 
document.Form1.txtCompany.value;
                                        var regEx = /\d/;
                                        var regExResult = 
regEx.test(strCompanyInput);
                                        
                                        if (!regExResult)
                                        {
                                                //alert("Invalid Company ID");
                                                
document.Form1.txtCompany.select();
                                                return false;
                                        }
                                }
                                else
                                {
                                        return true;
                                }
                        }
                        
                        function checkInputs()
                        {
                                
                                var bRetVal = false;
                                
                                        bRetVal = checkIfDatesAreValid();
                                        if (!bRetVal)
                                        {
                                                
alert("入力したコードが無効です。条件の変更をクリックして検索画面に戻って下さい。");
                                        }
                                        
                                        return bRetVal;
                                
                        }
                        
                        function doSearch()
                        {
                                if (checkInputs())
                                {
                                        document.Form1.txtDoSearch.value = "1";
                                        document.Form1.submit();
                                }
                        }
                        
                </script>
        </HEAD>
        <body 
onload="Default_IndustryCriteria_click(),Default_CompanyCriteria_click(), 
document.Form1.txtDoSearch.value = ''" leftmargin="0" topmargin="0" 
marginwidth="0" marginheight="0" onunload="BuildCriteria()">
                <form name="Form2" id="Form2"><input type="hidden" name="Value" 
value=""/></form>
                <form name="Form1" method="post" action="QuickSearch.aspx" 
id="Form1" target="_self" onsubmit="return checkInputs()">
<input type="hidden" name="__VIEWSTATE" 
value="dDwtMTczMDMxNjI3OTt0PDtsPGk8MD47PjtsPHQ8O2w8aTwzPjtpPDQ+O2k8NT47aTwxMj47aTwxMz47PjtsPHQ8cDxwPGw8VGV4dDs+O2w8YTs+Pjs+Ozs+O3Q8dDxwPDtwPGw8T25DbGljazs+O2w8cmV0dXJuIERlZmF1bHRfQ29tcGFueUNyaXRlcmlhX2NsaWNrKCk7Pj4+Ozs+Ozs+O3Q8dDxwPDtwPGw8T25DbGljazs+O2w8cmV0dXJuIERlZmF1bHRfSW5kdXN0cnlDcml0ZXJpYV9jbGljaygpOz4+Pjs7Pjs7Pjt0PHA8O3A8bDxvbkJsdXI7PjtsPHJldHVybiB2YWxpZGF0ZU1vbnRoKHRoaXMpOz4+Pjs7Pjt0PHA8O3A8bDxvbkJsdXI7PjtsPHJldHVybiB2YWxpZGF0ZU1vbnRoKHRoaXMpOz4+Pjs7Pjs+Pjs+PjtsPGJ0blF1aWNrVGFiO2J0blNhdmVTZXNzaW9uO2J0blVzZXJQcmVmO2J0blJlc2V0Oz4+YCaz/JPmWB6MbvvfW9+Efz/XIpE="
 />

                
                        <TABLE WIDTH="100%" HEIGHT="111" BORDER="0" 
CELLPADDING="0" CELLSPACING="0" ID="Table1">
                                <TR>
                                        <TD COLSPAN="1" WIDTH="629" HEIGHT="17" 
background="../../images/RBJ_Spacer1.gif"><img height="1" 
src="../../images/spacer.gif" width="1"/></TD>
                                        <TD COLSPAN="1" WIDTH="100%" 
HEIGHT="17" background="../../images/RBJ_Spacer1.gif"><img height="1" 
src="../../images/spacer.gif" width="1"/></TD>
                                                <TD valign="top"  HEIGHT="17" 
colspan ="4" bgcolor="black" background="../../images/RBJ_Spacer1.gif" 
align="right"><a href="javascript:openPDF('../../documents/RBJ_Pricelist.pdf')" 
onMouseOut="MM_swapImgRestore()" 
onMouseOver="MM_swapImage('BotBut1','','../../images/RBJ_PriceGuide2.gif',1)"><img
 name="BotBut1" border="0" src="../../images/RBJ_PriceGuide1.gif" ></a><a 
href="javascript:openPDF('../../documents/RBJ_Contributors_list.pdf')" 
onMouseOut="MM_swapImgRestore()" 
onMouseOver="MM_swapImage('BotBut2','','../../images/RBJ_Contributor2.gif',1)"><img
 name="BotBut2" border="0" src="../../images/RBJ_Contributor1.gif"></a><a 
href="javascript:openPDF('../../documents/ClientManual.pdf')" 
onMouseOut="MM_swapImgRestore()" 
onMouseOver="MM_swapImage('BotBut3','','../../images/RBJ_Help2.gif',1)"><img 
name="BotBut3" border="0" src="../../images/RBJ_Help1.gif" ></a><a 
href="javascript:openPDF('../../documents/Notice.pdf')" 
onMouseOut="MM_swapImgRestore()" 
onMouseOver="MM_swapImage('BotBut4','','../../images/RBJ_Notice2.gif',1)"><img 
name="BotBut4" border="0" src="../../images/RBJ_Notice1.gif"></a></TD>
                                </TR>
                                <TR>
                                                <TD WIDTH="429" colspan="2"  
HEIGHT="48" bgcolor="#003061" nowrap><IMG SRC="../../images/RBJ_Logo.gif" 
WIDTH="429" HEIGHT="48"></TD>
                                                <TD WIDTH="68" HEIGHT="48" 
bgcolor="#003061" nowrap><img height="1" src="../../images/spacer.gif" 
width="1"/></TD>
                                                <TD WIDTH="8" ALIGN="right" 
HEIGHT="48" bgcolor="#003061"><img height="1" src="../../images/spacer.gif" 
width="1"/></TD>
                                                <TD width="100" ALIGN="right" 
HEIGHT="48" nowrap bgcolor="#003061"><img height="1" 
src="../../images/spacer.gif" width="1"/></TD>
                                                <TD HEIGHT="18" ALIGN="right" 
bgcolor="#003061"><img src="../../images/RBJ_ThomsonLogo.gif" width="115" 
height="48"></TD>
                                        </TR>
                                <TR>
                                        <TD ALIGN="left" HEIGHT="18" WIDTH="98" 
bgcolor="#003061" nowrap><a href="javascript:LogOut()"><IMG 
SRC="../../images/RBJ_LogoutSpace.gif" WIDTH="98" HEIGHT="18" 
border="0"></a></TD>
                                        <TD ALIGN="left" valign="bottom" 
HEIGHT="18" bgcolor="#003061" nowrap>
                                                <div id="divpic"><input 
type="image" name="btnQuickTab" id="btnQuickTab" 
src="../../images/RBJ_QuickTab_On.gif" alt="" border="0" /><input type="image" 
name="btnSaveSession" id="btnSaveSession" 
src="../../images/RBJ_DetailTab_Off.gif" alt="" border="0" /><input 
type="image" name="btnUserPref" id="btnUserPref" 
src="../../images/RBJ_UserTab_Off.gif" alt="" border="0" /></div>
                                        </TD>
                                        <TD HEIGHT="18" bgcolor="#003061" 
nowrap><img height="1" src="../../images/spacer.gif" width="1"/></TD>
                                        <TD ALIGN="right" 
bgcolor="#003061"><img height="1" src="../../images/spacer.gif" width="1"/></TD>
                                        <TD HEIGHT="18" ALIGN="right" 
bgcolor="#003061" colspan="2"><img height="1" src="../../images/spacer.gif" 
width="1"/></TD>
                                </TR>
                                <TR>
                                                <TD colspan="2" 
background="../../images/RBJ_Spacer2.gif" nowrap><img height="1" 
src="../../images/spacer.gif" width="1"/></TD>
                                                        <TD 
background="../../images/RBJ_Spacer2.gif" nowrap><img height="1" 
src="../../images/spacer.gif" width="1"/></TD>
                                                        <TD ALIGN="right" 
background="../../images/RBJ_Spacer2.gif" nowrap><IMG 
SRC="../../images/RBJ_SlantBarCap.gif" WIDTH="8" HEIGHT="28"></TD>
                                                        <TD HEIGHT="28" 
bgcolor="#6699cc" valign="center" colspan="1"><img height="1" 
src="../../images/spacer.gif" width="1"/></TD>
                                                        <TD  bgcolor="6699cc" 
align ="right" nowrap valign="middle" class="HeaderDropDownBox">
                                                                <select 
id='SelectProduct' name='SelectProduct' onchange 
="javascript:openProduct(document.Form1.SelectProduct.options[document.Form1.SelectProduct.selectedIndex].value)"
 class="HeaderDropDownBox">
                                                                                
<option value ="">その他商品ヘ</option>
                                                                                
<option value="http://research.thomsonib.com";>Thomson Researchへ</option>
                                                                                
<option value="http://banker.thomsonib.com";>Thomson ONE Bankerへ</option>
                                                                                
<option value="http://www.tcmj.jp";>TCMJへ</option>     
                                                                
</select>&nbsp;&nbsp;&nbsp;
                                                </TD>   
                                        </TR>
                        </TABLE>
                <table border ="0" width="900">
                         <tr>
                         <td width="10" nowrap>&nbsp;</td>
                         <td nowrap>
                                        <table border="0" cellpadding="0" 
cellspacing ="0" >
                                                <tr>
                                                        <td  class="Label"  
valign ="bottom" align ="right" 
>&nbsp;&nbsp;プロジェクト・コード:&nbsp;</td>
                                                        <td  class="Label" 
width="500" valign ="bottom">a&nbsp;&nbsp;&nbsp;<A 
href="javascript:ReturnProjectcode()"><IMG height="18" 
src="../../images/RBJ_ProjCode_But_Modify.gif.gif" width="68" border="0"></A>   
   </td>
                                                </tr>
                                        </table>
                        </td>
                        </tr>
                </table> 
                                        
                        <br/>
                        
                
                        <table border="0" width ="900">
                                <tr>
                                        <td width="12" nowrap >
                                                &nbsp;
                                        </td>
                                        <td nowrap width="700">
                                        
                                        <!--- ---->
                                                <table border="0">
                                                        <tr>
                                                                <td 
vAlign="top" align="left" width="900" nowrap>
                                                                        <table 
cellSpacing="0" cellPadding="0" border="0" class="BackGround">
                                                                                
<tr>
                                                                                
        <td vAlign="bottom" align="right" width="7" rowSpan="4"><IMG 
height="306" src="../../images/RBJ_TBorderQSrch_Lef.gif" width="7"></td>
                                                                                
        <td vAlign="top" align="right" colSpan="2"><IMG height="7" 
src="../../images/RBJ_TBorderQSrch_Top.gif" border="0" width="100%"></td>
                                                                                
        <td vAlign="bottom" align="right" width="7" rowSpan="4"><IMG 
height="306" src="../../images/RBJ_TBorderQSrch_Right.gif" width="7"></td>
                                                                                
</tr>
                                                                                
<tr>
                                                                                
        <td vAlign="center" align="middle" nowrap>
                                                                                
                <TABLE height="0" cellSpacing="0" cellPadding="0" 
bgColor="white" border="0" border="1" class="BackGround">
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" width="280" valign="bottom" 
class="Caption">
                                                                                
                                        <span id="Default_Company_Criteria" 
OnClick="return Default_CompanyCriteria_click()"><input 
id="Default_Company_Criteria_0" type="radio" name="Default_Company_Criteria" 
value="company" checked="checked" /><label 
for="Default_Company_Criteria_0">会社名  </label><input 
id="Default_Company_Criteria_1" type="radio" name="Default_Company_Criteria" 
value="ticker" /><label 
for="Default_Company_Criteria_1">コード</label></span>
                                                                                
                                </td>
                                                                                
                                <td width="35" valign="bottom" 
class="Caption">業種</td>
                                                                                
                                <td colSpan="4" width="210" valign="bottom" 
class="Caption">
                                                                                
                                        <span id="Default_Industry_Criteria" 
OnClick="return Default_IndustryCriteria_click()"><input 
id="Default_Industry_Criteria_0" type="radio" name="Default_Industry_Criteria" 
value="IND_JP" checked="checked" /><label 
for="Default_Industry_Criteria_0">東証コード   </label><input 
id="Default_Industry_Criteria_1" type="radio" name="Default_Industry_Criteria" 
value="IND" /><label for="Default_Industry_Criteria_1">Dow Jones</label></span>
                                                                                
                                </td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" nowrap><input name="txtCompany" 
type="text" size="5" id="txtCompany" class="TextBoxQuick" />&nbsp;<A 
href="javascript:GoLookUp(document.Form1.txtCompany.value,document.Form1.hKeyC.value,document.Form1.companySearchType.value)"><IMG
 height="18" src="../../images/RBJ_ButQSrch-Lookup.gif" width="68" 
border="0"></A></td>
                                                                                
                                <td colSpan="5" nowrap><input 
name="txtIndustry" type="text" size="5" id="txtIndustry" class="TextBoxQuick" 
/>&nbsp;<A 
href="javascript:GoLookUp(document.Form1.txtIndustry.value,document.Form1.hKeyI.value,'IND')"><IMG
 height="18" src="../../images/RBJ_ButQSrch-Details.gif" width="68" 
border="0"></A></td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" width="280">&nbsp;</td>
                                                                                
                                <td class="deffont" width="25">&nbsp;</td>
                                                                                
                                <td colSpan="4" width="210">&nbsp;</td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" valign="bottom" 
class="Caption">キーワード</td>
                                                                                
                                <td colSpan="5" valign="bottom" 
class="Caption">証券会社/調査会社</td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" valign="top"><input 
name="txtKeyword" type="text" size="10" id="txtKeyword" class="TextBoxQuick" 
/>&nbsp;<A class="hrefnoline" 
href="javascript:GoDetailedPopUp(document.Form1.txtKeyword.value,'KEYWORD','Keyword')"><IMG
 height="18" src="../../images/RBJ_ButQSrch-Details.gif" width="68" 
border="0"></A></td>
                                                                                
                                <td colSpan="5" valign="top"><input 
name="txtBroker" type="text" size="10" id="txtBroker" class="TextBoxQuick" 
/>&nbsp;<A class="hrefnoline" 
href="javascript:GoLookUp(document.Form1.txtBroker.value,'BRO','Broker')"><IMG 
height="18" src="../../images/RBJ_ButQSrch-Details.gif" width="68" 
border="0"></A></td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" width="280">&nbsp;</td>
                                                                                
                                <td class="deffont" width="25">&nbsp;</td>
                                                                                
                                <td colSpan="4" width="210">&nbsp;</td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" class="Caption">期間</td>
                                                                                
                                <td colSpan="5" 
class="Caption">リスト並び替え</td>
                                                                                
                        </tr>
                                                                                
                        <tr valign="top">
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td vAlign="top" align="left" colSpan="4" 
valign="top" class="Label">
                                                                                
                                        <select name="DateRange" id="DateRange" 
class="Caption" onchange="return clearCustomDates()">
        <option value="-1">全て</option>
        <option value="1">直近1ヶ月</option>
        <option value="2">直近2ヶ月</option>
        <option value="3">直近3ヶ月</option>
        <option selected="selected" value="6">直近6ヶ月</option>
        <option value="12">直近12ヶ月</option>

</select>
                                                                                
                                </td>
                                                                                
                                <td vAlign="top" colSpan="5">
                                                                                
                                        <select name="sltSortType" 
id="sltSortType" class="Caption" style="width:157px;">
        <option value="1">日付</option>
        <option value="2">ページ数</option>
        <option value="3">タイトル名</option>
        <option value="4">キーワード</option>

</select>
                                                                                
                                </td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" width="280">&nbsp;</td>
                                                                                
                                <td class="deffont" width="25">&nbsp;</td>
                                                                                
                                <td colSpan="4" width="210">&nbsp;</td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="4" valign="center" 
class="Label"><input name="txtFromDate" type="text" size="10" id="txtFromDate" 
class="TextBoxDate" onBlur="return validateMonth(this)" 
/>&nbsp;から&nbsp;<input name="txtToDate" type="text" size="10" 
id="txtToDate" class="TextBoxDate" onBlur="return validateMonth(this)" 
/>&nbsp;まで</td>
                                                                                
                                <td colSpan="5">&nbsp;</td>
                                                                                
                        </tr>
                                                                                
                        <tr>
                                                                                
                                <td width="15">&nbsp;</td>
                                                                                
                                <td colSpan="2" align="left" 
class="Label">(yyyy/mm/dd)</td>
                                                                                
                                <td colSpan="2" align="left" 
class="Label">(yyyy/mm/dd)</td>
                                                                                
                                <td colSpan="5"><a 
href="javascript:doSearch()"><img src="../../images/RBJ_ButQSrch-Search.gif" 
border="0"/></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="image" 
name="btnReset" id="btnReset" src="../../images/RBJ_ButQSrch-Clear.gif" alt="" 
border="0" />
                                                                                
                        </tr>
                                                                                
                </TABLE>
                                                                                
        </td>
                                                                                
</tr>
                                                                                
<tr>
                                                                                
        <td vAlign="bottom" align="left" colSpan="2" height="7"><IMG height="7" 
src="../../images/RBJ_TBorderQSrch_Bot.gif" width="100%"></td>
                                                                                
</tr>
                                                                        </table>
                                                                        <input 
id="h1" type="hidden" name="h1"> <input id="PAGE" type="hidden" value="1" 
name="PAGE">
                                                                        <input 
id="hKeyC" type="hidden" name="hKeyC"> <input id="hKeyI" type="hidden" 
name="hKeyI">
                                                                        <input 
id="criteria" type="hidden" name="criteria">
                                                                        <input 
id="companySearchType" type="hidden" name="companySearchType">
                                                                        <input 
id="industrySearchType" type="hidden" name="industrySearchType">
                                                                         <input 
id="pcodeName" type="hidden" name="pcodename" value ="a">
                                                                </td>
                                                        </tr>
                                                </table>
                                        </td>
                                </tr>
                        </table>
                <input type="hidden" name="txtDoSearch" value=""/>
                
                </form>
        </body>
</HTML>
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to