Mitrovica Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Mitrovica Forum

Forumi I mitrovicasve
 
ForumPortaliLatest imagesRegjistrohuidentifikimi

 

 tuto ne java script

Shko poshtė 
AutoriMesazh
Bujarmehmeti
Admin
Bujarmehmeti


Numri i postimeve : 325
Age : 32
Location : Mitrovica
Registration date : 26/06/2008

tuto ne java script Empty
MesazhTitulli: tuto ne java script   tuto ne java script Icon_minitimeTue Jul 29, 2008 8:41 am

tuto ne java script
--------------------------------------------------------------------------------

qe qetu jan do sene te punuara ne java script
ju veq qitni ne NotePad edhe bani Save As edeh prapashtesen .html ose .htm edhe qelni me Internet Explorer

<style>
<!--
.skin0 {
position:absolute;
text-align:left;
width:200px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
visibility:hidden;
}
.skin1 {
cursor:default;
font:menutext;
position:absolute;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
width:120px;
background-color:menu;
border:1 solid buttonface;
visibility:hidden;
border:2 outset buttonhighlight;
}
.menuitems {
padding-left:15px;
padding-right:10px;
}
-->
</style>

<SCRIPT LANGUAGE="JavaScript1.2">

<!-- Begin
var menuskin = "skin1"; // skin0, or skin1
var display_url = 0; // Show URLs in status bar?
function showmenuie5() {
var rightedge = document.body.clientWidth-event.clientX;
var bottomedge = document.body.clientHeight-event.clientY;
if (rightedge < ie5menu.offsetWidth)
ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
else
ie5menu.style.left = document.body.scrollLeft + event.clientX;
if (bottomedge < ie5menu.offsetHeight)
ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
else
ie5menu.style.top = document.body.scrollTop + event.clientY;
ie5menu.style.visibility = "visible";
return false;
}
function hidemenuie5() {
ie5menu.style.visibility = "hidden";
}
function highlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "highlight";
event.srcElement.style.color = "white";
if (display_url)
window.status = event.srcElement.url;
}
}
function lowlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "";
event.srcElement.style.color = "black";
window.status = "";
}
}
function jumptoie5() {
if (event.srcElement.className == "menuitems") {
if (event.srcElement.getAttribute("target") != null)
window.open(event.srcElement.url, event.srcElement.getAttribute("target"));
else
window.location = event.srcElement.url;
}
}
// End -->
</script>


<!-- STEP 2: Copy this code into the BODY of your HTML document -->



<div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5();">
<div class="menuitems" url="javascript:history.back();">Go Back</div>
<div class="menuitems" url="http://net">Go Home</div>
<div class="menuitems" url="http://www.yahoo.com">Go To Hell</div>
<hr>
<div class="menuitems" url="http://.net">Chat</div>
<div class="menuitems" url="http://www.2.html">SITE ID</div>
<hr>
<div class="menuitems" url="http://www.geocities.com">Page</div>
<div class="menuitems" url="http://cjb.net/links.html">Links</div>
</div>
<script language="JavaScript1.2">
if (document.all && window.print) {
ie5menu.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;
}
</script>


-----------------------------------------------------------------------------------------------


<script language="JavaScript1.2">

hex=765

function fadetext(){
if(hex>0) {
hex-=10;
document.getElementById("sample").style.color="rgb("+hex+","+hex+","+hex+")";
setTimeout("fadetext()",20);
}
else
hex=890
}
</script>

<div id="sample" style="width:100%"><h3>http://www34.brinkster.com/gaurav000 </h3></div>
<button onClick="fadetext()">Fade Text</button>
Mbrapsht nė krye Shko poshtė
http://mhg-crew.at.ua/
Bujarmehmeti
Admin
Bujarmehmeti


Numri i postimeve : 325
Age : 32
Location : Mitrovica
Registration date : 26/06/2008

tuto ne java script Empty
MesazhTitulli: Re: tuto ne java script   tuto ne java script Icon_minitimeTue Jul 29, 2008 8:41 am

<SCRIPT language="JavaScript">

