Help for this page
do JavaScript "document.aspnetForm.ctl00$ContentPlaceHolder2$selectDay +.value = \"" & pday & "\";" in document 1 of window id win2 do JavaScript "document.aspnetForm.ctl00$ContentPlaceHolder2$selectMon +th.value = \"" & mnth & "\";" in document 1 of window id win2 #delay 5 do JavaScript "document.getElementById('ctl00_ContentPlaceHolder2_btnS +ubmit2').click()" in document 1 of window id win2
use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new( visible => 1, autoclose => 0, +); ... sleep(1); #---Launch Popup windo---# $mech->follow_link( text_regex => qr/Filter/i );