Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: HTML Forum:
HTML tools

 

 


gre dork
Senior Member


Dec 23, 2005, 2:59 AM

Post #1 of 9 (798 views)
Shortcut
HTML tools Can't Post

SCROLL BAR CHANGING COLORS:

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>
<script language=javascript>
/*---------------[IE 5.5 Scrollbars colorer]--------------------*/
function scrollBar(line,face,theme)
{
if (!line||!face)
{
line=null;
face=null;
switch(theme) // Predefined themes
{
case "blue":
var line="#000000";
var face="#EBF5FF";
break;
case "orange":
var line="#78AAFF";
var face="#EBF5FF";
break;
case "red":
var line="#FF7979";
var face="#FFE3DD";
break;
case "green":
var line="#00C600";
var face="#D1EED0";
break;
case "neo":
var line="#000000";
var face="#DEDFE2";
break;
}
}

with(document.body.style)
{
scrollbarDarkShadowColor=line;
scrollbar3dLightColor=line;
scrollbarArrowColor="black";
scrollbarBaseColor=face;
scrollbarFaceColor=face;
scrollbarHighlightColor=face;
scrollbarShadowColor=face;
scrollbarTrackColor="#999999";
}
}

/*------------------[Pointer coordinates catcher]---------------*/
function colorBar(){
var w = document.body.clientWidth;
var h = document.body.clientHeight;
var x = event.clientX;
var y = event.clientY;
if(x>w) scrollBar('#000000','#B4B3B3'); // Your colors
else scrollBar(null,null,"neo"); // A predefined theme
}

if (document.all){
scrollBar(null,null,"neo");
document.onmousemove=colorBar;
}
//-->
</script>

<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

</body>

</html>

CLOCK

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Scripts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Olhe a sua
barra de Status</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Júnior">
<META NAME="GENERATOR" CONTENT="Microsoft FrontPage 4.0">
<SCRIPT LANGUAGE="JavaScript">

<!--

//The Web's Best: Status Bar Clock

// Created and Copyright (c) 1997 Brian Powell. All rights reserved.

// http://www.bright.net/~jasrpfam/webdesign/

//You may use and change this script if you retain all of this header.



function updatingClock()

{

jstime = new Date()

hours = jstime.getHours()

if (hours == 12){ampm="pm"}

if (hours > 12){ampm="am"

hours = hours-12}

if (hours < 12){ampm="pm"}

if (hours == 0){hours=12

ampm="am"}

minutes = jstime.getMinutes()

if (minutes<10){minpre = "0"

minpre +=minutes

minutes=minpre}

seconds = jstime.getSeconds()

if (seconds<10){secpre = "0"

secpre +=seconds

seconds=secpre}

timestring = "A hora exata é... - "

timestring +=hours

timestring +=":"

timestring +=minutes

timestring +=":"

timestring +=seconds

timestring +=ampm

window.status = timestring

timerID=setTimeout("updatingClock()",1000);

}

//-->

</SCRIPT>
</head>

<body TEXT="#FFFFFF" BGCOLOR="#000000" LINK="#FF0000" VLINK="#FF0000" ALINK="#FF0000" onLoad="updatingClock()">

<CENTER><FONT SIZE=+4>Scripts</FONT></CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;Olhe a sua barra de Status!</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

<CENTER>&nbsp;</CENTER>

</BODY>
</HTML>

WITH THE COMANDS BELOW, PPL ARE UNABLE TO COPY YOUR WEB SITE'S CONTENT:

<title>JavaSite - JavaScripts</title>
</head>

<body>
<script language="JavaScript"><!--
function verfonte()
{
if (event.button==2)
{
window.alert('Direitos negados.\n\nClique em Ok, para continuar.')
}
}
document.onmousedown=verfonte
// --></script>


<p align="center"><small><small><font face="MS Sans Serif"><strong></strong></font></small></small></p>
</body>
</html>

That's it, hope you enjoin!


"Visa is just a credit card company, retard. "

- TazG, on visas.



I_M_Dead1234
Senior Member


Dec 23, 2005, 8:09 AM

Post #2 of 9 (792 views)
Shortcut
Re: [gre dork] HTML tools [In reply to] Can't Post

What? Crazy



RuneScape:Neon Zidane1(my friend's)
Cleowin Resources-My schoolmate's new forum
My forum- 200+Members-Recuriting Mods,Join and PM me


coolgreen44
Senior Member

Dec 23, 2005, 9:13 AM

Post #3 of 9 (790 views)
Shortcut
Re: [I_M_Dead1234] HTML tools [In reply to] Can't Post

Best Html tool is notepad.


Cybernations


I_M_Dead1234
Senior Member


Dec 23, 2005, 9:15 AM

Post #4 of 9 (789 views)
Shortcut
Re: [coolgreen44] HTML tools [In reply to] Can't Post


In Reply To
Best Html tool is notepad.



FrontPage or Dreamweaver...you can enter plain HTML in them. Notepad drinks urine.



RuneScape:Neon Zidane1(my friend's)
Cleowin Resources-My schoolmate's new forum
My forum- 200+Members-Recuriting Mods,Join and PM me


mastermalik5
Enthusiast


Dec 25, 2005, 3:07 PM

Post #5 of 9 (785 views)
Shortcut
Re: [I_M_Dead1234] HTML tools [In reply to] Can't Post

which is better and easier, frontpage or dreamweaver?



Dis is my sig and I hope you like it!
Join TK's forums! http://fgfcheating.jconserv.net,


I_M_Dead1234
Senior Member


Dec 25, 2005, 3:34 PM

Post #6 of 9 (784 views)
Shortcut
Re: [mastermalik5] HTML tools [In reply to] Can't Post

both are nice.



RuneScape:Neon Zidane1(my friend's)
Cleowin Resources-My schoolmate's new forum
My forum- 200+Members-Recuriting Mods,Join and PM me


SkillzDatKillz
Senior Member


Dec 26, 2005, 1:45 PM

Post #7 of 9 (780 views)
Shortcut
Re: [I_M_Dead1234] HTML tools [In reply to] Can't Post


In Reply To

In Reply To
Best Html tool is notepad.



FrontPage or Dreamweaver...you can enter plain HTML in them. Notepad drinks urine.


Thats only because you need a WYSIWYG editor, If your knowledgable of HTML Notepad IS the best.


Athlon XP
Veteran


Dec 27, 2005, 4:11 AM

Post #8 of 9 (775 views)
Shortcut
Re: [SkillzDatKillz] HTML tools [In reply to] Can't Post

I like Metapad.


Lord I was born a shamblin' man
Archives (Newest Addition: The Judgment of Tate's Father)


gre dork
Senior Member


Dec 30, 2005, 1:02 AM

Post #9 of 9 (765 views)
Shortcut
Re: [coolgreen44] HTML tools [In reply to] Can't Post


In Reply To
Best Html tool is notepad.



html efects im not talking about notepad or stuff


"Visa is just a credit card company, retard. "

- TazG, on visas.

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.15 s on (CGI/1.1)