<!-- Begin From Here
var osd = " "
osd +="Welcome to http://www34.brinkster.com/gaurav000...";
osd +="The best hacking web site By Gaurav_Raj420---> ";
osd +=" liiiiiiiiii_iiiiiiiiiil---> Enj0Y!!!! ";
osd +="xxxliiiiiiiiii_iiiiiiiiiilxxx";
var timer;
var msg = "";
function scrollMaster () {
msg = customDateSpring(new Date())
clearTimeout(timer)
msg += " " + showtime() + " " + osd
for (var i= 0; i < 100; i++){
msg = " " + msg;
}
scrollMe()
}
function scrollMe(){
window.status = msg;
msg = msg.substring(1, msg.length) + msg.substring(0,1);
timer = setTimeout("scrollMe()", 200);
}
function showtime (){
var now = new Date();
var hours= now.getHours();
var minutes= now.getMinutes();
var seconds= now.getSeconds();
var months= now.getMonth();
var dates= now.getDate();
var years= now.getYear();
var timeValue = ""
timeValue += ((months >9) ? "" : " ")
timeValue += ((dates >9) ? "" : " ")
timeValue = ( months +1)
timeValue +="/"+ dates
timeValue +="/"+ years
var ap="A.M."
if (hours == 12) {
ap = "P.M."
}
if (hours == 0) {
hours = 12
}
if(hours >= 13){
hours -= 12;
ap="P.M."
}
var timeValue2 = " " + hours
timeValue2 += ((minutes < 10) ? ":0":":") + minutes + " " + ap
return timeValue2;
}
function MakeArray(n) {
this.length = n
return this
}
monthNames = new MakeArray(12)
monthNames[1] = "Janurary"
monthNames[2] = "February"
monthNames[3] = "March"
monthNames[4] = "April"
monthNames[5] = "May"
monthNames[6] = "June"
monthNames[7] = "July"
monthNames[8] = "August"
monthNames[9] = "Sept."
monthNames[10] = "Oct."
monthNames[11] = "Nov."
monthNames[12] = "Dec."
daysNames = new MakeArray(7)
daysNames[1] = "Sunday"
daysNames[2] = "Monday"
daysNames[3] = "Tuesday"
daysNames[4] = "Wednesday"
daysNames[5] = "Thursday"
daysNames[6] = "Friday"
daysNames[7] = "Saturday"
function customDateSpring(oneDate) {
var theDay = daysNames[oneDate.getDay() +1]
var theDate =oneDate.getDate()
var theMonth = monthNames[oneDate.getMonth() +1]
var dayth="th"
if ((theDate == 1) || (theDate == 21) || (theDate == 31)) {
dayth="st";
}
if ((theDate == 2) || (theDate ==22)) {
dayth="nd";
}
if ((theDate== 3) || (theDate == 23)) {
dayth="rd";
}
return theDay + ", " + theMonth + " " + theDate + dayth + ","
}
scrollMaster();
// End -->
</SCRIPT>
<SCRIPT>

var message = new Array() // leave this as is

message[0] = "";
message[1] = "";
message[2] = "";
message[3] = "";
message[4] = "";
message[5] = ""
message[6] = ""
message[7] = ""
message[8] = ""
message[9] = ""
message[10] = ""
message[11] = ""
message[12] = ""

var reps = 2

var speed = 808

