Hello bernard,

Monday, January 12, 2004, 1:47:39 PM, you wrote:

b> I have a field with an URL
b> The value of this in a variable $launch.

b> How can I open this URL automatically ??

PHP itself cannot open a web page, it's a server-side language and
doesn't have any control over the client like that.

What it can do however is echo out the HTML required to make it
happen. Either some JavaScript, or a link with the TARGET attribute
set to be $launch.

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

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

Reply via email to