PDA

View Full Version : Adding Stuff Froms Scripts



Peerzy
02-22-2004, 05:54 PM
i have a website but its hosted by FREEWEBS (http://www.freewebs.com) and thats fine for me i dont mind them.now witht hem i can add HTML and flash scripts and i have added a java script i think. So what im asking is what cool stuff can i add through using these type of scripts, games? a video files that streamed or something, chat room, fourm etc etc cool flash effects.


thanks for the help in advanced ;)


Peerzyboy ;)

djweiser
02-22-2004, 06:58 PM
You should be able to add most things such as flash, most hosts allow these files types. Anything, chat rooms, forums can be added as long as the scripting language is installed on your hosts servers such as PHP support.

Peerzy
02-22-2004, 08:07 PM
okay do you knoa wany where that i can get simple but effective scripts that i just have to cut and paste into my website?

h1
02-22-2004, 10:47 PM
www.hotscripts.com

I.am
02-23-2004, 01:27 AM
Originally posted by haxor41789@22 February 2004 - 15:47
www.hotscripts.com
too tired to make it a link,huh!
I know the feeling...

balamm
02-23-2004, 01:44 AM
http://www.javafile.com

http://quizstop.com/phploft.htm

http://www.phpworld.com/links.html

http://px.sklar.com/

http://dynamicdrive.com/

http://www.thebook-demo.com/php/

http://www.onlyphp.com/browse.php?icat=1

http://www.hotscripts.com/Detailed/27839.html

http://s90860044.onlinehome.us/N/base64img.php

http://www.cncss.com/mbdown/mbdown010.htm (templates in chinese but translatable)

http://www.phpbuilder.com/

http://www.opensourcecms.com/modules.php?n...showpage&pid=56 (http://www.opensourcecms.com/modules.php?name=Content&pa=showpage&pid=56)

http://www.churchsigngenerator.com/

If you want something really unique, try translating this from chinese to english. A Mock Windows XP that's really a website.
Just point the links to your own pages

http://www.cncss.com/mbdown/filedown/0302044.zip



This should get you started

If you need more, just hunt me down through my links.

MUSLEMAN
02-23-2004, 01:57 AM
lol those links in your sig have got me very mesmirised ;) ;) :lol: :lol: :D :D

balamm
02-23-2004, 02:07 AM
lol, I just found this one at the churchsigns site. Now I gotta figure out the php and GD for this one too :lol:

http://will.make.a.church.sign.forfood.org/

I.am
02-23-2004, 02:24 AM
That should be easy. Its similar on the lines of ip sigs. :)

Edit: Btw, good links :)

balamm
02-23-2004, 02:36 AM
I can make it work on my own server but my host, 1&1, is running some odd linux/unix hybrid. <_<

It supports gif in GD so it&#39;s either been patched or it&#39;s very old.
TTF is sporadic, only certain fonts will work.
Truecolor apparently isn&#39;t supported and they won&#39;t offer any clues as to how to make a normal script run on their system.
So, it&#39;s all hit and miss, test all variables. Pretty time consuming.
I managed to get a few simple GD scripts to work but nothing like what I had hoped to acomplish.

h1
02-23-2004, 05:13 AM
.htaccess is pretty spotty on 1&1 also... and GD works fine with vBulletin&#39;s image resize feature. :)

balamm
02-23-2004, 06:12 AM
Yeah, basic GD works fine. It&#39;s when you wanna start watermarking or adding colored text and stuff that it screws up.

I have seen a few CMS installs complain about their htaccess being ignored.

Oh, and they have 4 different paths to perl and occasionally none of them work. :lol:

I.am
02-23-2004, 06:28 AM
Originally posted by balamm@22 February 2004 - 23:12
Oh, and they have 4 different paths to perl and occasionally none of them work. :lol:
:lol: Experienced that :D

MUSLEMAN
02-23-2004, 07:04 AM
emmmm i&#39;m still busy checking out balamm&#39;s link in his sig :lol: :lol: :lol: :lol: :lol: weeeeeeeeeeeeeeeeeeeeee haaaaaaaaaaaaaaaaaaaaaaaaaa :lol:

balamm
02-23-2004, 11:01 AM
I&#39;ve just added another gallery for you MM. This one has a little girl on girl action :D

You gotta hit the forum to see the links though. ;)

MUSLEMAN
02-23-2004, 12:51 PM
lol you have so many

