Clicking the French flag here (
http://isales.com/fhs/simp.jsp) using FF changes the text to french. Clicking the american flag switches back to english. With IE7 clicking the French flag doesn't switch the text. What did I do wrong? Thanks!
<html>
<head>
<title></title>
</head>
<body bgcolor=e4e4e4>
<style type=text/css>
#table
{
border-top: 1px black solid;
border-left: 1px black solid;
border-bottom: 1px black solid;
border-right: 1px black solid
}
</style>
<center>
<table id=table border=0 cellspacing=0 cellpadding=0 bordercolor=black width=600 bgcolor=ffffff>
<tr>
<td colspan=3 width=600 ><img src="title.png"/></td>
</tr>
<tr>
<td width=200 ><a href="simp.jsp"><img src="home.png" border="0"/></a></td>
<td width=200 ><a href="announcements.jsp"><img src="announcements.png" border="0"/></a></td>
<td width=200 ><a href="tutoring.jsp"><img src="Tutoring.png" border="0"/></a></td>
</tr>
<tr><td colspan=3>
<div style=
"border: solid 0 #000; border-top-width:1px; padding:1.5ex">
<table border=0 cellpadding=0>
<tr>
<td colspan=2 width=400>
Welcome to the Wheeler High School French Honor Society Website. French Honor Society is a national honorary organization that works to promote the knowledge of French language and culture. The Society also serves to recognizes students who have proven themselves academically over the course of their French education. Members of Wheeler?s French honor society also work to give back to the French community by tutoring rising French students.
null
</td>
<td width=200><img width=200 src="paris2.jpg"/><br>
<br>Sponsor: Madam Safir<br>
President:<br>
Secretary:<br>
Treasurer:<br>
</td>
</tr>
</table>
</div>
</tr>
<tr>
<td colspan=3><div align=right>
<form method=post action=simp.jsp>
<input type="image" name="lang" value= am src="amfg.png">
<input type="image" name="lang" value= fr src="frfg.png">
</form>
</tr>
</table>
</center>
</body>
</html>