0
我想讓我的JavaScript在IE7中工作,在所有其他瀏覽器中都能順暢地運行。IE7中的JavaScript小書籤
document.write('<li><a class="bookmarklet" href="javascript:x=document;a=encodeURIComponent(x.location.href);t=encodeURIComponent(x.title);d=encodeURIComponent('+selection+');open(\'<?php echo createURL('bookmarks', $GLOBALS['user']); ?>?action=add&popup=1&address=\'+a+\'&title=\'+t+\'&description=\'+d,\'<?php echo jsEscTitle($GLOBALS['sitename']); ?>\',\'modal=1,status=0,scrollbars=1,toolbar=0,resizable=1,width=790,height=465,left=\'+(screen.width-790)/2+\',top=\'+(screen.height-425)/2);void 0;"><?php echo jsEscTitle(sprintf(T_('Share with %s '), $GLOBALS['sitename'])); ?><\/a><\/li>');
感謝您的幫助。
謝謝。
究竟是什麼問題?你會得到什麼錯誤?此外,你的代碼包含PHP,這在上下文中是沒有意義的。請顯示最終的呈現代碼 – 2010-10-24 10:00:51
謝謝Pekka。我所得到的是一個非常普遍的錯誤,無效的論點。 – SKD 2010-10-24 10:03:26