/    Sign up×
Community /Pin to ProfileBookmark

Nothing Displays After JavaScript in IE but perfect in Firefox??

Hi,

I’m trying to have links and javascript and maybe an iframe on one IE page. It should work out but for some reason, everything after the javascript in the body does not display. I am including the text below so you can see. Please help! It works fine in Firefox!

<html>

<head><title>TSL: Refuah Keruva Lavo!</title>

<script language=”JavaScript”>
<!–Hide from older
function MonthTxt (MonthNumber)
{
var Month=new Array();
Month[1]=”January”;
Month[2]=”February”;
Month[3]=”March”;
Month[4]=”April”;
Month[5]=”May”;
Month[6]=”June”;
Month[7]=”July”;
Month[8]=”August”;
Month[9]=”September”;
Month[10]=”October”;
Month[11]=”November”;
Month[12]=”December”;
return Month[MonthNumber];
}
//stop hiding –>

</script>

</head>

<body>

<center><img src=”tehillimword.gif” height=”175″ width=”200″><br></center>

<script language=”JavaScript”>
<!–hide from older browsers
var Today=new Date();
var ThisMonth=Today.getMonth()+1;
var ThisDay=Today.getDate();
var ThisYear=Today.getFullYear();
var MonthName=MonthTxt(ThisMonth)

document.write(“<BR><CENTER><U>Today is <B>”+MonthName+” “+ThisDay+”, “+ThisYear+” </B>(according to your computer)<BR>”);
document.write(“<B>Shabbat Parashat Behar</B><BR>”);

//stop hiding –>

</script>

<!–Links–!>
<table width=”10%” align=”left”>
<tr>
<td><b><a href=”index.htm”>About</a></td>
</tr>
<tr>
<td><b><a href=”tsltable.htm” target=”_blank”>TSL Names</a></td>
</tr>
<tr>
<td><b><a href=”addrem.htm”>Add Name(s)</td>
</tr>
<tr>
<td><b><a href=”addrem.htm”>Remove Name(s)</td>
</tr>
<tr>
<td><B><a href=”suggest.htm”>Suggestions</td>
</tr>
</table>

<br><br>

<!–Recent News!–>
<!–Commented out right now <iframe width=”70%” height=”25%” align=”center” url=”updates.htm”></iframe>

</body>

</html>

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@FangMay 18.2005 — Comment in body:

[COLOR=Green]<!--[/COLOR] Links [COLOR=Green]-->[/COLOR]

one exclamation mark

[URL=http://www.w3schools.com/default.asp]Tutorials[/URL]
Copy linkTweet thisAlerts:
@moshashauthorMay 18.2005 — thank you!
×

Success!

Help @moshash spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...