All Browsers Display Pictures Perfectly, Except Internet Explorer 7,8 and 9.
BROWSERS WHICH WORK: Google Chrome, Mozilla Firefox, Safari, Opera, Flock, etc.
The website I am trying to display is the following:
The following is the index used:
<!DOCTYPE html>
<head>
<title>Forum www.example.org</title>
</head>
<body bgcolor="#00CCFF">
<script type="text/javascript">
window.onload=function()
{
document.getElementById('NewsletterList').onchange=function()
{
window.location=('http://www.example.org/'+this.value+'');
}
}
</script>
<select id="NewsletterList">
<option value=""><b><em> ** PLEASE SELECT Newsletter 2010! ** -- CLICK This Box and Select! -- Internet Explorer 8 or 9 BETA is NOT Recommended, Until They FIX All Their BUGS. </b></em></option><!--this option takes you to your home page-->
<option value="news7">Newsletter 2010</option><!--this option takes you to your newsletter 2010-->
<option value="news3">Ileana Ros-Lehtinen, Homeless Pioneer Pics. </option><!--this option takes you to your newsletter 3-->
<option value="news4"><br>High Quality Pictures, Videos, Slide Shows and MUCH MORE. HFHF Inc. and leana Ros-Lehtinen, Homeless Pioneer Slide Show, Homeless Beaten-Up and Killed, etc.<br /></option><!--this option takes
you to your newsletter 4-->
<option value="news5">Newsletter 2009.</option><!--this option takes you to -->
<option value="news2">Newsletter 2008.</option><!--this option takes you to -->
<option value="blog/wp-login.php">BLOG: Please Login and post your comments, ideas, tips, etc. Be patient for Large Files to LOAD</option><!--this option takes you to your blog-->
<option value="news4">More! HFHF Newsletters 2010, VIDEOS, "IE9-Microsoft-Reply, ETC.</option>
</select>
.
.
.
</body>
</html>
ANY HELP WILL BE GREATLY APPRECIATED!
[edited by: tedster at 5:19 am (utc) on Aug 14, 2011]