hi again,
where do I put focus() in my code?
I need my poppage window will be active/current window...
here's a sample in my one of my 12 pop links
thanks.
where do I put focus() in my code?
I need my poppage window will be active/current window...
here's a sample in my one of my 12 pop links
Code:
<a href="popJobDtls.cfm?jc=200605_2546&posT=Income Auditor" onclick="window.open(this.href, 'poppage', 'status,scrollbars,resizable,width=500,height=350,left=10,top=10,menubar,toolbar'); return false;" class="contentB">
Income Auditor</a>
thanks.