/ Published in: JavaScript
URL: http://cyberbg.com/SMO/smdemo/
Fun opportunity for smaller users of your site, they can draw a picture composed of emoticons, take the code and send the picture to someone in Skype.
Expand |
Embed | Plain Text
<!-- Copy this code and paste it somwear in the body of your HTML dukument --> <!--SkypeMania start --> <!-- Change top value and left value to change possition over your website. --> <div id="SkypeMania_JavaScript4" style="margin:0;padding:0;position:absolute;left:75px;top:450px;width:310px;height:300px;text-align:left;z-index:112;"> <script type="text/javascript"> savnam=new Array(); nom=0 interface() function interface(){ var le=0; var to=0; var func; document.write('<div id="Layer2" style="position:absolute;background-color:#F9F8F4;left:80px;top:40px;width:220px;height:220px;z-index:110" title="Click to change emoticons">'); for (n=0;n<=9;n++){ for (i=200;i<=209;i++) { savnam[nom]="Image" + i + n; nom++ func= "'"+"Image" + i + n +"'"; document.write('<div id="wb_Image'+ i + n +'" style="margin:0;padding:0;position:absolute;left:'+le +'px;top:'+ to +'px;width:22px;height:22px;text-align:left;z-index:8;"><a onclick="dr('+ func +')"><img src="http://cyberbg.com/SMO/SMimages/1.bmp" id="Image'+ i + n +'" alt="" border="0" style="width:25px;height:25px;"></div>'); le = (le + 22);}le=0;to=(to+22);} document.write('</div>') // change the value of backgraund-color to change BG color of SkypeMania, by default it's #7D9EC0 document.write('<div id="Layer1" style="position:absolute;background-color:#7D9EC0;left:0px;top:0px;width:310px;height:300px;z-index:0" title="">') //Change this caption if you want. document.write('<caption>Draw with emoticons, get the code and send it on Skype.</caption>') kartinkanom=0 le2=5;to2=40; for (red=0;red<=8;red++){ for (kolona=100;kolona<=102;kolona++){ func2= "'"+"Image" + kolona + red +"'" fname="http://cyberbg.com/SMO/SMimages/"+kartinkanom+".bmp" document.write('<div id="wb_Image'+ kolona + red +'" style="margin:0;padding:0;position:absolute;left:'+le2 +'px;top:'+ to2 +'px;width:22px;height:22px;text-align:left;z-index:8;"><a onclick="izbor('+ func2 +')"><img src="'+ fname +'" id="Image'+ kolona + red +'" alt="" border="0" style="width:23px;height:23px;"></div>'); kartinkanom++ le2 = (le2 + 24);}le2=5;to2=(to2+25); }document.write('<div id="wb_tekushta" style="margin:0;padding:0;position:absolute;left:5px;top:265px;width:22px;height:22px;text-align:left;z-index:112;"><a onclick=""><img src="http://cyberbg.com/SMO/SMimages/0.bmp" id="tekushta" alt="" border="0" style="width:22px;height:22px;"></div>') document.write('</div>') //Change button1 value to change the text over the button. document.write('<div id="wb_Button1" style="margin:0;padding:0;position:absolute;left:90px;top:265px;width:80px;height:25px;text-align:left;z-index:112;"><input type="button" id="Button1" onclick="getcode()");return false;" name="" value="Get code for Skype" style="position:absolute;width:200px;height:25px;font-family:Arial;font-size:13px;">') } function dr(idn) { document.getElementById(idn).src=document.getElementById("tekushta").src;} function izbor(idnom) { document.getElementById("tekushta").src=document.getElementById(idnom).src;} function getcode(){var kar="" for (i=0;i<=99;i++){n=i if (n==9||n==19||n==29||n==39||n==49||n==59||n==69||n==79||n==89 ) {delimiter='^'}else{delimiter='w';} kar =kar + document.getElementById(savnam[i]).src + delimiter; kar=kar.replace("http://cyberbg.com/SMO/SMimages/","") kar=kar.replace(".bmp",""); kar=kar.replace("25","27"); kar=kar.replace("11","28"); }; adres ='http://cyberbg.com/SMO/SMpic.php?&data=^'+ kar;window.open(adres);nom=0;} </script> </div> <!--SkypeMania end -->
You need to login to post a comment.
