Webmaster Forum  

Go Back   Webmaster Forum > Advertising Forums > Web Design Related Offers and Requests
User Name
Password
Register FAQ Members List Calendar Transactions Store Search Today's Posts Mark Forums Read


Html Scripts Free for this forum users

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-01-2007, 15:08
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Thumbs up Html Scripts Free for this forum users

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
nazia is offline
Reply With Quote
  #2  
Old 09-02-2007, 03:30
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default Re: Html Scripts Free for this forum users

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>
Attached Files
File Type: zip drag drop.zip (1.0 KB, 0 views)
nazia is offline
Reply With Quote
  #3  
Old 09-02-2007, 03:39
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default Re: Html Scripts Free for this forum users

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 -->
Attached Files
File Type: zip Great.zip (730 Bytes, 0 views)
nazia is offline
Reply With Quote
  #4  
Old 09-02-2007, 03:43
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default Re: Html Scripts Free for this forum users

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>
Attached Files
File Type: zip flashing menu.zip (1.7 KB, 0 views)
nazia is offline
Reply With Quote
  #5  
Old 09-02-2007, 03:52
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default Re: Html Scripts Free for this forum users

ANy one who know about any other useful Java HTML Scripts Pleae share here I am Waiting..
nazia is offline
Reply With Quote
  #6  
Old 09-09-2007, 16:30
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default

Code:
 <EMBED align=center 
src=http://www.angelfire.com/un/aatifaneeq1/Aatif_book.MID width=145 height=60 
controller="true" loop="true" autostart="true">
Html Code for media Player in your Web Page
Attached Files
File Type: txt Window Media Player.txt (224 Bytes, 2 views)
nazia is offline
Reply With Quote
  #7  
Old 09-09-2007, 16:33
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default

Here in this Script Wandreing Stars
Attached Files
File Type: txt star.txt (2.1 KB, 1 views)
nazia is offline
Reply With Quote
  #8  
Old 09-09-2007, 16:44
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default

Download the aattachment
Mouse Over Text Appearance.htm
Attached Files
File Type: txt Mouse Over Text Appearance.txt (3.4 KB, 1 views)

Last edited by nazia : 09-09-2007 at 16:47. Reason: due to error in script when posted in [CODE][/CODE]
nazia is offline
Reply With Quote
  #9  
Old 09-09-2007, 16:48
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default

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 -->
Text Counter for the Web
Attached Files
File Type: txt Text Counter.txt (2.4 KB, 4 views)
nazia is offline
Reply With Quote
  #10  
Old 09-09-2007, 16:51
nazia
Senior Member

nazia's Avatar

Join Date: Aug 2007
Posts: 227
Trader Rating: (0)
Points: 5 (Donate)
5 F$/Referral Refer Friends
nazia is on a distinguished road
Send a message via MSN to nazia Send a message via Yahoo to nazia
Default Text Style

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> 
Attached Files
File Type: txt Styles of Text.txt (185 Bytes, 1 views)
nazia is offline
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lots Of Free Stuff javagamer Other Free Resources 45 11-01-2008 05:39
Fast Growing Free cpanel hosting community extreme90 Free web hosting offers and requests 8 10-19-2008 02:31
**50%Off Cpanel-WHM/Fantastico/RVSkin Shared and Reseller Hosting & FREE ClientExec** WarmWebHost Paid Web Hosting Offers And Requests 1 10-18-2007 01:05
Free Forum scripts and Hosting modric Web Hosting Forum 4 10-18-2006 22: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 12:53

Resources : | Advertise at FHF | itextLink.com| Reseller Hosting| TextDot| iNamePros| Any Webmaster| Web Host| Dep3| cheap low cost web hosting reviews|


All times are GMT -4. The time now is 05:50.


Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.