Session::set_flash( 'notification', 'You have been successfully signed-up! Thanks...' ); Session::set_flash( 'location', 'sign-in' ); $this->response->redirect( 'notification' );
<?php echo '<p class="bold">' . Session::get_flash( 'notification' ) . '</p>'; echo '<br /><p><a href="' . Session::get_flash( 'location' ) . '">Redirecting now...</a> Press Alt + F4 for a quick IQ test!</p>'; ?> [removed] setTimeout( function() { [removed].replace( '<?php echo Session::get_flash( 'location' ); ?>' ); }, 1000 * 3 ); [removed]
Raitis Stengrevics wrote on Saturday 21st of May 2011:I feel bad about this forum engine... it rapes the code. Anyway, I meant there a JScript and s-c-r-i-p-t and w-i-n-d-o-w-.-l-o-c-a-t-i-o-n.
It looks like you're new here. If you want to get involved, click one of these buttons!