Pages: 1

 94
 94 0
 0 1969-12-31
 1969-12-31 here is the code to addbox :idea:
here is the code to addbox :idea:
 var about;
try  {about = document.createElement("div");}
catch (e){about = document.createElement("<div>");}
about.innerHTML = "<div class='commonbox'style='margin-botton:15px'>CONTENT HERE</div>";
document.getElementById("2").parentNode.appendChild(about);
now can you share the code for right click reporter that i can put directly in the "CONTENT HERE" many thanks
var about;
try  {about = document.createElement("div");}
catch (e){about = document.createElement("<div>");}
about.innerHTML = "<div class='commonbox'style='margin-botton:15px'>CONTENT HERE</div>";
document.getElementById("2").parentNode.appendChild(about);
now can you share the code for right click reporter that i can put directly in the "CONTENT HERE" many thanks  
				|  | 

 758
 758 0
 0 1969-12-31
 1969-12-31|  | 

 94
 94 0
 0 1969-12-31
 1969-12-31 
				|  | 

 4669
 4669 0
 0 1969-12-31
 1969-12-31|  | 

 94
 94 0
 0 1969-12-31
 1969-12-31 how about the chatbox? can i use the shortscript ?
 how about the chatbox? can i use the shortscript ?
					Last edited by paopao29 (2008-12-18 23:50:35)
|  | 

 4669
 4669 0
 0 1969-12-31
 1969-12-31|  | 
Pages: 1