Redirect Page
You may redirect a page in 2 ways:
- Check on the "This is a Link" checkbox in page property, and inut the URL link where you want to jump to.
- Put following code on your redirect page.
1 2 3 | <script type= "text/javascript" >
</script>
|
Note: Please uncomments the code in real scenario.
|