Skip to content

Instantly share code, notes, and snippets.

@Joseph7451797
Last active August 29, 2015 14:05
Show Gist options
  • Save Joseph7451797/12d0068e9a263d0648f9 to your computer and use it in GitHub Desktop.
Save Joseph7451797/12d0068e9a263d0648f9 to your computer and use it in GitHub Desktop.
<b:if cond='data:blog.isMobile'>
<b:else/>
<div id="popup">
<span class="cross">X</span>
<p style="padding-left: 5px;line-height: 200%">簡單文字說明,依自己需求寫入任意文字</p>
<span class="closebutton">取消</span>
<span class="goquestion" ><a href="javascript: void(window.open('問卷網址'.concat(encodeURIComponent(document.title)) .concat(' ') .concat(encodeURIComponent(location.href)),'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=650,width=700'));">填問卷去</a></span>
</div>
</b:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment