[ic] cgi var in page tag

Tobias Henle interchange-users@interchange.redhat.com
Wed Sep 12 07:49:01 2001


Hi,
I have done everything like u wrote but it won't work

if I use "@_SECURE_SERVER_@" it expands to "https://***" in the html file
but

"[process secure=1]" expands "to http://***/***/process.html"

and "[area href='ord/checkout' secure=1 form='ssl_switch=on']" to
"http://***/***/ord/checkout?mv_session_id=6oed87hG&mv_pc=147&ssl_switch=on"

???

On 2001.09.11 17:45:36 +0200 Stefano Nota wrote:
> Try this:
> 
> <a href="[area href=index arg=2]">LINK</a>
> 
> arg is the param
> ----- Original Message -----
> From: "Tobias Henle" <t.henle@thiesen.com>
> To: <interchange-users@interchange.redhat.com>
> Sent: Tuesday, September 11, 2001 5:23 PM
> Subject: Re: [ic] cgi var in page tag
> 
> 
> > Hi,
> > thanx but secure won't work!
> >
> > <a class="barlink" href="[area
> > href='ord/checkout'
> > form='switch=off'
> > secure=1"]>
> > BlaBla
> > </a>
> >
> > any idea?
> >