> (this is in a file called index.html)
> <A href="javascript:go_where_my_variable_says('this.php');">this
> page</a>

try this 

<a href="javascript: go_where_my_variable_says('<?php echo
$PHP_SELF;?>');">this page</a>


--
BigDog


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

Reply via email to