Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9121789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:56:28+00:00 2026-06-17T05:56:28+00:00

This is the HTML: <form method=post action=./xxxxx name=form1> <input type=hidden name=requestKey value=52032a76cf53340b07052fd143feddc4a9d8f18130c80ec86003ab56e0d91b36/> <input type=hidden

  • 0

This is the HTML:

<form method="post" action="./xxxxx" name="form1">
    <input type="hidden" name="requestKey" value="52032a76cf53340b07052fd143feddc4a9d8f18130c80ec86003ab56e0d91b36"/>
    <input type="hidden" name="option" value="txnlist">
    <input type="hidden" name="account" value='1336169999'>
    <input type="hidden" name="app" value="D">
    <input type="hidden" name="lockType" value="">

    <p><span class="header2">&nbsp;Statement options </span>
        <table summary="" width="100%" border="0" cellpadding="1" cellspacing="1">
            <tr>
                <td width="20"></td>
                <td width="20"><input type="radio"  name="optDateFilter" value="1"></td>
                <td>Transactions for the last 30 days</td>
                <td></td>
            </tr>
            <tr>
                <td width="20"></td>
                <td width="20"><input type="radio" name="optDateFilter"  value="2"></td>
                <td>Transactions for the last 90 days</td>
                <td></td>
            </tr>
            <tr>
                <td width="20">&nbsp;</td>
                <td width="20"><input type="radio" name="optDateFilter" checked='checked' value="3" style="vertical-align: middle"></td>
                <td>
                    <div>
                        <font style="vertical-align: middle;">Transactions from&nbsp;</font>
                        <script src='jquery/js/ui/min/jquery.ui.datepicker.min-1.8.10.js'></script>
                        <script type='text/javascript'>$(function() {$('#datepicker1').datepicker( { changeMonth : true, changeYear : true, dateFormat : 'dd/mm/yy', showOn: 'both', buttonImage: 'images/calendar.png', buttonImageOnly: true }); }); </script>
                        <input type='text' id='datepicker1' name='txtFromDate' size='11' maxlength='10' value='14/12/2012' onchange="checkFromDate(document.form1.txtFromDate.value);document.form1.optDateFilter[2].checked = true;">
                        <font style="vertical-align: middle;">to</font>
                        <script type='text/javascript'>$(function() {$('#datepicker2').datepicker( { changeMonth : true, changeYear : true, dateFormat : 'dd/mm/yy', showOn: 'both', buttonImage: 'images/calendar.png', buttonImageOnly: true }); }); </script>
                        <input type='text' id='datepicker2' name='txtToDate' size='11' maxlength='10' value='01/01/2013' onchange="checkToDate(document.form1.txtFromDate.value,document.form1.txtToDate.value);document.form1.optDateFilter[2].checked = true;">
                    </div>
                </td>
                <td><font style="font-size: 8pt; vertical-align: middle;"><i>(maximum date range 3 months)</i></font></td>
            </tr>
        </table>
        <table summary="" cellpadding="1" cellspacing="1" border="0">
            <tr>
                <td width="20">&nbsp;</td>
                <td width="20">
                    <a  href="javascript:if(document.form1.optDateFilter[2].checked==true){CheckAndSubmit(document.form1.txtFromDate.value,document.form1.txtToDate.value);}else{showOverlay();document.form1.submit();};">
                         <img src="images/proceed.gif" alt="Show the selected range of transactions" border="0" width="22" height="22" />
                    </a>
                </td>
                <td>
                    <a  href="javascript:if(document.form1.optDateFilter[2].checked==true){CheckAndSubmit(document.form1.txtFromDate.value,document.form1.txtToDate.value);}else{showOverlay();document.form1.submit();};" title="Show the selected range of transactions">Show the selected range of transactions</a>
                </td>
            </tr>
    </table>
</form>

This is the code i have, and it is not working:

self.browser.select_form('form1')
self.browser.form.set_all_readonly(False)
self.browser['txtFromDate'] = '28/12/12'
self.browser['txtToDate'] = '01/01/13'
resp = self.browser.submit()
html = resp.read()
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:56:30+00:00Added an answer on June 17, 2026 at 5:56 am

    I figured that i had to do this

        self.browser.select_form('form1')
        self.browser['optDateFilter'] = ['2'] 
        self.browser.form.find_control(name="txtFromDate", id="datepicker1").value = "13/10/12"
        self.browser.form.find_control(name="txtToDate", id="datepicker2").value = "01/01/13"
        resp = self.browser.submit()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this HTML: <form action='uploadhandle.php' method='POST' enctype=multipart/form-data> <input type='file' class='fileinput' id='photo1' name='photo1'> <input
i have been trying to validate This Form: <table> <form action=test.html method=post id=contactform name=contactform>
I have a html form with the data by this post method 'form id='form1'
this is html from <form action=http://localhost/own/import.php method=post enctype=multipart/form-data name=form1> <input type=file name=xmlfile id=file1> <input
Is something like this possible: <form method=post action=myphp.php name=myname target=another_html/iframe_name>??? I want the php
<form id=login_frm method=post action = /login/user_auth/> <fieldset> <legend>Login:</legend> <label for=id_email>Email</label> <input type=text name=email id=id_email
I have a relatively simple HTML / JavaScript form. Such as this: <form method='POST'
Let's say I'm at http://www.domain.com/page.html . I want to submit this form: <FORM METHOD=post
I am working with the following HTML form: <form method = 'POST' action =
my problem is the following: This is a part of my HTML-Code: <form method='GET'

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.