我在按鈕上有一個onclick
,但它不能正常工作。錯誤onclick按鈕代碼錯誤?
<a href="javascript:void(0)" class="button" onclick=\'websiteopen("'.$site->page_id.'","fb"), PopupCenter("http://nullrefer.com/?'.$site->facebook.'","Website", "'.$site->id.'", "'.$site->title.'", 1000,500,"fb");jqxAlert.alert("Verifying..<img src=\'http://website.com/_template/images/load.gif'>");$(this).fadeOut().delay(4100).fadeIn();\'><b class="glyphicons thumbs_up" style="height:8px;vertical-align:baseline;padding:2px 9px"><i></i></b> '.$lang['sp17'].'</a>
這是錯誤的東西在這部分代碼:
jqxAlert.alert("Verifying..<img src=\'http://website.com/_template/images/load.gif'>");
問題是什麼?
你需要學習基本的JavaScript字符串語法... –
什麼是這個HREF的文字部分 – harrrrrrry
你需要把? onclick裏面的值(很可能是單引號),你需要關閉''),你需要''標籤中的一些文本。 –