Do you have something against using a class for interaction with the
Authorize.net URL you are trying to open? It is possible to pass vars to the
page I'm sure but a class would work better in most cases and automate the
process for the customer.

Later,

Bob
"David Johansen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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