Page is a not externally linkable
Br3nn4n - 9:45 am on Mar 13, 2008 (gmt 0)
Code: Any ideas? I'm sure this is much easier than I'm making it :P
Using this code, the innerHTML isn't changing. How do I make the innerHTML change? Maybe use setTimeout? <?php
if(isset($_COOKIE['pollchoice']))
echo "<script type='text/javascript' language='javascript'>document.getElementById('pollarea').innerHTML=\"poll results here\"</script>";
?>