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


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

solved How to open this code on a blank page?