nextgates
Junior Member
CISCO CCNA & CCNP Certified
Posts: 430
inherit
45437
0
Nov 19, 2007 20:03:59 GMT -8
nextgates
CISCO CCNA & CCNP Certified
430
June 2005
mnagy
|
Post by nextgates on Jun 19, 2005 13:15:55 GMT -8
bnp42.proboards37.comOn my site, how do I make that chat centered? Also, does anyone have a code where it detects what browser you use, and if you don't have firefox it re-directs you?
|
|
inherit
Dork
7641
0
Jul 5, 2007 15:11:01 GMT -8
Jay
12,589
February 2003
trugie
|
Post by Jay on Jun 19, 2005 15:56:23 GMT -8
To redirect, pop this in your footers.
<script type="text/javascript"> <!--
redURL = 'URL TO REDIRECT TO';
var getBro = navigator.appName; if (!getBro.match(/nets/i)) { window.location = redURL; }
//--> </script>
I'm not sure what you mean by centering the chat. Could you be more specific?
Jay
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 19, 2005 22:59:45 GMT -8
Redirect codes are not allowed. Your chat width takes up the entire page so it wouldn't matter whether it was centered or not. Make a little less wide first.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 20, 2005 13:43:24 GMT -8
Redirect codes are not allowed. Your chat width takes up the entire page so it wouldn't matter whether it was centered or not. Make a little less wide first. How come? Is it because of the ad not having enough time to load? If so, then use a timer. That should be allowed.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 20, 2005 22:18:38 GMT -8
Redirect codes are not allowed. Your chat width takes up the entire page so it wouldn't matter whether it was centered or not. Make a little less wide first. How come? Is it because of the ad not having enough time to load? If so, then use a timer. That should be allowed. Yes, a timer I guess would be okay, or maybe a confirm, "do you want to be redirected" or whatever. But straight redirects like Jay's aren't allowed.
|
|