Qualtrics Mouseover Help Text


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. function getContent()
  3. {
  4. var help = window.open('','newWin','width=500,height=400');
  5. var html = '<html><head><title></title></head><body>hello</body></html>';
  6. help.document.open();
  7. help.document.write(html);
  8. help.document.close();
  9. }
  10. </script>
  11.  
  12. PBS Team
  13. <br/>
  14. <a href="#" onclick="getContent();">This is Ann's test Code</a>
  15. <br/>
  16. <a href="#" class="tt">
  17. <img src="
  18. https://s.qualtrics.com/CP/Graphic.php?IM=IM_aWCUb4XERTlEBbm" width="20" height="20" style="float:right;border:none;" />
  19. <span class="ttt">
  20. ${q://QID48/QuestionText}
  21. </span>
  22. </a>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.