Hi!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I need a
HELP with my prompt! In a prompt, when I pressed enter, and the prompt field's character has less than minimum character(s), it alerts "type at least 6 characters please"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I forgot, the code
PHP Code:
<script type="text/javascript" language="javascript">
alert("Welcome to template maker, a template made just by PROMPTS! Note there are ")
var a=prompt("For the first prompt, type the BACKGROUND-COLOR of your site","")
var b=prompt("Next, type the FONT-FAMILY of your site","");
var c=prompt("Type the TEXT-COLOR of your site","");
var d=prompt("Type the FONT-SIZE of your site","");
var e=prompt("Type the COLOR of your LINKS","");
var f=prmopt("When you mouse over a link, type the COLOR again","");
alert("Header time!")
var g=prompt("Type the FONT-COLOR of your site","");
</script>