Jump to content
  • 0

Проблема с шаблоном WebAsyst


okunev2
 Share

Question

Есть такой код:

{* 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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy