I was just wondering if there was any way to turn off the bars at the top of
the browser window with PHP. If not does anyone know a way that I could make
it so that I could pass information from a form to window that I pop open
with javascript. I would either need some way to make the window look just
like a window that was popped up with this:

<SCRIPT LANGUAGE=javascript>
      window.open('https://secure.authorize.net/gateway/transact.dll',
'joe', config='toolbar=0,menubar=0,directories=0,location=0')
      </SCRIPT>

or some way I could pass the info from a form to that opened page.
Thanks,
Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to