thank you so much... I got the function working
On Tue, 2003-03-18 at 17:52, Jim Lucas wrote:
> you are trying to include a variable inside a single quoted string.
> 
> change the echo line to this.
> 
> echo "<script language='javascript'>  window.location = '$thepage'>
> </script>";
> 
> Jim
> ----- Original Message -----
> From: "Antoine" <[EMAIL PROTECTED]>
> To: "php list" <[EMAIL PROTECTED]>
> Sent: Tuesday, March 18, 2003 2:52 PM
> Subject: [PHP] php and javascript
> 
> 
> > I wrote a function to redirect my page to another one.   But for some
> > reason I keep getting an error.
> > here is the function I made
> >
> > function js_pointer_login($thepage)
> > {
> >  echo '<script language="javascript">  window.location = '$thepage'
> > </script>';
> > }
> >
> >
> > --
> > Antoine <[EMAIL PROTECTED]>
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
-- 
Antoine <[EMAIL PROTECTED]>


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

Reply via email to