Pages: 1
You are viewing a post by paopao29. View all 6 posts in shortscript addbox put the rightclick reporter, is this possible?? :crybaby: here is the code to addbox :idea: :arrow: var about; try {about = document.createElement("div");} catch (e){about = docu.

 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  
				|  |