I have been working really hard to "know" HTML. But now I've come up against a wall. I don't know what I'm doing wrong. I took this code:
<!-- start http://exitcashflow.com/get_paid.php?ref=xxxxxxx code -->
<script language="JavaScript">
<!--
window.open('http://exitcashflow.com/get_paid.php?ref=xxxxxxx');
-->
</script>
<!-- end http://exitcashflow.com/get_paid.php?ref=xxxxxxx code -->
And tried to insert it into my website. It didn't work. I thought I'd missed something, so I went to a "Try It" site I use often and it worked. Is because it's not HTML but JavaScript? If this is the case, can anyone tell me if/how I can make it HTML? Thanks for your time and patients.