[ic] [button] tag died when server was moved to https

David Bordas interchange-users@icdevgroup.org
Mon Mar 31 10:12:01 2003


> > Same here but with 4.8.7 :(
> > Did someone find any solution ?
>
> Did you check if the HTML-source of that page is correct? If it is, then
the
> problem is probably in your browser...
>

In source page i can see got this code :
[button
                                 name="mv_click"
                                 src="__THEME__/placeorder.gif"
                                 text="Valider ma commande"
                                 hidetext=1
                                 form=checkout
                                ]
                                 mv_todo=submit
                                 mv_successpage=mypage
                           [/button]</td>
                           <td>
                                        [button
                                                name="mv_click"

src="__THEME_IMG_DIR__recalculate_button.gif"
                                                text="Recalculer"
                                                hidetext=1
                                                form=checkout
                                        ]
                                                mv_todo=refresh
                                        [/button]
                        </td>

And once executed i have this :
<INPUT TYPE="submit" NAME="mv_click" VALUE="Valider ma commande">
<INPUT TYPE="submit" NAME="mv_click" VALUE="Recalculer">

But if i set SECURE_ENABLE to no in the variables, then I have my images and
not submit buttons ...

Thx
David