<!--this partcular field helps in identify the item to be add at the itemadd.php-->
</form>
@ -425,7 +425,7 @@ function preview(form,temp,qtype)
var box = (eval("document."+form+"['mutlichkboxtext[]']["+i+"]"));
id_str += box.value+"|";
}
window.open(temp+'.php?temp=<?=$temp;?>&ques='+ques+'&ans='+id_str+'&qtype='+qtype, 'popup', 'width=800,height=600,scrollbars=yes,toolbar = no, status = no');
window.open(temp+'.php?temp=<?phpecho$temp;?>&ques='+ques+'&ans='+id_str+'&qtype='+qtype, 'popup', 'width=800,height=600,scrollbars=yes,toolbar = no, status = no');
<!--this partcular field helps in identify the item to be add at the itemadd.php-->
</form>
@ -422,7 +422,7 @@ function preview(form,temp,qtype)
var box = (eval("document."+form+"['mutlichkboxtext[]']["+i+"]"));
id_str += box.value+"|";
}
window.open(temp+'.php?temp=<?=$temp;?>&ques='+ques+'&ans='+id_str+'&qtype='+qtype, 'popup', 'width=800,height=600,scrollbars=yes,toolbar = no, status = no');
window.open(temp+'.php?temp=<?phpecho$temp;?>&ques='+ques+'&ans='+id_str+'&qtype='+qtype, 'popup', 'width=800,height=600,scrollbars=yes,toolbar = no, status = no');