are you talking about this forum?? this is the one right?? (http://s89291739.onlinehome.us/forum/index.php?act=idx)

balamm
02-23-2004, 08:26 PM
Nope, the TGND forum. labelled "bonus" in my sig.

http://s90860044.onlinehome.us/girl/kiss_files/Photos/kiss0000%20(web)_thumb.jpghttp://s90860044.onlinehome.us/girl/kiss_files/Photos/kiss0017%20(web)_thumb.jpghttp://s90860044.onlinehome.us/girl/kiss_files/Photos/kiss0034%20(web)_thumb.jpg


*what&#39;s this got to do with internet world?

Follow the links or email me for web related opportunities.

Or look here metalworks (http://s89291739.onlinehome.us/metalworks/)

If you have a valid concept and a bit of skill/talent, I&#39;ll host it.

Peerzy
02-23-2004, 09:07 PM
okay remember im a n00b at this so thats why i wanted stuff i could just copy into my webpage.
i downloaded this thing from the java website and it alows people to sign into hotmail through my website so i tried just coping it all into a paragraphy but it didnt work.
Here is the code i dont know what to do with it.

<html>

<head>&#60;script LANGUAGE="JavaScript">

&#60;&#33;--

// HotMail Login ID Storage Program
// Written and © by Michael Nobilio
// June 7, 1998
// [email protected]
//
// Distribute Freely, as long as
// this notice is left in the code.
//
// Please notify me of any bugs.



notice = "Click &#092;"Store Login&#092;" to save your Login ID.";
promptMessage = "No Login Stored";

function setCookie(name, value, expire)
{
document.cookie = name + "=" + escape(value) + ( (expire == null) ? "" : ("; expires=" + expire.toGMTString()) );
}

function getCookie(Name)
{
var search = Name + "=";
if( document.cookie.length > 0 )
{
offset = document.cookie.indexOf(search);
if( offset &#33;= -1 )
{
offset = offset + search.length;
end = document.cookie.indexOf(";", offset);
if( end == -1 )
{
end = document.cookie.length;
}
return unescape( document.cookie.substring(offset, end) );
}
}
}

function storeLogin()
{
if( loginID &#33;= null )
{
promptMessage = loginID;
}

var Value = prompt("Enter a Login ID to store:", promptMessage);
if( Value == null )
{
Value = promptMessage;
}
var today = new Date();
var expires = new Date();
expires.setTime( today.getTime() + (365*24*60*60*1000) );
setCookie( "HotMailLogin", Value, expires );
}

// --&#62;

</script>

<title>JavaFILE</title>
<base target="leftframe">
</head>
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- HotMail Login ID Storage Program 1.1 --&#62;
&#60;&#33;-- Written and © by Michael Nobilio --&#62;
&#60;&#33;-- June 7, 1998 --&#62;
&#60;&#33;-- [email protected] --&#62;
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- Distribute Freely, as long as --&#62;
&#60;&#33;-- this notice is left in the code. --&#62;
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- Please notify me of any bugs. --&#62;
&#60;&#33;-- --&#62;
&#60;&#33;-- 1.1 Bug fixes: --&#62;
&#60;&#33;-- * Existing Login ID is now populated --&#62;
&#60;&#33;-- when "Update Login" is clicked. --&#62;
&#60;&#33;-- * Prompt "Cancel" bug fixed. --&#62;
&#60;&#33;-- --&#62;
&#60;&#33;--------------------------------------------&#62;

<body BGCOLOR="#FFFFFF" TEXT="#000000">

<p align="center">http://www.javafile.com/images/banner.GIF</p>

<p align="center">Great script for HotMail users that allows you to access your account
from your HD.

Download the Script (http://www.javafile.com/javascripts/otherstuff/hotmail.zip)</p>

<form NAME="passwordform" ACTION="http://207.82.250.251/cgi-bin/start" METHOD="post">
<input type="hidden" name="curmbox" value="ACTIVE"><input type="hidden" name="js"
value="no"><div align="center"><center><table CELLSPACING="0" CELLPADDING="0">
<tr>
<td WIDTH="20">

</td>
<td><div align="center"><center>

<font FACE="arial" SIZE="+2">HotMail</font> </td>
</tr>
<tr align="center">
<td WIDTH="15">

</td>
<td><table BORDER="1" CELLSPACING="1" CELLPADDING="10">
<tr>
<td><table CELLSPACING="0" CELLPADDING="0">
<tr>
<td><font FACE="arial" SIZE="-2">Login: </font></td>
<td>&nbsp;&nbsp;</td>
<td><font FACE="arial" SIZE="-2">Password: </font></td>
<td></td>
</tr>
<tr>
<td><input TYPE="text" NAME="login" SIZE="16" MAXLENGTH="16" onFocus="this.select();"> </td>
<td>

</td>
<td><input TYPE="password" NAME="passwd" SIZE="16" MAXLENGTH="16"> </td>
<td ALIGN="center" VALIGN="bottom">&nbsp;<input TYPE="submit" NAME="enter" VALUE="Enter"> </td>
</tr>
<tr>
<td NOWRAP ALIGN="center" COLSPAN="3"><input TYPE="radio" NAME="frames" VALUE="yes"><font
FACE="arial" SIZE="-3">Frames</font> &nbsp; <input TYPE="radio" NAME="frames"
VALUE="no"><font FACE="arial" SIZE="-3">No Frames</font> &nbsp; <input TYPE="radio"
NAME="frames" VALUE="auto" checked><font FACE="arial" SIZE="-3">Use my Default</font>
</td>
<td>

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center></div>
</form>
<div align="center"><center>

<table WIDTH="450">
<tr>
<td ALIGN="center"><form NAME="storeForm">
<font SIZE="-1">

<input NAME="saveLogin" TYPE="button" VALUE="Store Login"
onClick="storeLogin(); history.go(0);"></font></p>
</form>
</td>
</tr>
<tr>
<td VALIGN="top" ALIGN="center"><table CELLSPACING="0" CELLPADDING="10">
<tr>
<td ALIGN="center"><font FACE="arial" SIZE="-2">HotMail Login ID Storage Program 1.1

Written and © 1998 Michael Nobilio

[email protected]</font></td>
</tr>
</table>
</td>
</tr>
</table>
</center></div><font SIZE="-1" FACE="arial">

<p align="center">DIRECTIONS: Click "Store Login" to save your Login ID.</p>

<p align="center">

</p>
</font>
</body>
</html>



it didnt come bold i made it bold to stand out ;) so any help would be good.

balamm
02-23-2004, 09:28 PM
Paste it into notepad and save it as scriptname.htm or anyname.htm

then open it with IE to test it.

I&#39;m not sure whare this script is going to store the login though unless it posts to a database of some sort.


*edit: I see it&#39;s supposed to post to a cgi. Is that your cgi script or javafile&#39;s?

You&#39;d need that part of it too.

Peerzy
02-23-2004, 09:43 PM
i downloaded it from java files and it came with a .txt and i copied everything from there to here and a .htm. So what do i need to do with it? When i open the .htm its how its spose to be the login thingy.

balamm
02-23-2004, 10:03 PM
This is what the script looks like --&#62;

http://s90860044.onlinehome.us/login.htm

What you need now, Is the CGI script (or form) that this points to --&#62;>


&#60;form NAME=&#34;passwordform&#34; ACTION=&#34;http&#58;//207.82.250.251/cgi-bin/start&#34; METHOD=&#34;post&#34;&#62;


If this isn&#39;t your IP, then it isn&#39;t going to work for your site too well if at all.

I&#39;d guess this is the IP of javafile&#39;s or the script&#39;s author.

Or is this supposed to log you directly into MS or Hotmail somehow. Then you&#39;d need to find the address and script name there for it to work.

Peerzy
02-23-2004, 11:31 PM
okay fuck that idea then.
I got a java scripts that makes a link to book make my site yeah and i copyied that into a paragraph as well and that didnt work either its this:


THIS SCRIPT BROUGHT TO YOU BY JAVAFILE.COM - http://www.javafile.com

PASTE THIS SCRIPT INTO YOUR HEAD TAG

&#60;script language="JavaScript1.2">
&#60;&#33;--
var bookmarkurl="http://www.javafile.com/"
var bookmarktitle="Javafile.com - Free javascripts and applets"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//--&#62;
</script>

PASTE THIS SCRIPT INTO YOUR BODY TAG

&#60;script>
if (document.all)
document.write(&#39;Click here to Bookmark this site&#33; (javascript:addbookmark())&#39;)
</script>




THIS SCRIPT BROUGHT TO YOU BY JAVAFILE.COM - http://www.javafile.com


anyone have any ideas how to get that to work.

>>>n :blink: :blink: b alert here<<<

Peerzyboy :helpsmile:

balamm
02-24-2004, 01:03 AM
It works just fine&#33;&#33; You don&#39;t "paste it into a paragragh",

You gotta have the rest of the documant to make it work. ]

Just read it and do exactly what it says.

In this example, use notepad to search and replace the default URL
( var bookmarkurl="http://www.javafile.com/"
var bookmarktitle="Javafile.com - Free javascripts and applets" )
with your URL.

Do one line at a time.

You can customise the massage too by changing the bold part in the script.


<&#33;DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>bookmark</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
&#60;script language="JavaScript1.2">
&#60;&#33;--
var bookmarkurl="http://www.javafile.com/"
var bookmarktitle="Javafile.com - Free javascripts and applets"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//--&#62;
</script>

</head>

<body>
<div align="center">
&nbsp; &#60;script>
if (document.all)
document.write(&#39;Click here to Bookmark this site&#33; (javascript:addbookmark())&#39;)
</script>
&nbsp;
</div>
</body>
</html>

h1
02-24-2004, 05:50 AM
That&#39;s not a very good script IMO because it will only work in IE. Here&#39;s a way to improve that:

&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34; standalone=&#34;yes&#34; ?&#62;
&#60;&#33;doctype html public &#34;-//W3C//DTD XHTML 1.1 Strict//EN&#34; &#34;http&#58;//www.w3.org/TR/xhtml1/DTD/xhtml1.1-strict.dtd&#34; /&#62;
&#60;html xmlns=&#34;http&#58;//www.w3.org/1999/xhtml&#34; xml&#58;lang=&#34;en-US&#34; lang=&#34;en-US&#34; dir=&#34;ltr&#34;&#62;
&#60;head&#62;
&#60;meta name=&#34;author&#34; content=&#34;haxor41789&#34; /&#62;
&#60;meta http-equiv=&#34;content-type&#34; content=&#34;application/xhtml+xml; charset=UTF-8&#34; /&#62;
&#60;script type=&#34;text/javascript&#34;&#62;
function bookmark&#40;&#41;
{
if&#40;&#40;navigator.userAgent.toLowerCase&#40;&#41;&#41;.indexOf&#40;&#34;msie&#34;&#41;&#33;=-1&#41;
{
window.external.AddFavorite&#40;&#34;http&#58;//www.your.site.com&#34;,&#34;Your Site&#34;&#41;;
}
else
{
alert&#40;&#34;This link will work only in Internet Explorer.&#34;&#41;;
}
}
&#60;/script&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;a href=&#34;javascript&#58;bookmark&#40;&#41;;&#34;&#62;Click here to bookmark this page.&#60;/a&#62;
&#60;/body&#62;
&#60;/html&#62;

h1
02-24-2004, 05:54 AM
:lol: "Study of juvenile delinquency?" :lol:

Peerzy
02-24-2004, 07:09 PM
Originally posted by haxor41789@24 February 2004 - 05:50
That&#39;s not a very good script IMO because it will only work in IE. Here&#39;s a way to improve that:

&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34; standalone=&#34;yes&#34; ?&#62;
&#60;&#33;doctype html public &#34;-//W3C//DTD XHTML 1.1 Strict//EN&#34; &#34;http&#58;//www.w3.org/TR/xhtml1/DTD/xhtml1.1-strict.dtd&#34; /&#62;
&#60;html xmlns=&#34;http&#58;//www.w3.org/1999/xhtml&#34; xml&#58;lang=&#34;en-US&#34; lang=&#34;en-US&#34; dir=&#34;ltr&#34;&#62;
&#60;head&#62;
&#60;meta name=&#34;author&#34; content=&#34;haxor41789&#34; /&#62;
&#60;meta http-equiv=&#34;content-type&#34; content=&#34;application/xhtml+xml; charset=UTF-8&#34; /&#62;
&#60;script type=&#34;text/javascript&#34;&#62;
function bookmark&#40;&#41;
{
if&#40;&#40;navigator.userAgent.toLowerCase&#40;&#41;&#41;.indexOf&#40;&#34;msie&#34;&#41;&#33;=-1&#41;
{
window.external.AddFavorite&#40;&#34;http&#58;//www.your.site.com&#34;,&#34;Your Site&#34;&#41;;
}
else
{
alert&#40;&#34;This link will work only in Internet Explorer.&#34;&#41;;
}
}
&#60;/script&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;a href=&#34;javascript&#58;bookmark&#40;&#41;;&#34;&#62;Click here to bookmark this page.&#60;/a&#62;
&#60;/body&#62;
&#60;/html&#62;
so i copy that into a paragraph in frewebs maker and change the www.mysite.com to my site? okay i&#39;ll try that when i get home.

unless i read wrong :rolleyes:

remember im a n00b <_<

peerzyn00b ;)

h1
02-24-2004, 10:34 PM
OK. Post the code to the entire document here.

Peerzy
02-25-2004, 06:00 PM
this is all that came with the book mark download
THIS SCRIPT BROUGHT TO YOU BY JAVAFILE.COM - http://www.javafile.com

PASTE THIS SCRIPT INTO YOUR HEAD TAG

&#60;script language="JavaScript1.2">
&#60;&#33;--
var bookmarkurl="http://www.javafile.com/"
var bookmarktitle="Javafile.com - Free javascripts and applets"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//--&#62;
</script>

PASTE THIS SCRIPT INTO YOUR BODY TAG

&#60;script>
if (document.all)
document.write(&#39;Click here to Bookmark this site&#33; (javascript:addbookmark())&#39;)
</script>




THIS SCRIPT BROUGHT TO YOU BY JAVAFILE.COM - http://www.javafile.com

but can i just copy and ofcorse alter the nessaserry bits this:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<&#33;doctype html public "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1.1-strict.dtd" />
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US" dir="ltr">
<head>
<meta name="author" content="haxor41789" />
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
&#60;script type="text/javascript">
function bookmark()
{
if((navigator.userAgent.toLowerCase()).indexOf("msie")&#33;=-1)
{
window.external.AddFavorite("http://www.your.site.com","Your Site");
}
else
{
alert("This link will work only in Internet Explorer.");
}
}
</script>
</head>
<body>
Click here to bookmark this page. (javascript:bookmark();)
</body>
</html>

into my website to make it work?

REMEMBER IM NOT MAKING THIS IN FRONTPAGE BUT FREEWEBS FREE LITTLE CRAPPY SITE MAKER.

Peerzyboy ;)

h1
02-25-2004, 10:55 PM
Does FreeWebs provide you with a code editor or file uploader or FTP access or anything?

Peerzy
02-26-2004, 04:55 PM
file uploader yes, FTP no and dunno what the other 1 is :blink:


Peerzyboy ;)

h1
02-26-2004, 09:44 PM
OK. Browse over to the file, save it to your HD, then open it in Notepad or Wordpad (NOT M&#036; Word&#33;). Post the contents here.

h1
02-26-2004, 09:46 PM
Oh, and next time please use the [code] tag instead of bolding the text. Thanks. :)

Peerzy
02-27-2004, 04:28 PM
okay i&#39;ll do that when i get home. and i will use the
CODE button isnted of the BOLD button :D

Peerzyboy ;)

Peerzy
02-28-2004, 08:56 PM
this has been copied staight out of notepad:


&#60;html&#62;

&#60;head&#62;&#60;script LANGUAGE=&#34;JavaScript&#34;&#62;

&#60;&#33;--

// HotMail Login ID Storage Program
// Written and © by Michael Nobilio
// June 7, 1998
// [email protected]
//
// Distribute Freely, as long as
// this notice is left in the code.
//
// Please notify me of any bugs.



notice = &#34;Click &#092;&#34;Store Login&#092;&#34; to save your Login ID.&#34;;
promptMessage = &#34;No Login Stored&#34;;

function setCookie&#40;name, value, expire&#41;
{
&nbsp; &nbsp; &nbsp; &nbsp;document.cookie = name + &#34;=&#34; + escape&#40;value&#41; + &#40; &#40;expire == null&#41; ? &#34;&#34; &#58; &#40;&#34;; expires=&#34; + expire.toGMTString&#40;&#41;&#41; &#41;;
}

function getCookie&#40;Name&#41;
{
&nbsp; &nbsp; &nbsp; &nbsp;var search = Name + &#34;=&#34;;
&nbsp; &nbsp; &nbsp; &nbsp;if&#40; document.cookie.length &#62; 0 &#41;
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;offset = document.cookie.indexOf&#40;search&#41;;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if&#40; offset &#33;= -1 &#41;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;offset = offset + search.length;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;end = document.cookie.indexOf&#40;&#34;;&#34;, offset&#41;;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if&#40; end == -1 &#41;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;end = document.cookie.length;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return unescape&#40; document.cookie.substring&#40;offset, end&#41; &#41;;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp;}
}

function storeLogin&#40;&#41;
{
&nbsp; &nbsp; &nbsp; &nbsp;if&#40; loginID &#33;= null &#41;
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;promptMessage = loginID;
&nbsp; &nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp; &nbsp; &nbsp;var Value = prompt&#40;&#34;Enter a Login ID to store&#58;&#34;, promptMessage&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;if&#40; Value == null &#41;
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Value = promptMessage;
&nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp;var today = new Date&#40;&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;var expires = new Date&#40;&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;expires.setTime&#40; today.getTime&#40;&#41; + &#40;365*24*60*60*1000&#41; &#41;;
&nbsp; &nbsp; &nbsp; &nbsp;setCookie&#40; &#34;HotMailLogin&#34;, Value, expires &#41;;
}

// --&#62;

&#60;/script&#62;

&#60;title&#62;JavaFILE&#60;/title&#62;
&#60;base target=&#34;leftframe&#34;&#62;
&#60;/head&#62;
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- &nbsp;HotMail Login ID Storage Program 1.1 &nbsp;--&#62;
&#60;&#33;-- &nbsp;Written and © by Michael Nobilio &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp;June 7, 1998 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp;[email protected] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- &nbsp;Distribute Freely, as long as &nbsp; &nbsp; &nbsp; &nbsp; --&#62;
&#60;&#33;-- &nbsp;this notice is left in the code. &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- &nbsp;Please notify me of any bugs. &nbsp; &nbsp; &nbsp; &nbsp; --&#62;
&#60;&#33;-- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp;1.1 Bug fixes&#58; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp; * Existing Login ID is now populated --&#62;
&#60;&#33;-- &nbsp; &nbsp; when &#34;Update Login&#34; is clicked. &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp; * Prompt &#34;Cancel&#34; bug fixed. &nbsp; &nbsp; &nbsp; &nbsp; --&#62;
&#60;&#33;-- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;--------------------------------------------&#62;

&#60;body BGCOLOR=&#34;#FFFFFF&#34; TEXT=&#34;#000000&#34;&#62;

&#60;p align=&#34;center&#34;&#62;&#60;img src=&#34;http&#58;//www.javafile.com/images/banner.GIF&#34;
alt=&#34;banner.GIF &#40;2826 bytes&#41;&#34;&#62;&#60;/p&#62;

&#60;p align=&#34;center&#34;&#62;Great script for HotMail users that allows you to access your account
from your HD. &#60;br&#62;
&#60;a href=&#34;http&#58;//www.javafile.com/javascripts/otherstuff/hotmail.zip&#34;&#62;Download the Script&#60;/a&#62;&#60;/p&#62;

&#60;form NAME=&#34;passwordform&#34; ACTION=&#34;http&#58;//207.82.250.251/cgi-bin/start&#34; METHOD=&#34;post&#34;&#62;
&nbsp;&#60;input type=&#34;hidden&#34; name=&#34;curmbox&#34; value=&#34;ACTIVE&#34;&#62;&#60;input type=&#34;hidden&#34; name=&#34;js&#34;
&nbsp;value=&#34;no&#34;&#62;&#60;div align=&#34;center&#34;&#62;&#60;center&#62;&#60;table CELLSPACING=&#34;0&#34; CELLPADDING=&#34;0&#34;&#62;
&nbsp; &nbsp;&#60;tr&#62;
&nbsp; &nbsp; &nbsp;&#60;td WIDTH=&#34;20&#34;&#62;&#60;br&#62;
&nbsp; &nbsp; &nbsp;&#60;/td&#62;
&nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;div align=&#34;center&#34;&#62;&#60;center&#62;&#60;p&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;+2&#34;&#62;&#60;b&#62;HotMail&#60;/b&#62;&#60;/font&#62; &#60;/td&#62;
&nbsp; &nbsp;&#60;/tr&#62;
&nbsp; &nbsp;&#60;tr align=&#34;center&#34;&#62;
&nbsp; &nbsp; &nbsp;&#60;td WIDTH=&#34;15&#34;&#62;&#60;br&#62;
&nbsp; &nbsp; &nbsp;&#60;/td&#62;
&nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;table BORDER=&#34;1&#34; CELLSPACING=&#34;1&#34; CELLPADDING=&#34;10&#34;&#62;
&nbsp; &nbsp; &nbsp; &nbsp;&#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;table CELLSPACING=&#34;0&#34; CELLPADDING=&#34;0&#34;&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-2&#34;&#62;&#60;b&#62;Login&#58; &#60;/b&#62;&#60;/font&#62;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&nbsp;&nbsp;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-2&#34;&#62;&#60;b&#62;Password&#58; &#60;/b&#62;&#60;/font&#62;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;/tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;input TYPE=&#34;text&#34; NAME=&#34;login&#34; SIZE=&#34;16&#34; MAXLENGTH=&#34;16&#34; onFocus=&#34;this.select&#40;&#41;;&#34;&#62; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;br&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;input TYPE=&#34;password&#34; NAME=&#34;passwd&#34; SIZE=&#34;16&#34; MAXLENGTH=&#34;16&#34;&#62; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td ALIGN=&#34;center&#34; VALIGN=&#34;bottom&#34;&#62;&nbsp;&#60;input TYPE=&#34;submit&#34; NAME=&#34;enter&#34; VALUE=&#34;Enter&#34;&#62; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;/tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td NOWRAP ALIGN=&#34;center&#34; COLSPAN=&#34;3&#34;&#62;&#60;input TYPE=&#34;radio&#34; NAME=&#34;frames&#34; VALUE=&#34;yes&#34;&#62;&#60;font
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;FACE=&#34;arial&#34; SIZE=&#34;-3&#34;&#62;&#60;i&#62;Frames&#60;/i&#62;&#60;/font&#62; &nbsp; &#60;input TYPE=&#34;radio&#34; NAME=&#34;frames&#34;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;VALUE=&#34;no&#34;&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-3&#34;&#62;&#60;i&#62;No Frames&#60;/i&#62;&#60;/font&#62; &nbsp; &#60;input TYPE=&#34;radio&#34;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NAME=&#34;frames&#34; VALUE=&#34;auto&#34; checked&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-3&#34;&#62;&#60;i&#62;Use my Default&#60;/i&#62;&#60;/font&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;td&#62;&#60;br&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;/tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;/table&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp;&#60;/tr&#62;
&nbsp; &nbsp; &nbsp;&#60;/table&#62;
&nbsp; &nbsp; &nbsp;&#60;/td&#62;
&nbsp; &nbsp;&#60;/tr&#62;
&nbsp;&#60;/table&#62;
&nbsp;&#60;/center&#62;&#60;/div&#62;
&#60;/form&#62;
&#60;div align=&#34;center&#34;&#62;&#60;center&#62;

&#60;table WIDTH=&#34;450&#34;&#62;
&nbsp;&#60;tr&#62;
&nbsp; &nbsp;&#60;td ALIGN=&#34;center&#34;&#62;&#60;form NAME=&#34;storeForm&#34;&#62;
&nbsp; &nbsp; &nbsp;&#60;font SIZE=&#34;-1&#34;&#62;&#60;p&#62;&#60;input NAME=&#34;saveLogin&#34; TYPE=&#34;button&#34; VALUE=&#34;Store Login&#34;
&nbsp; &nbsp; &nbsp;onClick=&#34;storeLogin&#40;&#41;; history.go&#40;0&#41;;&#34;&#62;&#60;/font&#62;&#60;/p&#62;
&nbsp; &nbsp;&#60;/form&#62;
&nbsp; &nbsp;&#60;/td&#62;
&nbsp;&#60;/tr&#62;
&nbsp;&#60;tr&#62;
&nbsp; &nbsp;&#60;td VALIGN=&#34;top&#34; ALIGN=&#34;center&#34;&#62;&#60;table CELLSPACING=&#34;0&#34; CELLPADDING=&#34;10&#34;&#62;
&nbsp; &nbsp; &nbsp;&#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp;&#60;td ALIGN=&#34;center&#34;&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-2&#34;&#62;HotMail Login ID Storage Program 1.1&#60;br&#62;
&nbsp; &nbsp; &nbsp; &nbsp;Written and © 1998 Michael Nobilio&#60;br&#62;
&nbsp; &nbsp; &nbsp; &nbsp;&#60;a HREF=&#34;mailto&#58;[email protected]&#34;&#62;[email protected]&#60;/a&#62;&#60;/font&#62;&#60;/td&#62;
&nbsp; &nbsp; &nbsp;&#60;/tr&#62;
&nbsp; &nbsp;&#60;/table&#62;
&nbsp; &nbsp;&#60;/td&#62;
&nbsp;&#60;/tr&#62;
&#60;/table&#62;
&#60;/center&#62;&#60;/div&#62;&#60;font SIZE=&#34;-1&#34; FACE=&#34;arial&#34;&#62;&#60;b&#62;&#60;i&#62;

&#60;p align=&#34;center&#34;&#62;DIRECTIONS&#58; Click "Store Login" to save your Login ID.&#60;/i&#62;&#60;/b&#62;&#60;/p&#62;

&#60;p align=&#34;center&#34;&#62;&#60;br&#62;
&#60;/p&#62;
&#60;/font&#62;
&#60;/body&#62;
&#60;/html&#62;

Peerzyboy :cool2:

h1
02-28-2004, 11:18 PM
I&#39;m not going to bother fixing the coding because it either sucks or you used IE to save it. :P

&#60;html&#62;

&#60;head&#62;&#60;script LANGUAGE=&#34;JavaScript&#34;&#62;

&#60;&#33;--

// HotMail Login ID Storage Program
// Written and © by Michael Nobilio
// June 7, 1998
// [email protected]
//
// Distribute Freely, as long as
// this notice is left in the code.
//
// Please notify me of any bugs.



notice = &#34;Click &#092;&#34;Store Login&#092;&#34; to save your Login ID.&#34;;
promptMessage = &#34;No Login Stored&#34;;

function setCookie&#40;name, value, expire&#41;
{
&nbsp; &nbsp; &nbsp; document.cookie = name + &#34;=&#34; + escape&#40;value&#41; + &#40; &#40;expire == null&#41; ? &#34;&#34; &#58; &#40;&#34;; expires=&#34; + expire.toGMTString&#40;&#41;&#41; &#41;;
}

function getCookie&#40;Name&#41;
{
&nbsp; &nbsp; &nbsp; var search = Name + &#34;=&#34;;
&nbsp; &nbsp; &nbsp; if&#40; document.cookie.length &#62; 0 &#41;
&nbsp; &nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; offset = document.cookie.indexOf&#40;search&#41;;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if&#40; offset &#33;= -1 &#41;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; offset = offset + search.length;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end = document.cookie.indexOf&#40;&#34;;&#34;, offset&#41;;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if&#40; end == -1 &#41;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end = document.cookie.length;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return unescape&#40; document.cookie.substring&#40;offset, end&#41; &#41;;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; }
}

function storeLogin&#40;&#41;
{
&nbsp; &nbsp; &nbsp; if&#40; loginID &#33;= null &#41;
&nbsp; &nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; promptMessage = loginID;
&nbsp; &nbsp; &nbsp; }

&nbsp; &nbsp; &nbsp; var Value = prompt&#40;&#34;Enter a Login ID to store&#58;&#34;, promptMessage&#41;;
&nbsp; &nbsp; &nbsp; if&#40; Value == null &#41;
&nbsp; &nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Value = promptMessage;
&nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; var today = new Date&#40;&#41;;
&nbsp; &nbsp; &nbsp; var expires = new Date&#40;&#41;;
&nbsp; &nbsp; &nbsp; expires.setTime&#40; today.getTime&#40;&#41; + &#40;365*24*60*60*1000&#41; &#41;;
&nbsp; &nbsp; &nbsp; setCookie&#40; &#34;HotMailLogin&#34;, Value, expires &#41;;
}

function bookmark&#40;&#41;
{
if&#40;&#40;navigator.userAgent.toLowerCase&#40;&#41;&#41;.indexOf&#40;&#34;msie&#34;&#41;&#33;=-1&#41;
{
&nbsp;window.external.AddFavorite&#40;&#34;http&#58;//www.your.site.com&#34;,&#34;Your Site&#34;&#41;;
}
else
{
&nbsp;alert&#40;&#34;This link will work only in Internet Explorer.&#34;&#41;;
}
}

// --&#62;

&#60;/script&#62;

&#60;title&#62;JavaFILE&#60;/title&#62;
&#60;base target=&#34;leftframe&#34;&#62;
&#60;/head&#62;
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- &nbsp;HotMail Login ID Storage Program 1.1 &nbsp;--&#62;
&#60;&#33;-- &nbsp;Written and © by Michael Nobilio &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp;June 7, 1998 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp;[email protected] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- &nbsp;Distribute Freely, as long as &nbsp; &nbsp; &nbsp; &nbsp; --&#62;
&#60;&#33;-- &nbsp;this notice is left in the code. &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;--------------------------------------------&#62;
&#60;&#33;-- &nbsp;Please notify me of any bugs. &nbsp; &nbsp; &nbsp; &nbsp; --&#62;
&#60;&#33;-- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp;1.1 Bug fixes&#58; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp; * Existing Login ID is now populated --&#62;
&#60;&#33;-- &nbsp; &nbsp; when &#34;Update Login&#34; is clicked. &nbsp; &nbsp;--&#62;
&#60;&#33;-- &nbsp; * Prompt &#34;Cancel&#34; bug fixed. &nbsp; &nbsp; &nbsp; &nbsp; --&#62;
&#60;&#33;-- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--&#62;
&#60;&#33;--------------------------------------------&#62;

&#60;body BGCOLOR=&#34;#FFFFFF&#34; TEXT=&#34;#000000&#34;&#62;

&#60;a href=&#34;javascript&#58;bookmark&#40;&#41;;&#34;&#62;Click here to bookmark this page.&#60;/a&#62;

&#60;p align=&#34;center&#34;&#62;&#60;img src=&#34;http&#58;//www.javafile.com/images/banner.GIF&#34;
alt=&#34;banner.GIF &#40;2826 bytes&#41;&#34;&#62;&#60;/p&#62;

&#60;p align=&#34;center&#34;&#62;Great script for HotMail users that allows you to access your account
from your HD. &#60;br&#62;
&#60;a href=&#34;http&#58;//www.javafile.com/javascripts/otherstuff/hotmail.zip&#34;&#62;Download the Script&#60;/a&#62;&#60;/p&#62;

&#60;form NAME=&#34;passwordform&#34; ACTION=&#34;http&#58;//207.82.250.251/cgi-bin/start&#34; METHOD=&#34;post&#34;&#62;
&#60;input type=&#34;hidden&#34; name=&#34;curmbox&#34; value=&#34;ACTIVE&#34;&#62;&#60;input type=&#34;hidden&#34; name=&#34;js&#34;
value=&#34;no&#34;&#62;&#60;div align=&#34;center&#34;&#62;&#60;center&#62;&#60;table CELLSPACING=&#34;0&#34; CELLPADDING=&#34;0&#34;&#62;
&nbsp; &#60;tr&#62;
&nbsp; &nbsp; &#60;td WIDTH=&#34;20&#34;&#62;&#60;br&#62;
&nbsp; &nbsp; &#60;/td&#62;
&nbsp; &nbsp; &#60;td&#62;&#60;div align=&#34;center&#34;&#62;&#60;center&#62;&#60;p&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;+2&#34;&#62;&#60;b&#62;HotMail&#60;/b&#62;&#60;/font&#62; &#60;/td&#62;
&nbsp; &#60;/tr&#62;
&nbsp; &#60;tr align=&#34;center&#34;&#62;
&nbsp; &nbsp; &#60;td WIDTH=&#34;15&#34;&#62;&#60;br&#62;
&nbsp; &nbsp; &#60;/td&#62;
&nbsp; &nbsp; &#60;td&#62;&#60;table BORDER=&#34;1&#34; CELLSPACING=&#34;1&#34; CELLPADDING=&#34;10&#34;&#62;
&nbsp; &nbsp; &nbsp; &#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&#60;table CELLSPACING=&#34;0&#34; CELLPADDING=&#34;0&#34;&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-2&#34;&#62;&#60;b&#62;Login&#58; &#60;/b&#62;&#60;/font&#62;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&nbsp;&nbsp;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-2&#34;&#62;&#60;b&#62;Password&#58; &#60;/b&#62;&#60;/font&#62;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;/tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&#60;input TYPE=&#34;text&#34; NAME=&#34;login&#34; SIZE=&#34;16&#34; MAXLENGTH=&#34;16&#34; onFocus=&#34;this.select&#40;&#41;;&#34;&#62; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&#60;br&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&#60;input TYPE=&#34;password&#34; NAME=&#34;passwd&#34; SIZE=&#34;16&#34; MAXLENGTH=&#34;16&#34;&#62; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td ALIGN=&#34;center&#34; VALIGN=&#34;bottom&#34;&#62;&nbsp;&#60;input TYPE=&#34;submit&#34; NAME=&#34;enter&#34; VALUE=&#34;Enter&#34;&#62; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;/tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td NOWRAP ALIGN=&#34;center&#34; COLSPAN=&#34;3&#34;&#62;&#60;input TYPE=&#34;radio&#34; NAME=&#34;frames&#34; VALUE=&#34;yes&#34;&#62;&#60;font
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FACE=&#34;arial&#34; SIZE=&#34;-3&#34;&#62;&#60;i&#62;Frames&#60;/i&#62;&#60;/font&#62; &nbsp; &#60;input TYPE=&#34;radio&#34; NAME=&#34;frames&#34;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VALUE=&#34;no&#34;&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-3&#34;&#62;&#60;i&#62;No Frames&#60;/i&#62;&#60;/font&#62; &nbsp; &#60;input TYPE=&#34;radio&#34;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NAME=&#34;frames&#34; VALUE=&#34;auto&#34; checked&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-3&#34;&#62;&#60;i&#62;Use my Default&#60;/i&#62;&#60;/font&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;td&#62;&#60;br&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#60;/tr&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &#60;/table&#62;
&nbsp; &nbsp; &nbsp; &nbsp; &#60;/td&#62;
&nbsp; &nbsp; &nbsp; &#60;/tr&#62;
&nbsp; &nbsp; &#60;/table&#62;
&nbsp; &nbsp; &#60;/td&#62;
&nbsp; &#60;/tr&#62;
&#60;/table&#62;
&#60;/center&#62;&#60;/div&#62;
&#60;/form&#62;
&#60;div align=&#34;center&#34;&#62;&#60;center&#62;

&#60;table WIDTH=&#34;450&#34;&#62;
&#60;tr&#62;
&nbsp; &#60;td ALIGN=&#34;center&#34;&#62;&#60;form NAME=&#34;storeForm&#34;&#62;
&nbsp; &nbsp; &#60;font SIZE=&#34;-1&#34;&#62;&#60;p&#62;&#60;input NAME=&#34;saveLogin&#34; TYPE=&#34;button&#34; VALUE=&#34;Store Login&#34;
&nbsp; &nbsp; onClick=&#34;storeLogin&#40;&#41;; history.go&#40;0&#41;;&#34;&#62;&#60;/font&#62;&#60;/p&#62;
&nbsp; &#60;/form&#62;
&nbsp; &#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
&nbsp; &#60;td VALIGN=&#34;top&#34; ALIGN=&#34;center&#34;&#62;&#60;table CELLSPACING=&#34;0&#34; CELLPADDING=&#34;10&#34;&#62;
&nbsp; &nbsp; &#60;tr&#62;
&nbsp; &nbsp; &nbsp; &#60;td ALIGN=&#34;center&#34;&#62;&#60;font FACE=&#34;arial&#34; SIZE=&#34;-2&#34;&#62;HotMail Login ID Storage Program 1.1&#60;br&#62;
&nbsp; &nbsp; &nbsp; Written and © 1998 Michael Nobilio&#60;br&#62;
&nbsp; &nbsp; &nbsp; &#60;a HREF=&#34;mailto&#58;[email protected]&#34;&#62;[email protected]&#60;/a&#62;&#60;/font&#62;&#60;/td&#62;
&nbsp; &nbsp; &#60;/tr&#62;
&nbsp; &#60;/table&#62;
&nbsp; &#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;/center&#62;&#60;/div&#62;&#60;font SIZE=&#34;-1&#34; FACE=&#34;arial&#34;&#62;&#60;b&#62;&#60;i&#62;

&#60;p align=&#34;center&#34;&#62;DIRECTIONS&#58; Click "Store Login" to save your Login ID.&#60;/i&#62;&#60;/b&#62;&#60;/p&#62;

&#60;p align=&#34;center&#34;&#62;&#60;br&#62;
&#60;/p&#62;
&#60;/font&#62;
&#60;/body&#62;
&#60;/html&#62;
That should work. :)

Peerzy
02-28-2004, 11:54 PM
okay thanks so i just enter that into a paragraph and it should make it all work :)

thanks for the help ;)


Peerzyboy :cool2:

h1
02-29-2004, 12:38 AM
NP. :)

balamm
02-29-2004, 01:01 AM
Back to "adding paragraphs" again :lol: :lol: :lol:

Peerzy
02-29-2004, 01:11 AM
it worked by adding a paragraph ha&#33; ;)


thnx everyone&#33;

Peerzyboy :cool2:

balamm
02-29-2004, 01:15 AM
You have NO idea do you ? :lol:

Peerzy
02-29-2004, 01:17 AM
No i dont, thats why i use the shitty free webs site maker insted of frontpage that i have installed or something better than that.

Peerzyboy :cool2:

balamm
02-29-2004, 01:20 AM
When you stop "adding paragraphs" and start using "scripts" and "documents" you&#39;ll be halfway there ;)

Peerzy
02-29-2004, 01:33 AM
okay, well untill i stop abusing (not self harm) my body so that half the time umunconsious i dont think its going to happen :( i would like to learn but its to much, plus i have a promising careea at the video rental shop and i have to keep up the long hours to keep my boss happy cause im aiming for a promotion ;)


Peerzyboy :cool2: