J
|
Jane 4/14/2008 |
Hi, {literal}<INPUT class=button onclick="var c=0;if(frmAdmin.elements['selection[]'].length==undefined && frmAdmin.elements['selection[]'].checked) c=1; else for (i=0;i<frmAdmin.elements['selection[]'].length;++i) if (frmAdmin.elements['selection[]'][i].checked) c=1; if(c==0) return true; if (confirm('Do you really want to print these records?')) {frmAdmin.action='categories_print.php';frmAdmin.target='_blank';frmAdmin.submit(); frmAdmin.action='categories_list.php'; frmAdmin.target='_self';}" type=button value="Print selected" disptype="control1"> {/literal} |
![]() |
kujox author 4/15/2008 |
Hi, here is a sample:
|
J
|
Jane 4/15/2008 |
Yes. Just replace INPUT tag with A tag. |