No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
The best is if you make a Form around your Table. After you did that you can send the data to a .php file which does save the array into a Database. What do you know about all that? Can you do that or do you need more help?
You can easily send a new header to the browser, which is done by the Function "header". This will Refresh the Page after one Second and redirect the user to "wherever.php" [CODE=php]header( "refresh:1;url=wherever.php" );[/CODE] Also the "Location" will work. this just redirects to a new location: [CODE=php] header("Location: wherever.php");[/CODE] Hope …
First of all: this is a Javascript issue... so please, next time, add it to the javascript Thread. Thanks. Nevertheless: Use this code after you initialised date "now": [CODE=javascript] hour = now.getHours(); min = now.getMinutes(); sec = now.getSeconds();[/CODE]
The End.
cyrillc