Anonymous - 2004-05-04

Hi all.

Have looked thru the forums and havn't found anything on this. I'm using phpwslistings and need a currency converter. I have gone into blockmaker to create a block and in the html section I have pasted some simple code, including javascript, which opens a small window currency converter as an external link. Although the code does exactly what it's supposed to outside of phpwebsite, it doesn't work within it, despite the new block being created with the currency converter link. Here's the code.

<a href="http://www.projectspool.com/convert_currency.php?currency_from=USD&currency_to=GBP&amount=7.00&bgcolor=D3DDED&txtcolor=000000" target="_blank" onclick="window.open(this.href, this.target, 'height=260,width=310,resizable=no,toolbar=no,scrollbars=no,statusbar=no,menubar=no,locationbar=no');
    return false;">Currency
  Converter </a>

Any ideas on why this is happening and/or if their are other currency converters I could use?

Thanks!

Tigger