D d455 New Member Mar 13, 2009 #1 Hi. I'm using vb 3.8.1 with cmps, the problem is when loging out the page din't link back to main vb page, help please.
Hi. I'm using vb 3.8.1 with cmps, the problem is when loging out the page din't link back to main vb page, help please.
O omegave New Member Mar 15, 2009 #2 using a simple redirect Step 1 Search languages and phrases HTML: $ Vbphrase [cookieclear] Step 2 FOLLOWING the end added to the script Code: <script LANGUAGE="JavaScript"> var page = "index.php" function redirect () ( location.href = page ) setTimeout ( "redirect ()", 100); </ script>
using a simple redirect Step 1 Search languages and phrases HTML: $ Vbphrase [cookieclear] Step 2 FOLLOWING the end added to the script Code: <script LANGUAGE="JavaScript"> var page = "index.php" function redirect () ( location.href = page ) setTimeout ( "redirect ()", 100); </ script>