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 page Hi, You can do something like this: print Location

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

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 page Hi there, I have the following

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. You'd need