var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
function doTheThing(){
T=message[mC];
A();}
function A(){
s++
if(s>15){s=1}
if(s==1){document.title='G'+T+' '}
if(s==2){document.title='GA'+T+' '}
if(s==3){document.title='GAU'+T+' '}
if(s==4){document.title='GAUR'+T+' '}
if(s==5){document.title='GAURA'+T+' '}
if(s==6){document.title='GAURAV'+T+' '}
if(s==7){document.title='GAURAV H'+T+' '}
if(s==Cool{document.title='GAURAV Ha'+T+' '}
if(s==9){document.title='GAURAV Hac'+T+' '}
if(s==10){document.title='GAURAV Hack'+T+' '}
if(s==11){document.title='GAURAV HackZ'+T+' '}
if(s==12){document.title='GAURAV HACKZO'+T+' '}
if(s==13){document.title='GAURAV HACKZON'+T+' '}
if(s==14){document.title='GAURAV HACKZONE'+T+' ' }
if(s==15){document.title='BY : GAURAV_RAJ420'+T+' '}


if(C<(15*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
doTheThing();}}
doTheThing();

</SCRIPT>


--------------------------------------------------------------------------------------



<SCRIPT>

var message = new Array()

message[0] = "";
message[1] = "";
message[2] = "";
message[3] = "";
message[4] = "";
message[5] = "";
message[6] = "";
message[7] = ""
message[8] = ""
message[9] = ""
message[10] = ""
message[11] = ""
message[12] = ""


var reps = 2


var speed = 500


var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
function doTheThing(){
T=message[mC];
A();}
function A(){
s++
if(s>12){s=1}
if(s==1){document.title='G'+T+' '}
if(s==2){document.title='Ga'+T+' '}
if(s==3){document.title='Gau'+T+' '}
if(s==4){document.title='Gaur'+T+' '}
if(s==5){document.title='Gaura'+T+' '}
if(s==6){document.title='Gaurav'+T+' '}
if(s==7){document.title='Gaurav R'+T+' '}
if(s==Cool{document.title='Gaurav Ra'+T+' '}
if(s==9){document.title='Gaureav Raj'+T+' '}
if(s==10){document.title='Gaurav Raj4'+T+' '}
if(s==11){document.title='Gaurav Raj42'+T+' '}
if(s==12){document.title='Gaurav Raj420'+T+' '}







if(C<(12*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
doTheThing();}}
doTheThing();

</SCRIPT>



--------------------------------------------------------
Mbrapsht nė krye Shko poshtė
http://mhg-crew.at.ua/
Bujarmehmeti
Admin
Bujarmehmeti


Numri i postimeve : 325
Age : 32
Location : Mitrovica
Registration date : 26/06/2008

tuto ne java script Empty
MesazhTitulli: Re: tuto ne java script   tuto ne java script Icon_minitimeTue Jul 29, 2008 8:42 am

-------------------------------------------------------------------------


<SCRIPT language=JavaScript>
<!--
function Gaurav()
{window.status = "{illiiliillillii} Created By ---> Gaurav_Raj420 {illiiliillillii}";
setTimeout("raj()",100);
}
function raj()
{window.status = "{llilililiiilill} Created By ---> Gaurav_Raj420 {llilililiiilill}";
setTimeout("gks()",100);
}
function gks()
{window.status = "{iililillliliil} Created By ---> Gaurav_Raj420 {iililillliliill}";
setTimeout("Gaurav()",100);
}
Gaurav();
// -->
</SCRIPT>
</SCRIPT>



---------------------------------------------------------------


<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
if(document.layers || document.all) {
a = 1;
setInterval("Jump()", 100);
}
function Jump() {
a = a + 1;
self.moveBy((Math.random() * a * 2 - a), (Math.random() * a * 2) - a);
}
// End -->
</script>
</script>



--------------------------------------------------------



<SCRIPT language=JavaScript>
tempo = 50;
chars = 10;
texto = "Created By Gaurav_Raj420";
wtexto = new Array(33);
wtexto[0] = texto;
blnk = " ";
for (i = 1; i < 32; i++) {
b = blnk.substring(0, i);
wtexto[i] = "";
for (j = 0; j < texto.length; j++) wtexto[i] = wtexto[i] + texto.charAt(j) + b;
}
function gaurav() {
if (chars > -1) str = wtexto[chars];
else str = wtexto[0];
if (chars-- < -40) chars = 31;
status = str;
clearTimeout(tempo);
tempo = setTimeout("gaurav()", 60);
}
gaurav()
</SCRIPT>


----------------------------------------------------


Billy the Kid
View Public Profile
Send a private message to Billy the Kid
Find More Posts by Billy the Kid
Add Billy the Kid to Your Buddy List

03-30-2007, 02:41 PM
Mbrapsht nė krye Shko poshtė
http://mhg-crew.at.ua/
Bujarmehmeti
Admin
Bujarmehmeti


Numri i postimeve : 325
Age : 32
Location : Mitrovica
Registration date : 26/06/2008

tuto ne java script Empty
MesazhTitulli: Re: tuto ne java script   tuto ne java script Icon_minitimeTue Jul 29, 2008 8:43 am

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><iframe id="receiptroll" width=200px height=150px src="receipt.htm"></iframe></td>
</tr>
<tr>
<td><table border="2" width="200" cellspacing="0" cellpadding="0" bgcolor="#000000"
style="border-color:black" onClick="previouskey=event.srcElement.innerText">
<tr>
<td width="100%" bgcolor="#FFFFFF" id="result"
style="font:bold 20px Verdana;color:black;text-align='right'">0</td>
</tr>
<tr>
<td width="100%" valign="middle" align="center"><table border="0" width="100%"
cellspacing="0" cellpadding="0" style="font:bold 20px Verdana;color:white">
<tr>
<td width="80%" align="center"><table border="1" width="100%" cellspacing="0"
cellpadding="0" style="cursor:hand;font:bold 20px Verdana;color:white"
onMouseover="if (event.srcElement.tagName=='TD')event.srcElement.style.color='yellow'"
onMouseout="event.srcElement.style.color='white'" onselectStart="return false"
onClick="calculate()" height="82">
<tr>
<td width="25%" align="center" height="17">7</td>
<td width="25%" align="center" height="17">8</td>
<td width="25%" align="center" height="17">9</td>
<td width="25%" align="center" height="17">/</td>
</tr>
<tr>
<td width="25%" align="center" height="19">4</td>
<td width="25%" align="center" height="19">5</td>
<td width="25%" align="center" height="19">6</td>
<td width="25%" align="center" height="19">*</td>
</tr>
<tr>
<td width="25%" align="center" height="19">1</td>
<td width="25%" align="center" height="19">2</td>
<td width="25%" align="center" height="19">3</td>
<td width="25%" align="center" height="19">-</td>
</tr>
<tr>
<td width="25%" align="center" height="19">0</td>
<td width="25%" align="center" height="19"
onClick="pn();previouskey=1;event.cancelBubble=true">+/-</td>
<td width="25%" align="center" height="19">.</td>
<td width="25%" align="center" height="19">+</td>
</tr>
</table>
</td>
<td width="20%"><div align="left"><table border="1" width="100%" cellspacing="0"
cellpadding="0">
<tr>
<td width="100%" style="cursor:hand;font:bold 20px Verdana;color:white;text-align:center"
onClick="result.innerText=0;results='';receiptmemory=''"
ondblclick="receiptroll.rolls.innerHTML=''" onselectStart="return false">C</td>
</tr>
</table>
</div><div align="left"><table border="1" width="100%" cellspacing="0" cellpadding="0"
height="81">
<tr>
<td width="100%" style="cursor:hand;font:bold 32px Verdana;color:white;text-align:center"
onMouseover="event.srcElement.style.color='yellow'"
onMouseout="event.srcElement.style.color='white'" onClick="calculateresult()">=</td>
</tr>
</table>
</div></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
- Double click "C" to clear receipt<br>
- Press "=" multiple times to insert line brreaks

<script language="JavaScript1.2">


var results=''
var previouskey=''
var re=/(\/|\*|\+|-)/
var re2=/(\/|\*|\+|-){2}$/
var re3=/.+(\/|\*|\+|-).+/
var re4=/\d|\./
var re5=/^[^\/\*\+].+\d$/
var re6=/\./
var receiptmemory=''

function calculate(){
if (event.srcElement.tagName=="TD"){
if (event.srcElement.innerText.match(re4)&&previouskey=="="){
results=''
receiptmemory=''
}
if (result.innerText.match(re3)&&event.srcElement.innerText.match(re)){
if (!results.match(re5)){
result.innerText="Error!"
return
}
results=eval(results)
if (results.toString().length>=12&&results.toString().match(re6))
results=results.toString().substring(0,12)
result.innerText=results
}

results+=event.srcElement.innerText
receiptmemory+=event.srcElement.innerText
if (results.match(re2)){
receiptmemory=results.substring(0,results.length-2)+results.charAt(results.length-1)
results=results.substring(0,results.length-2)+results.charAt(results.length-1)
}

result.innerText=results
}
}

function calculateresult(){
if (receiptmemory==''){
receiptroll.rolls.insertAdjacentHTML("beforeEnd",'<br>')
receiptroll.window.scrollBy(0,500)
return
}

if (!results.match(re5)){
result.innerText="Error!"
return
}
results=eval(results)
if (results.toString().length>=12&&results.toString().match(re6))
results=results.toString().substring(0,12)
result.innerText=results


if (receiptmemory.charAt(0)=="/")
receiptroll.rolls.insertAdjacentHTML("beforeEnd",'%')
else
receiptroll.rolls.insertAdjacentHTML("beforeEnd",receiptmemory.charAt(0))

for (i=1;i<receiptmemory.length;i++){
if (receiptmemory.charAt(i).match(re)){
if (receiptmemory.charAt(i)=="/")
receiptroll.rolls.insertAdjacentHTML("beforeEnd",'<br>%')
else
receiptroll.rolls.insertAdjacentHTML("beforeEnd",'<br>'+receiptmemory.charAt(i))
}
else
receiptroll.rolls.insertAdjacentHTML("beforeEnd",receiptmemory.charAt(i))
}
receiptroll.rolls.insertAdjacentHTML("beforeEnd",'<br>')

receiptmemory=''
receiptroll.rolls.insertAdjacentHTML("beforeEnd",'------<br>'+results+'<br>')
receiptroll.window.scrollBy(0,500)
}



function pn(){
if (result.innerText.charAt(0)!='-')
result.innerText=results=receiptmemory='-'+result.innerText
else if (result.innerText.charAt(0)=='-')
result.innerText=results=receiptmemory=result.innerText*(-1)
}

</script>




-------------------------------------------------------------------------
Mbrapsht nė krye Shko poshtė
http://mhg-crew.at.ua/
Sponsored content





tuto ne java script Empty
MesazhTitulli: Re: tuto ne java script   tuto ne java script Icon_minitime

Mbrapsht nė krye Shko poshtė
 
tuto ne java script
Mbrapsht nė krye 
Faqja 1 e 1

Drejtat e ktij Forumit:Ju nuk mund ti pėrgjigjeni temave tė kėtij forumi
Mitrovica Forum :: Ebook-s and Turiale-
Kėrce tek: