HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: how to view relative form action url
Author: William Roeder
Date: 01/27/2009 19:51
 
> 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>

if the current page is some.site.root/path/page.htm then
action="/destination_url" url is some.site.root/destination_url
If action was just "destination_url" the url would be 
some.site.root/path/destination_url

But pasting that into your browser may not show you anything useful since your
not sending the rest of the form to that url.
 
Reply Create subthread


All articles

Subject Author Date
how to view relative form action url

01/27/2009 18:30
Re: how to view relative form action url

01/27/2009 19:51
Re: how to view relative form action url

01/28/2009 04:46




2

Created with FORUM 2.0.11