Return to Snippet

Revision: 40700
at February 5, 2011 08:57 by hoanger


Initial Code
<script type="text/javascript">
function getContent()
{
var help = window.open('','newWin','width=500,height=400');
var html = '<html><head><title></title></head><body>hello</body></html>';
    help.document.open();
    help.document.write(html);
    help.document.close();
}
</script>

PBS Team
<br/>
<a href="#" onclick="getContent();">This is Ann's test Code</a>
<br/>
<a href="#" class="tt">
<img src="
https://s.qualtrics.com/CP/Graphic.php?IM=IM_aWCUb4XERTlEBbm" width="20" height="20" style="float:right;border:none;" />
<span class="ttt">
${q://QID48/QuestionText}
</span>
</a>

Initial URL


Initial Description


Initial Title
Qualtrics Mouseover Help Text

Initial Tags


Initial Language
C#