javascript - ie SendQuery bug -
i have form jquery
<script type="text/javascript"> var type_service_operator; var param_for_form = "<?php echo $param_for_form;?>"; function showpopup() { var type_service = "<?php echo $type;?>"; var type_service_serv = "<?php echo $type_service_serv;?>"; var pseudo = new array(); var sms = new array(); var podpiska = new array(); if (type_service_serv == 'pseudo'){ $('.pop-inner').empty(); pseudo.push("<a href='#' class='button2' onclick='sendquery();'>продолжить</a>"); ie loads button not send:
<a href="#" class="button2" onclick="sendquery();">subscribe</a>
how can work in ie? other browsers?
Comments
Post a Comment