HTML and python

Steve Holden sholden at holdenweb.com
Sun Jun 2 14:23:10 EDT 2002


"Ken" <ken at hotmail.com> wrote in message
news:ad94md$viphf$1 at ID-49758.news.dfncis.de...
> How do you call to a static HTML page from the script?
>
> <FORM METHOD="POST" ACTION="frame2a.html" target=_parent>
> This doesn't seem to be working..... Can someone help?
>

It really makes no sense to use method POST to access a static page. Using
method GET will probably owrk, though you will see the for contents in the
URL.

regards
 Steve
--
-----------------------------------------------------------------------
Steve Holden                                 http://www.holdenweb.com/
Python Web Programming                http://pydish.holdenweb.com/pwp/
-----------------------------------------------------------------------








More information about the Python-list mailing list