Ребята, посдкажите почему не работает. Когды выбираешь вылюту из выпадающего списка, то сайт перезагружается и на сайте отображается соотвественно эты выбранная валюта. Щас выбираешь но ничего не происходит. Где ошибка, подскажите плиз?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
okunev2
Есть такой код:
{* currency type selection form *}
<form action="{''|set_query_html}" method="post" name="ChangeCurrencyForm" class="valute">
<fieldset class="select">
<strong>{"lnk_change_currency"|translate}</strong>
<div class="choice"><a href="#">{section name=i loop=$currencies}{if $currencies[i].CID eq $current_currency}{$currencies[i].Name}{/if}{/section}</a>
{literal}
<script language='JavaScript' type="text/javascript">
function _changeCurrency(){
document.ChangeCurrencyForm.submit();
}
</script>
{/literal}
<select name='current_currency' onchange='_changeCurrency()'>
{section name=i loop=$currencies}
<option value='{$currencies[i].CID}' {if $currencies[i].CID eq $current_currency} selected="selected"{/if}>{$currencies[i].Name}</option>
{/section}
</select>
</div>
<ul>
{section name=i loop=$currencies}<li><a href="#">{if $currencies[i].CID eq $current_currency}{/if}{$currencies[i].Name}</a></li>{/section}
</ul>
</fieldset>
</form>
Ребята, посдкажите почему не работает. Когды выбираешь вылюту из выпадающего списка, то сайт перезагружается и на сайте отображается соотвественно эты выбранная валюта. Щас выбираешь но ничего не происходит. Где ошибка, подскажите плиз?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.