newbie in java
how can i concatenate this properly?
TIACode:URL url = new URL("javascript:window.open(" + href + ", "test", "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,directories=no,location=no,width=400,height=400,left=20,top=20" ));





Reply With Quote