Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] New to JavaScript, trouble w/ first prog


  • From: javascript@xxxxxxxxxx (Steve)
  • Subject: [Javascript] New to JavaScript, trouble w/ first prog
  • Date: Sun, 24 Mar 2002 17:17:27 -0600

This is a multi-part message in MIME format.

------=_NextPart_000_0021_01C1D357.C599EFE0
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Unless I missed it, you need to place a /head tag after your /script tag =
and before your body tag.
Try it and see what goes wrong next.
------=_NextPart_000_0021_01C1D357.C599EFE0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 5.50.4913.1100" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3D"Arial Black" size=3D2>Unless I missed it, you need to =
place a=20
/head tag after your /script tag and before your body tag.</FONT></DIV>
<DIV><FONT face=3D"Arial Black" size=3D2>Try it and see what goes wrong=20
next.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0021_01C1D357.C599EFE0--