"
newwin = window.open("","windowname","height=320,width=320,resizable")
newwin.document.write(contain)
}
function PROMPTTEST()
{
var PROMPTVALUE = document.Add.PROMPTVALUE.value
var NAME = prompt(PROMPTVALUE,"")
document.Add.write.value = (NAME)
alert(NAME+", has now been written in the textarea above")
}
function PROMPTSOURCE()
{
var PROMPTVALUE = document.Add.PROMPTVALUE.value;
var QUOTE = document.Add.QUOTE.value;
document.Add.write.value = ("
Javascript Generator
Use the forms below to enter details, then click Source Code for the JavaScripts!