[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: FramesīnīSSL (unwanted new window)
Hi Joachim,
if I turn off SSL, it works. So it must be something with the SessionID, the browsers frameset? I dont know.
"Funny" is, that while you are in the checkout-page, you can click on "news" on the left and it works. But when you click
on "Show basket", it does not work and a new frame opens up. But both have the same frametarget "mv_il".
Basket:
<a href="http://www.hyperdrinks.de/cgi-bin/drinks/ord/basket?eVeaNCmn;;158" Target="mv_ir">
News :
<AREA SHAPE="RECT" COORDS="33,137,73,145"
HREF="http://www.hyperdrinks.de/cgi-bin/drinks/scan/ml=10/sf=Neu/se=x/tf=Gruppe%2cArtikelbeschreibung?eVeaNCmn;;118"
Target="mv_ir" OnMouseOver="window.status='Neue Artikel'; return true" OnMouseOut="window.status=''; return true">
Can you see the difference? I canīt.
I realy donīt know what to do....
This is my short ord/basket.html (without the html-stuff)
--------------------------- start -----------------------------------------------------------
<BODY bgcolor="#E8ffe0" onLoad="top.mv_wk.open('[area frames/wk]','mv_wk')">
<FORM ACTION="[process-target secure=1]" METHOD=POST>
[if items]
[then]
[item_list]
<a href="[area [item-code]]" target="mv_il"><img src="/pp/thumbs/[item-field Bild].gif" height="[item-field thoehe]"
width="16" border=1 alt="[item-field Artikelbeschreibung]" hspace=4></a>
[/item_list]
[/then]
[else]
Es befindet sich kein Artikel in Ihrem Warenkorb.
[/else]
[/if]
[total-cost] DM
<input type="submit" onClick="this.form.action='[process-target]'" name="mv_submit" value="Neu berechnen">
[perl interpolate=1]
if ('[subtotal noformat=1]' < 24) {
return 'Mindestbestellwert (Zwischensumme)<br>DM 25,-';
} else {
return '<INPUT TYPE="submit" NAME="mv_click" VALUE="Weiter">';
}
[/perl]
[set Weiter]
mv_todo=return
mv_nextpage=ord/checkout
[/set]
--------------------------- end ------------------------------------------------------
Hans-Joachim Leidinger wrote:
> ****** message to minivend-users from Hans-Joachim Leidinger <hans-joachim.leidinger@home.gelsen-net.de> ******
>
> Hi Marius,
>
> can you post your form tag or a part of the code with the links?
> Maybe you use the different TARGET names? If it is different, a new
> windows will be opened.
>
> Regarding calling with https://, check your code and look for
> "secure=1".
> Regarding changing number of items, look into your basket page.
> Or you use i.e.
>
> [page form="
> mv_order_item=[item-code]
> mv_order_quantity=1
> mv_nextpage=ord/checkout
> mv_todo=refresh"]
> [/page]
>
> I would suggest you to use a form tag like the code in your basket page.
> But why not using a link back to the basket page to change the number?
>
> Joachim
>
> BTW:Sorry for my bad english!
>
> Marius Schaefer wrote:
> >
> > ****** message to minivend-users from Marius Schaefer <maillist@b-p-a.com> ******
> >
> > Hi,
> >
> > I have a problem and donīt know how to solve this. I tried a lot without
> > success.
> >
> > I use SSL for my checkout-page. If someone is in my basket.html and
> > clicks on "continue", the link will be called with https://. On my
> > checkoutpage is an overview of all products he wants to buy (like in the
> > basket, but without the posiblity to change the number of items). When
> > you know click on an item-number to view the flypage in an other frame
> > again, a new frame will allways be opened instead of view the item in
> > the flypage-frame...
> >
> > Maybe you can take a look at it: http://www.hyperdrinks.de
> >
> > If I switch ssl off, it works. The SessionID is always the same, it
> > doesnt matter if cookies are en- or disabled (but a new cookie will be
> > set with ssl). The Frameset doesnt change.
> >
> > Has anyone the same problem (solved)?
> > Thanks for your help !
> >
> > Marius
> >
> > -
> > To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> > email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> > Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
> --
> -------------Hans-Joachim Leidinger---------------------
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
> email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list