Re: Displaying another page

2004-05-28 Thread Omkar Prabhu
if ($name eq "") { include my.html. } - Original Message - From: "Octavian Rasnita" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Werner Otto" <[EMAIL PROTECTED]> Sent: Monday, May 17, 2004 3:38 PM Subject: Re: Displaying another

Re: Displaying another page

2004-05-17 Thread Vadi
On Mon, 17 May 2004 10:13:04 +0100, Werner Otto <[EMAIL PROTECTED]> wrote: Hi there, I have the following situation where I need to call a html page depending on. if($name eq "") { call/display my html page. } Can anyone help me out with the syntax for that one line please. You can do it in

Re: Displaying another page

2004-05-17 Thread Andrew Gaffney
Octavian Rasnita wrote: I have the following situation where I need to call a html page depending on. if($name eq "") { call/display my html page. } > > You can do something like this: > > print "Location: http://www.site.com/file.html\n\n";; > > Teddy I don't think that would work by itself. Yo

Re: Displaying another page

2004-05-17 Thread Octavian Rasnita
Hi, You can do something like this: print "Location: http://www.site.com/file.html\n\n";; Teddy - Original Message - From: "Werner Otto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 17, 2004 12:13 PM Subject: Displaying another p

Displaying another page

2004-05-17 Thread Werner Otto
Hi there, I have the following situation where I need to call a html page depending on. if($name eq "") { call/display my html page. } Can anyone help me out with the syntax for that one line please. -- Kind Regards, Werner Otto -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma