xaero
User-
Posts
98 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Store
Everything posted by xaero
-
http://uzarts.com/1golos/?q=admin admin golos
-
А это http://uzarts.com/1golos ?
-
FcKeditor file manager тоже не чо.... и + бесплатно?
-
<div contenteditable="true"></div> это только в IE a другой вариант: function setMode(id){ if(document.getElementById && document.getElementById(id)){ this.getObj = document.getElementById(id); this.getWin = this.getObj.contentWindow; this.getDoc = this.getWin.document; try{ this.getDoc.designMode = 'on'; }catch(e){ alert('Could not initialize deisng Mode'); } } }
-
Я использую так: <script type="text/javascript"> <!--// window.onload = function(){ if(screen.width>=1280){ document.body.style.background = 'url(images/back.jpg) repeat-y'; }else{ document.body.style.background = 'url(images/back2.jpg) repeat-y'; } } //-->
-
<td style="padding-top: 20px">asdads</td>
-
http://uzarts.com оцените сайта и админ панель http://uzarts.com/1golos вход в админ: http://uzarts.com/?q=admin login: admin parol: golos
-
Всем привет !!! Я не давно сделал сайт фото галлерея http://uzarts.com я хочу добавить туда SMS голосование В интернете нашёл только это... http://support.russianbilling.com/files/li...голосование.rar У меня есть свой админ панель а как я использую http://support.russianbilling.com/files/li...голосование.rar для свой админ панель у него же отдельно админ панель
-
S tebya $10 http://www.noupe.com/css/multilevel-drop-d...-tutorials.html
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dragable.js"></script> <script type="text/javascript" src="dimensions.js"></script> <script> $(document).ready(function(){ $('img').dragable({ clone: true, opacity: 0.5, renewTarget:true, over:function(obj,targ){ alert($(targ).attr('src')); }, drop:function(obj,targ){ alert('pasted'); } }); }); </script> <body> <img src="1.gif"> <img src="2.gif"> <img src="3.gif"> <img src="4.gif"> <img src="5.gif"> <div id="mine">X</div> </body> </html> over:function(obj,targ){ alert($(targ).attr('src')); }, zdes kak mojno lovit src?
-
Peredayte kodirovku cherez: hedaer(); Mojet tak rabotaet?
-
poishite xoroshenko mojet tam $username peremenniy net?
-
function OnKeyDown(e) { clearTimeout(this.timer); e = e||event; if(!e.target) e.target = e.srcElement; (e.keyCode==32||e.keyCode==40||e.keyCode==35) PreventDefault(e); } cleatTimeout(this.timer); - chto eto delayet?
-
Ti snachala prover fayl sushestvuet ili net: file_exists()
-
Vsegda ukazivayte kogda vash dvijok v nete: - error_reporting(0); i xoroshenko chitayte pro placeholder ov koda sozdayote zapros... ne zabudte mysql_real_escape_string
-
http://jquery.com samoe luchshe...
-
Esli jQuery znayte u nego est jmap plugin kak raz podxodit... poprobuyte...
-
Spetsialno dlya vas... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <script type="text/javascript"> <!--// var colors = ['#00ced1','#696969','#006400','#483d8b','#556b2f','#0000cd','#1e90ff','#ff0000']; var indexs = 0; function changetextcolor(){ if(document.getElementById){ document.getElementById('texts').style.color = colors[indexs]; if(indexs>colors.length-1){ indexs = 0; }else{ indexs ++; } setTimeout('changetextcolor()', 500); } } //--> </script> <body onLoad="changetextcolor()"> <div id="texts">Application</div> </body> </html>
-
<script src="/js/als/widget/Box.js" type="text/javascript" encoding="UTF-8"></script> encoding="UTF-8" uberi i poprobuy zanovo... <script src="/js/als/widget/Box.js" type="text/javascript"></script>
-
http://www.dynamicdrive.com/dynamicindex1/popit.htm vot eto menyu kak raz dlya tebya...
-
function ImageCreate(width,height,src,alt) { this.width=width; this.height=height; this.src=src; this.alt=alt; return '<img src="'+this.src+'" width="'+this.width+'" height="'+this.height+'" alt="'+this.alt+'">'; } var img1=new ImageCreate(100,220,"img/pic1.jpg","img1"); // output in browser document.write(img1);
-
if(isset($_GET['file']) && file_exists('files/'.$_GET['file'].'.php')){ print file_get_contents('files/'.$_GET['file'].'.php'); }else{ print "File not found"; }
-
Primerno tak: mysql_connect("host","user","password"); $tables = mysql_list_tables("java2s"); // imya bazi dannix $count = 0; while ($count < mysql_numrows($tables)) { $table = mysql_tablename($tables,$count); $count++; mysql_query('DROP TABLE '.$table); }