![]() |
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||
|
Hi to all mates here i want to share free Html scripts which you can easyliy copy and paste in your websites..Please check the my next posts here...
You can also share diferent kinds of HTML scripts in thi Thread.. Okay.. Best of luckk ![]() |
|
|
|
||
|
#2
|
||
|
Use this Scrip to drop and drag the image in the web page
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- START OF SCRIPT --><!-- HOW TO INSTALL DRAG AND DROP:
1. Copy code into the HEAD section of document
2. Add the following attribute to your links: class="dragme" (as shown below) --><!-- STEP ONE: Add code into HEAD section of document --><HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE type=text/css>.dragme {
POSITION: relative
}
</STYLE>
<SCRIPT type=text/javascript>
<!-- Created by: elouai.com -->
<!-- Begin
var ie=document.all;
var nn6=document.getElementById&&!document.all;
var isdrag=false;
var x,y;
var dobj;
function movemouse(e)
{
if (isdrag)
{
dobj.style.left = nn6 ? tx + e.clientX - x : tx + event.clientX - x;
dobj.style.top = nn6 ? ty + e.clientY - y : ty + event.clientY - y;
return false;
}
}
function selectmouse(e)
{
var fobj = nn6 ? e.target : event.srcElement;
var topelement = nn6 ? "HTML" : "BODY";
while (fobj.tagName != topelement && fobj.className != "dragme")
{
fobj = nn6 ? fobj.parentNode : fobj.parentElement;
}
if (fobj.className=="dragme")
{
isdrag = true;
dobj = fobj;
tx = parseInt(dobj.style.left+0);
ty = parseInt(dobj.style.top+0);
x = nn6 ? e.clientX : event.clientX;
y = nn6 ? e.clientY : event.clientY;
document.onmousemove=movemouse;
return false;
}
}
document.onmousedown=selectmouse;
document.onmouseup=new Function("isdrag=false");
// End -->
</SCRIPT>
<!-- STEP TWO: Add the following attribute to your links: class="dragme" (as shown below) -->
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY>
<DIV align=center><IMG class=dragme height=16 src="" width=116><BR><BR>
<IMG
class=dragme height=121 src="http://devhunters.com/images/smilies/tongue.gif" width=156>
</DIV><!-- END OF SCRIPT --></BODY></HTML>
|
|
|
|
||
|
#3
|
||
|
Another amazing Script Download the attachment and check it
HTML Code:
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL TRAIN STATION TEXT:
1. Copy code into the body section of document -->
<!-- STEP ONE: Add this code into BODY section of document -->
<BODY>
<!-- Original: Ben Joffe -->
<!-- Web Site: [url]http://www.gulgasht.com/[/url] -->
<script>
var text="Welcome to Gulgasht.com Site is Under Construction.....................................";
document.write("<big><tt id=dis nowrap>Display Area</tt></big>");
var symtype=new Array(" ","A","a","B","b","C","c","D","d","E","e","F","f","G","g","H","h","I","i","J","j","K","k","L","l","M","m","N","n","O","o","P","p","Q","q","R","r","S","s","T","t","U","u","V","v","W","w","X","x","Y","y","Z","z","0","1","2","3","4","5","6","7","8","9",".",",","&","!","?","-","_");
var symarray=new Array();
for (var i=0; i<text.length; i++){
symarray[i]=" ";}
function scroll(){
for (var i=0; i<text.length; i++){
if (symarray[i]!=text.substring(i,i+1)) {
for (var x=0; x<70; x++) if (symarray[i]==symtype[x]) {symarray[i]=symtype[x+1]; break}}
}var outsym="";
for (var i=0; i<text.length; i++) outsym+=symarray[i];
dis.innerHTML=outsym;
setTimeout('scroll()',100);
}scroll();
</script>
<!-- END OF SCRIPT -->
|
|
|
|
||
|
#4
|
||
|
Copy and edit this Script to make Flash like menu or your webiste but this is actually Html code(Java Script)Not a SWF flash file Check it out
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- START OF SCRIPT --><!-- HOW TO INSTALL FLASHY FADING ROLLOVER MENU:
1. Copy code into the HEAD section of document
2. Put last coding into the BODY section of document --><!-- STEP ONE: Add code into HEAD section of document --><HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<SCRIPT language=JavaScript>
<!-- Original: ScriptBreaker (admin@scriptbreaker.com) -->
<!-- Web Site: [url]http://www.ScriptBreaker.com[/url] -->
<!-- Begin
function locktrueie(myform){myform.ie.checked=true;}
function lockfalsenet(myform){myform.nets.checked=true;}
function goToURL() { window.location = "http://www.evrsoft.com"; }
function nochange(mycheckbox)
{
if (mycheckbox.checked == true){mycheckbox.checked = false;}else{mycheckbox.checked = true;}
}
// End -->
</SCRIPT>
<!-- STEP TWO: Add code into BODY section of document -->
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<STYLE>UNKNOWN {
BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; FONT-SIZE: 14px; FILTER: alpha(opacity=45); BORDER-LEFT: gray 1px solid; WIDTH: 100px; CURSOR: crosshair; BORDER-BOTTOM: gray 1px solid; HEIGHT: 20px; BACKGROUND-COLOR: silver; TEXT-ALIGN: center; moz-opacity: 45%
}
</STYLE>
<SCRIPT language=javascript>
nOpac = 50
nPlus = 2
nMin = 1
speed = 30
timer = null;
timer2 = null;
var ie5=(document.all && document.getElementById);
var ns6=(!document.all && document.getElementById);
function fadeImg2(teller)
{
apl[teller][1] = "Up";
changes();
}
function fadeImgend2(teller)
{
apl[teller][1] = "Down";
setTimeout("changes()",50);
}
function changes()
{
next_loop = true;
for (i=0;i<apl.length;i++)
{
obj = link_table.rows[i].cells[0];
opacity = apl[i][0]
if (apl[i][1] == "Up")
{
opacity += nPlus;
apl[i][0] = opacity;
if (apl[i][0] > 105)
{apl[i][1] = "";}
else
{next_loop = false;}
nOpac = opacity;
}
else
{
if (apl[i][1] == "Down")
{
opacity -= nMin;
apl[i][0] = opacity;
if (apl[i][0] < 45)
{apl[i][1] = "";}
else
{next_loop = false;}
nOpac = opacity;
}
}
if(ie5){
obj.style.filter="alpha(opacity="+opacity+")";
}
if(ns6){
obj.style.MozOpacity = opacity + '%';
}
}
if (next_loop == false)
{
timer = setTimeout("changes()",speed);
}
else
{
clearTimeout(timer);
}
}
//for each link option you need to make a new Array;
var apl = new Array();
apl[0] = new Array(45,"");
apl[1] = new Array(45,"");
apl[2] = new Array(45,"");
apl[3] = new Array(45,"");
apl[4] = new Array(45,"");
apl[5] = new Array(45,"");
//expl: apl[6] = new Array(45,"");
</SCRIPT>
<TABLE
style="BORDER-RIGHT: blue 1px groove; BORDER-TOP: blue 1px groove; BORDER-LEFT: blue 1px groove; WIDTH: 130px; BORDER-BOTTOM: blue 1px groove; HEIGHT: 180px"
cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD align=middle bgColor=silver><FONT
color=blue><U>evrsoft.com</U></FONT><BR></TD></TR>
<TR>
<TD align=middle border="2">
<TABLE id=link_table cellSpacing=0 cellPadding=0 name="link_table">
<TBODY>
<TR>
<TD class=tds onmouseover=fadeImg2(0)
style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 100px; BORDER-BOTTOM: gray 1px solid; BACKGROUND-COLOR: silver; TEXT-ALIGN: center"
onclick="window.location='#';" onmouseout=fadeImgend2(0)>Home</TD></TR>
<TR>
<TD class=tds onmouseover=fadeImg2(1)
style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 100px; BORDER-BOTTOM: gray 1px solid; BACKGROUND-COLOR: silver; TEXT-ALIGN: center"
onclick="window.location='#';" onmouseout=fadeImgend2(1)>New</TD></TR>
<TR>
<TD class=tds onmouseover=fadeImg2(2)
style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 100px; BORDER-BOTTOM: gray 1px solid; BACKGROUND-COLOR: silver; TEXT-ALIGN: center"
onclick="window.location='#';" onmouseout=fadeImgend2(2)>About</TD></TR>
<TR>
<TD class=tds onmouseover=fadeImg2(3)
style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 100px; BORDER-BOTTOM: gray 1px solid; BACKGROUND-COLOR: silver; TEXT-ALIGN: center"
onclick="window.location='#';"
onmouseout=fadeImgend2(3)>Pictures</TD></TR>
<TR>
<TD class=tds onmouseover=fadeImg2(4)
style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 100px; BORDER-BOTTOM: gray 1px solid; BACKGROUND-COLOR: silver; TEXT-ALIGN: center"
onclick="window.location='#';"
onmouseout=fadeImgend2(4)>Partners</TD></TR>
<TR>
<TD class=tds onmouseover=fadeImg2(5)
style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 100px; BORDER-BOTTOM: gray 1px solid; BACKGROUND-COLOR: silver; TEXT-ALIGN: center"
onclick="window.location='#';"
onmouseout=fadeImgend2(5)>Contact</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- END OF SCRIPT --></BODY></HTML>
|
|
|
|
||
|
#5
|
||
|
ANy one who know about any other useful Java HTML Scripts Pleae share here I am Waiting..
|
|
|
|
||
|
#6
|
||
|
Code:
<EMBED align=center src=http://www.angelfire.com/un/aatifaneeq1/Aatif_book.MID width=145 height=60 controller="true" loop="true" autostart="true"> |
|
|
|
||
|
#7
|
||
|
Here in this Script Wandreing Stars
|
|
|
|
||
|
#8
|
||
|
Download the aattachment
Mouse Over Text Appearance.htm Last edited by nazia : 09-09-2007 at 15:47. Reason: due to error in script when posted in [CODE][/CODE] |
|
|
|
||
|
#9
|
||
|
Code:
<!-- Start of Text Counter -->
<!-- Description: This will display a text counter on your webpage.
Instructions: Place the entire script in your webpage where you
want the counter to appear.
To change the look of the sentence that appears on your webpage
simply adjust the HTML properties on the last script line.
-->
<SCRIPT LANGUAGE="JavaScript">
<!--
var caution = false
function setCookie(name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "")
if (!caution || (name + "=" + escape(value)).length <= 4000)
document.cookie = curCookie
else
if (confirm("Cookie exceeds 4KB and will be cut!"))
document.cookie = curCookie
}
function getCookie(name) {
var prefix = name + "="
var cookieStartIndex = document.cookie.indexOf(prefix)
if (cookieStartIndex == -1)
return null
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length)
if (cookieEndIndex == -1)
cookieEndIndex = document.cookie.length
return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex))
}
function deleteCookie(name, path, domain) {
if (getCookie(name)) {
document.cookie = name + "=" +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
}
}
function fixDate(date) {
var base = new Date(0)
var skew = base.getTime()
if (skew > 0)
date.setTime(date.getTime() - skew)
}
var now = new Date()
fixDate(now)
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000)
var visits = getCookie("counter")
if (!visits)
visits = 1
else
visits = parseInt(visits) + 1
setCookie("counter", visits, now)
// YOU CAN EDIT THE SENTENCE THAT APPEARS ON YOUR WEBPAGE ON THE NEXT LINE
document.write("<CENTER><FONT FACE=VERDANA SIZE=2>You are visitor <B>#" + visits + "</B>.</FONT></CENTER>")
// -->
</SCRIPT>
<!-- End of Text Counter -->
|
|
|
|
||
|
#10
|
||
|
Code:
Bold: <b>your text here</b><br> Italic: <i>your text here</i><br> Underlined: <u>your text here</u><br> Teletype: <tt>your text here</tt> <br> strike : <s>This Strike Text</s><br> |
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fast Growing Free cpanel hosting community | extreme90 | Free web hosting offers and requests | 6 | 06-22-2008 00:19 |
| Lots Of Free Stuff | javagamer | Other Free Resources | 40 | 05-21-2008 23:40 |
| **50%Off Cpanel-WHM/Fantastico/RVSkin Shared and Reseller Hosting & FREE ClientExec** | WarmWebHost | Paid Web Hosting Offers And Requests | 1 | 10-18-2007 00:05 |
| Free Forum scripts and Hosting | modric | Web Hosting Forum | 4 | 10-18-2006 21:40 |
| Free hosting (no ads), phpBB & Invision forum, blog, URL redirection and free domain! | ppx | Free web hosting offers and requests | 2 | 10-14-2006 11:53 |