Tema: DIV hide
Pogledajte određenu poruku
Staro 14. 12. 2011.   #2
AdriaMart
expert
Expert
 
Avatar AdriaMart
 
Datum učlanjenja: 15.03.2011
Poruke: 518
Hvala: 16
20 "Hvala" u 17 poruka
AdriaMart is on a distinguished road
Default

Dobio sam od kolege savet da preuzmem sve scripte iz koda sa bookmarklet-om i onda bi trebalo da se ''prozorce'' zatvara.


Kôd:
javascript:(function(){s=document.getElementsByTagName('SCRIPT');tx='';sr=[];for(i=0;i<s.length;i++){with(s.item(i)){t=text;if(t){tx+=t;}else{sr.push(src)};}};with(window.open()){document.write('<textarea%20id="t">'+(sr.join("\n"))+"\n\n-----\n\n"+tx+'</textarea><script%20src="http://jsbeautifier.org/beautify.js"></script><script>with(document.getElementById("t")){value=js_beautify(value);with(style){width="99%";height="99%";borderStyle="none";}};</script>');document.close();}})();

Kako da implemeniram ovo u svoj kod?
__________________
I'm not sexy and I know IT!
AdriaMart je offline   Odgovorite uz citat