Click to See Complete Forum and Search --> : form method post where action='#'


tovmeod
01-03-2007, 07:30 PM
I want to fetch a web page via program, my tool is in python but I also tried to use php and both are giving me the same results..

the page in question is:
http://www.bdk.com.br/layout.php?modulo=lista_verde_bdk.php&titulo=.:%20Lista%20Verde%20de%20Produtos%20-%20BDK

you can notice that it has get values
it has a form with post method, which target is '#' , so as i understand the target would have post and get values and the same time..

the browser handles it fine, but if I try to fetch it passing the post values it returns the page as if I didn't

am I missing something here?
any help is appreciated

marcel

ray326
01-03-2007, 10:37 PM
Some libraries make you parse the query string separately when it's there along with a post but I don't know about the ones in PHP and Python.