Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

Re: [mv] Q: Images instead of buttons



******    message to minivend-users from "Eugene Sorochinsky" <nazgul@belti.ru>     ******


-----Исходное сообщение-----
От: Eugene Apanasenko <evlap@janzen-express.com>
Кому: minivend-users@minivend.com <minivend-users@minivend.com>
Дата: 28 апреля 2000 г. 14:09
Тема: Re: [mv] Q: Images instead of buttons


>******    message to minivend-users from Eugene Apanasenko
<evlap@janzen-express.com>     ******
>
>
>
>Mats Andersson wrote:
>
>> ******    message to minivend-users from "Mats Andersson"
<Mats@brain.syh.fi>     ******
>>
>> Try
>>
>> <INPUT  TYPE=image  onClick="this.form.target='_top'"
>> NAME="mv_click"  SRC="foo.gif">
>>
>>
>
>Hi!
>
>Your advice help me with Recalculate button in busket form, but...
>when I modified another button (Order) in such way - it called recalc
function too!!!
>
>old code:
><INPUT TYPE="submit"  onClick="this.form.target='_top'"
>NAME="mv_click" VALUE="order">
>
>new code:
><input type="image" src="checkout.jpg" name="order"
>onClick="this.form.target='_top'" border=0 value="order">
>
>It seems to me that <input type="image"> tag doesnt work as <input
type="submit"> does.
>
You are right, <input type="image"> looses its value...
Just make extra <input type="hidden" name="mv_click">
<input type="image" src="checkout.jpg" name="order"
onClick="this.form.target='_top; this.form.mv_click.value='order' '"
border=0 value="order">

>Strange things...
>Any help will be appreciated.
>
>-
>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

-
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


Search for: Match: Format: Sort by: