[Solved] How to open this code on a blank page?

[ad_1]

Setting document.location.href will always load the code in the current page.

Try:

onclick="window.open($(this).attr('href')+$('#suffix4').val()); return false;"

4

[ad_2]

solved How to open this code on a blank page?