No, not really. You could do a
document.getElementById('date').innerHTML=eventa[0];
//cont. this
... then make an array
var eventa=new Array();
eventa[0]="event 1";
//cont. array
I will try it out. By the way, I can't use that javascript to make buttons, because I will have other content on the real page, so I can't use document.write, so I'll just put in the buttons. What's...
For some reason the joke maker is not working. With this, they can do 4 things 1. make a joke 2. make an answer for their joke 3. look at other's jokes 4. check their answers. Nothing works.
<html>
<head>
<script language="JavaScript">
<!-- Begin
function validateForm()
{
var x=document.forms["form"]["email"].value
var xs=document.forms["form"]["email2"].value
function validateForm()
{
var x=document.forms["myForm"]["email"].value
var atpos=x.indexOf("@");
var dotpos=x.lastIndexOf(".");
if (atpos<1 || dotpos<atpos+2 ||...
<img onclick="verify()" src="">
Please don't call javscripts java, as java is completely different than javascript. I f you want something shorter, I would go js.