Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
?ark Templer #1
Learn How To Make Webpages Easy Tutor
Give me a Few Days ill list all sorts of html and javascrirt even php
Edited on Today at ??? Time By ???
?ark Templer Guest
-
Easy way to make a calender, or does one exist?
I need to make some calenders (2004, 2005, 2006), like you might have seen on the back of a business card. Does anybody have a location where such... -
make lots O money fast an easy
Follow the directions below and in two weeks you'll have up to $20000.00 in your PayPal account. There is a very high rate of participation in the... -
EASY WAY TO MAKE MONEY !!!
Re: ~~~A LEGIT WAY TO MAKE DECENT MONEY ~~~~ : MAKE MONEY QUICK, EASY, AND LEGALLY!!! Comments MONEY Turn $6 into $6000.00 in two... -
Here make money fast and easy
Hello amigo(a)s.. First that all I ask it excuses by sending him this message without ustéd have requested it me, I know that its time is worth... -
Newbie to spamassassin- How to make it learn?
Hi Disgusted with the amount of spam received, I installed Spamassassin2.54 and configured it, It works properly for the past one month. I use... -
-
?ark Templer #3
Re: Learn How To Make Webpages Easy Tutor
are You here To Learn? Html? Why dont you ask question on your website jennifer.!
~X~Signed By The Hacker Clan~X~
?ark Templer Guest
-
?ark Templer #4
Re: Learn How To Make Webpages Easy Tutor
Here is some code sort it out by start an end
<H1> A JavaScript Tic Tac Toe Game </H1>
Click on the button next to each position to put an X there.
<hr>
<FORM>
<INPUT SIZE=1 NAME="a0" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b0" OnClick="clickit(this)">
<INPUT SIZE=1 NAME="a1" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b1" OnClick="clickit(this)">
<INPUT SIZE=1 NAME="a2" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b2" OnClick="clickit(this)">
<BR>
<INPUT SIZE=1 NAME="a3" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b3" OnClick="clickit(this)">
<INPUT SIZE=1 NAME="a4" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b4" OnClick="clickit(this)">
<INPUT SIZE=1 NAME="a5" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b5" OnClick="clickit(this)">
<BR>
<INPUT SIZE=1 NAME="a6" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b6" OnClick="clickit(this)">
<INPUT SIZE=1 NAME="a7" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b7" OnClick="clickit(this)">
<INPUT SIZE=1 NAME="a8" OnFocus="complain(this)">
<INPUT TYPE="button" NAME="b8" OnClick="clickit(this)">
<BR>
<BR>
<BR>
Message: <INPUT NAME="output" TYPE="text"><BR>
<BR>
Difficulty: <SELECT NAME="difficulty"
OnChange="diff=form.difficulty[form.difficulty.selectedIndex].value;">
<OPTION VALUE=1> Very Easy
<OPTION VALUE=2> Easy
<OPTION VALUE=3 SELECTED> Medium
<OPTION VALUE=4> Hard (may think a long time)
</SELECT>
<BR><INPUT TYPE="button" VALUE="Computer Moves First" OnClick="
if (!step++) this.form.a4.value='O';">
<BR><INPUT TYPE="reset" VALUE="Restart" OnClick="clear_all(this.form)">
<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript Applet -------------------
/* Copyright (C)1996 Web Integration Systems, Inc. DBA Websys, Inc.
All Rights Reserved.
This applet can be re-used or modified, if credit is given in
the source code.
We will not be held responsible for any unwanted effects due to the
usage of this applet or any derivative. No warrantees for usability
for any specific application are given or implied.
Chris Skinner, January 30th, 1996.
Hacked by Derek Siker--June 6, 2002
*/
function scrollit_r2l(seed)
{
var m1 = " Welcome To My Site ";
var m2 = " its Currently Down on Maintence. ";
var m3 = " enjoy the games and other stuff ";
var msg=m1+m2+m3;
var out = " ";
var c = 1;
if (seed > 100) {
seed--;
var cmd="scrollit_r2l(" + seed + ")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
var cmd="scrollit_r2l(" + seed + ")";
window.status=out;
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit_r2l(100)",75) ;
}
}
}
// -- End of JavaScript code ---------------->
</SCRIPT>
<BODY BACKGROUND BGCOLOR="black" LINK="blue" VLINK="green" TEXT="green"
onLoad="timerONE=window.setTimeout('scrollit_r2l(1 0)',100);">
</HEAD>
<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - [url]http://www.javascript-page.com[/url]
var goodURL = "advpassword2.html"
alert("To access the following document, you must pass a "
+"members-only, authorization test.\n \n At the appropriate "
+"time, enter in your username and password.")
var username = prompt("Enter in your username","")
var password = prompt("Enter in your password","")
if (username == null || password == null) {
alert("Authenification failed!!!")
history.back();
}
else {
var combo = username + password
var total = combo.toLowerCase()
if (total == "mynamemypass" || total == "name2pass2") {
alert("You passed authenification! Come right in")
location = goodURL
}
else {
alert("Authenification failed!!!")
history.back();
}
}
//-->
</script>
<style type="text/css">
<!--
.myCrosshair {
cursor: crosshair;
}
-->
</style>
<p class="myCrosshair">This should show a crosshair!</p>
?ark Templer Guest



Reply With Quote

