Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
ZTE MF283U 4G Unlocked Router (Used)
ayanthamaxi
Updated:
Sunday at 8:26 PM
ලංකාවේ හොඳම උපකාරක පන්ති සහ ගුරුවරුන් එකම තැනකින් - TopTuition.lk
dulithapathum
Updated:
Saturday at 8:07 AM
Colombo
RidhMathraa ’26 🎶✨
Tmadhusanka
Updated:
Wednesday at 11:58 PM
Ad icon
Colombo
PXN V10 Pro Direct Drive Racing Wheel (Under Warranty)
Abdur Rahman
Updated:
Wednesday at 10:23 PM
Ad icon
USDT ණය සේවාව - USDT Loan Service
පුරවැසියා
Updated:
Wednesday at 4:54 PM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
Elakiri ekata hima watenawoo
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="GTRZ" data-source="post: 170097" data-attributes="member: 1"><p>anna ehema enna malli nikan illan bite wenne nathuwa. <img src="/styles/default/xenforo/smilies/default/yes.gif" class="smilie" loading="lazy" alt=":yes:" title="Yes :yes:" data-shortname=":yes:" /> <img src="/styles/default/xenforo/smilies/default/lol.gif" class="smilie" loading="lazy" alt=":lol:" title="LOL :lol:" data-shortname=":lol:" /></p><p> oyata java script eka one nam menna. mobitel eke dala thiyenneth mekada danna. anyway mekenuth snow fall wenawa. mata mobitel eke script balanna one na.<img src="/styles/default/xenforo/smilies/default/lol.gif" class="smilie" loading="lazy" alt=":lol:" title="LOL :lol:" data-shortname=":lol:" /></p><p></p><p>[CODE]<script type="text/javascript"></p><p></p><p>/******************************************</p><p>* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)</p><p>* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code</p><p>* Last updated Nov 9th, 05' by DD. This notice must stay intact for use</p><p>******************************************/</p><p> </p><p> //Configure below to change URL path to the snow image</p><p> var snowsrc="snow.gif"</p><p> // Configure below to change number of snow to render</p><p> var no = 10;</p><p> // Configure whether snow should disappear after x seconds (0=never):</p><p> var hidesnowtime = 0;</p><p> // Configure how much snow should drop down before fading ("windowheight" or "pageheight")</p><p> var snowdistance = "pageheight";</p><p></p><p>///////////Stop Config//////////////////////////////////</p><p></p><p> var ie4up = (document.all) ? 1 : 0;</p><p> var ns6up = (document.getElementById&&!document.all) ? 1 : 0;</p><p></p><p> function iecompattest(){</p><p> return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body</p><p> }</p><p></p><p> var dx, xp, yp; // coordinate and position variables</p><p> var am, stx, sty; // amplitude and step variables</p><p> var i, doc_width = 800, doc_height = 600; </p><p> </p><p> if (ns6up) {</p><p> doc_width = self.innerWidth;</p><p> doc_height = self.innerHeight;</p><p> } else if (ie4up) {</p><p> doc_width = iecompattest().clientWidth;</p><p> doc_height = iecompattest().clientHeight;</p><p> }</p><p></p><p> dx = new Array();</p><p> xp = new Array();</p><p> yp = new Array();</p><p> am = new Array();</p><p> stx = new Array();</p><p> sty = new Array();</p><p> snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc</p><p> for (i = 0; i < no; ++ i) { </p><p> dx[i] = 0; // set coordinate variables</p><p> xp[i] = Math.random()*(doc_width-50); // set position variables</p><p> yp[i] = Math.random()*doc_height;</p><p> am[i] = Math.random()*20; // set amplitude variables</p><p> stx[i] = 0.02 + Math.random()/10; // set step variables</p><p> sty[i] = 0.7 + Math.random(); // set step variables</p><p> if (ie4up||ns6up) {</p><p> if (i == 0) {</p><p> document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");</p><p> } else {</p><p> document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");</p><p> }</p><p> }</p><p> }</p><p></p><p> function snowIE_NS6() { // IE and NS6 main animation function</p><p> doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;</p><p> doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;</p><p> for (i = 0; i < no; ++ i) { // iterate for every dot</p><p> yp[i] += sty[i];</p><p> if (yp[i] > doc_height-50) {</p><p> xp[i] = Math.random()*(doc_width-am[i]-30);</p><p> yp[i] = 0;</p><p> stx[i] = 0.02 + Math.random()/10;</p><p> sty[i] = 0.7 + Math.random();</p><p> }</p><p> dx[i] += stx[i];</p><p> document.getElementById("dot"+i).style.top=yp[i]+"px";</p><p> document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; </p><p> }</p><p> snowtimer=setTimeout("snowIE_NS6()", 10);</p><p> }</p><p></p><p> function hidesnow(){</p><p> if (window.snowtimer) clearTimeout(snowtimer)</p><p> for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"</p><p> }</p><p> </p><p></p><p>if (ie4up||ns6up){</p><p> snowIE_NS6();</p><p> if (hidesnowtime>0)</p><p> setTimeout("hidesnow()", hidesnowtime*1000)</p><p> }</p><p></p><p></script>[/CODE]</p></blockquote><p></p>
[QUOTE="GTRZ, post: 170097, member: 1"] anna ehema enna malli nikan illan bite wenne nathuwa. :yes: :lol: oyata java script eka one nam menna. mobitel eke dala thiyenneth mekada danna. anyway mekenuth snow fall wenawa. mata mobitel eke script balanna one na.:lol: [CODE]<script type="text/javascript"> /****************************************** * Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html) * Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code * Last updated Nov 9th, 05' by DD. This notice must stay intact for use ******************************************/ //Configure below to change URL path to the snow image var snowsrc="snow.gif" // Configure below to change number of snow to render var no = 10; // Configure whether snow should disappear after x seconds (0=never): var hidesnowtime = 0; // Configure how much snow should drop down before fading ("windowheight" or "pageheight") var snowdistance = "pageheight"; ///////////Stop Config////////////////////////////////// var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = iecompattest().clientWidth; doc_height = iecompattest().clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ie4up||ns6up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>"); } } } function snowIE_NS6() { // IE and NS6 main animation function doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); } dx[i] += stx[i]; document.getElementById("dot"+i).style.top=yp[i]+"px"; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; } snowtimer=setTimeout("snowIE_NS6()", 10); } function hidesnow(){ if (window.snowtimer) clearTimeout(snowtimer) for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden" } if (ie4up||ns6up){ snowIE_NS6(); if (hidesnowtime>0) setTimeout("hidesnow()", hidesnowtime*1000) } </script>[/CODE] [/QUOTE]
Insert quotes…
Verification
Hata thunen beduwama keeyada? (60 bedeema thuna)
Post reply
Top
Bottom