numero = 31819
interpreted = N
texte = How about using [referrer]?Tag: ReferrerSyntax: [referrer]Specifying [referrer] in your document will display the URL of the referringpage that led you to this one. This is a handy way to give visitors a “back up” button.If this page was the result of a form method POST, however, the form information willnot be included in the link.I haven't played with it at all, but assuming that [referrer] does just what the docsnip seems to say and also assuming that your referring page which uses GET has atleast one name/value pair in the URL, something like this:[hideif [url][referrer][/url]^=][text]method=post[/text][/hideif][showif [url][referrer][/url]^=][text]method=get[/text][/showif]the method = [method]or some other creative use of [referrer]...-JohnKenneth Grome wrote:> >> how' bout you send an argument in the url from the referring page like> >> filename?method=post or something?> >> >There has to be an easier way than that...> >> >I've written a WebCatalog program that I intend to attach to every> >.tmpl file on my> >server, and it needs to have the method available to it, in order> >for it to work. For> >your suggestion to work, every link and form on my server would need> >to have that> >element in it...>> Dennis,>> Assuming all your forms use method=post, it is extremely *EASY* to> use bbedit to replace every occurrence of with:>> > >> Then you're done, and you will have everything you claim to need. By> the way, what's so important about knowing how the formvariables are> passed anyways?>> ================================> Kenneth Grome, WebDNA Consultant> 808-737-6499 http://webdna.net> ================================>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
How about using [referrer]?Tag: ReferrerSyntax: [referrer]Specifying [referrer] in your document will display the URL of the referringpage that led you to this one. This is a handy way to give visitors a “back up” button.If this page was the result of a form method POST, however, the form information willnot be included in the link.I haven't played with it at all, but assuming that [referrer] does just what the docsnip seems to say and also assuming that your referring page which uses GET has atleast one name/value pair in the URL, something like this:[hideif [url][referrer][/url]^=][text]method=post[/text][/hideif][showif [url][referrer][/url]^=][text]method=get[/text][/showif]the method = [method]or some other creative use of [referrer]...-JohnKenneth Grome wrote:> >> how' bout you send an argument in the url from the referring page like> >> filename?method=post or something?> >> >There has to be an easier way than that...> >> >I've written a WebCatalog program that I intend to attach to every> >.tmpl file on my> >server, and it needs to have the method available to it, in order> >for it to work. For> >your suggestion to work, every link and form on my server would need> >to have that> >element in it...>> Dennis,>> Assuming all your forms use method=post, it is extremely *EASY* to> use bbedit to replace every occurrence of with:>> > >> Then you're done, and you will have everything you claim to need. By> the way, what's so important about knowing how the formvariables are> passed anyways?>> ================================> Kenneth Grome, WebDNA Consultant> 808-737-6499 http://webdna.net> ================================>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
John Butler
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...