This forum is mean for sharing with everyone in this world, enjoy and have fun. Anyone who interested to learn Japanese Language or any question feel email to shinohara86@gmail.com or call +60166988603
Welcome to Anything2You. We hope you enjoy your visit. You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free. Join our community! If you're already a member please log in to your account to access all of our features: Anything please email to anythingtoyou1@gmail.com or shinohara86@gmail.com
Group: Admin
Posts: 96
Member No.: 1
Joined: 18-June 09
CODE
<script> /* Quick Access Panel By slayer766 of thecodingzone.com */
var $url = location.href.split("?")[0]
function Center(){ document.forms["REPLIER"].Post.value+="\[align=center\]\[/align\]";} function Right(){ document.forms["REPLIER"].Post.value+="\[align=right\]\[/align\]";} function TopicLink(){ var Topicz = prompt("Enter Topic ID number:",""); if(!Topicz){ alert("You must enter a Topic ID number!"); return; } var Topicz2 = prompt("Enter Topic Name:",""); if(!Topicz2){ alert("You must enter a Topic Name!"); return; } document.forms["REPLIER"].Post.value+="\[url="+$url+"?showtopic="+Topicz+"\]"+Topicz2+"\[/url\]";} function CodeBox(){ document.forms["REPLIER"].Post.value+="\[code\]\[/code\]";} function Quote(){ document.forms["REPLIER"].Post.value+="\[quote\]\[/quote\]";} function Email(){ var Emailz = prompt("Enter email address:",""); if(!Emailz){ alert("You must enter an email address!"); return; } document.forms["REPLIER"].Post.value+="\[email\]"+Emailz+"\[/email\]";} function Image(){ var IMGz = prompt("Enter Image URL below:",""); if(!IMGz){ alert("You must enter an image URL!"); return; } document.forms["REPLIER"].Post.value+="\[img\]"+IMGz+"\[/img\]";}