Subversion Repositories SmartDukaan

Rev

Rev 14442 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14442 Rev 14868
Line 1... Line 1...
1
<div style="font-size:1.5em;font-weight:bold;text-align:center;background-color:#ccc;padding:10px;">You are being redirected to <a href="<?php echo $next;?>" style="text-decoration:underline"><?php echo $next;?></a></div>
1
<div style="font-size:1.5em;font-weight:bold;text-align:center;background-color:#ccc;padding:10px;">You are being redirected to <a href="<?php echo $next;?>" style="text-decoration:underline"><?php echo $next;?></a></div>
2
<script type="text/javascript">
2
<script type="text/javascript">
-
 
3
window.onload = function() {
3
    document.location.href = "<?php echo $next;?>";
4
    document.location.href = "<?php echo $next;?>";
-
 
5
}
4
</script>
6
</script>