I need a bit of help with quotes in javascript function
function jsNewWindow(value){
//window.open ("http://www.javascript-coder.com","mywindow");
window.open("rpt_Distance.php?POST_IN1="+value+","mywindow","width=800,height=600") ;
}
thanks!