Hi I am trying to create a monitoring script which will login to a website and just get some result i was testing "Mechanize" and i was able to login webiste like "Wordpres" but the page i am trying to login , its apax and using javascript : - <form name="form1" method="post" action="Login.aspx" onsubmit="javascript:return WebForm_OnSubmit();" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'btnLogin')" id="form1"> as i understand Mechanize does not work with javascript. is there any other way to do this ?? Please help its bit urgent ., -- Posted via http://www.ruby-forum.com/.