Can I pass the below parameter in the ONLOAD Function.
status=no, toolbar=no, menubar=no, scrollbars=yes
If Yes, Can you pls help me.
I’am calling a PHP program so after the page is loaded I don’t want the Menubar, toolbar, scrollbar & at the same time I want to capture $HTTP_REFERER.
I have tried calling the PHP file via Javascript & it open fine without menubar, toolbar etc. but does not cature $HTTP_REFERER.
AND If I call it without the Javascript then it captures the $HTTP_REFERER but menubar, toolbar etc it visible…
Thanks in advance