inherit
31575
0
Jul 21, 2011 6:09:48 GMT -8
crowleyuk
82
October 2004
crowley
|
Codeing
Sept 1, 2005 2:39:34 GMT -8
Post by crowleyuk on Sept 1, 2005 2:39:34 GMT -8
Hi I have got my forum set up with this code <script type="text/javascript"> <!-- var email="nobody@proboards.com"; // Your E-Mail Address
var a=document.getElementsByTagName("a"); for(e=0;e<a.length;e++) if(a[e].href.match(/action=register/) && !document.getElementsByTagName("td")[5].innerHTML.match(/action=admin/)){ a[e].href="mailto:"+email; } //--> </script> And it's workin brill but were u login in on the right hand side if u click on Create New Account it dont open your email progarme. How do I get around this Thanks Crowley
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Codeing
Sept 1, 2005 4:21:50 GMT -8
Post by Peter on Sept 1, 2005 4:21:50 GMT -8
Code support please
|
|