Hey I am having some problems with a javascript:void(window.open). I want it to open a pop-up (which it did before). I updated my template, and each section is in IFrames so I don't have to go through the main index.php and edit the code. Heres my code:
I want that to open a new window with those specs. What it does is it just loads in the iframe, and that never happened before.
Please help!
Thanks!
| Code: |
| <A href="javascript:void(window.open('load/loader.php','client','status=1,width=750,height=600,top=60,left=60'))">Enter</a>
|
I want that to open a new window with those specs. What it does is it just loads in the iframe, and that never happened before.
Please help!
Thanks!
