| Hello,
When I open a webpage and view its source, I wonder how to open and view form
action url from a user's aspect.
As in the following example, how to open and view the file "/destination_url"
?
<FORM ACTION="/destination_url" METHOD=GET>
<INPUT TYPE=submit NAME=foo VALUE="Go to destination">
</FORM>
Thanks
Lily
| |