
June 13th, 2001, 06:36 AM
|
 |
Contributing User
|
|
Join Date: Feb 2000
Location: Perth West Australia
Posts: 757
Time spent in forums: 4 h 18 m 32 sec
Reputation Power: 14
|
|
|
Yes but not withut a page refresh, you can set a cookie in javascript that PHP can then access, or you can include a javascript variable in a link or form input, ie
<script>
function go(){
var thisvar="wombat";
location.href='next.php?var='+thisvar;
}
</script>
when called this would redirect to next.php where you can call the variable $var
__________________
resistance is no longer futile :: 423
|