[jQuery] load record and show form, two responses from clicking one link

[jQuery] load record and show form, two responses from clicking one link

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi-</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have to thank you all for things like 15 days of
jquery and the sites with the tutorials, I've been able to add some great things
to my pages lately.  Apologies if this question is stupid.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have a form.  There's a table on the page
that displays the records.  Each record has an "edit" button.  Hit the
"edit" button, the record gets loaded and the form is displayed - in Firefox
2.0+, not in earlier versions or any versions of Internet Explorer.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Here's the code:</FONT></DIV>
<DIV><FONT face=Arial size=2>script
type="text/javascript">;<BR>$('a#slick-show').click(function()
{<BR>$('div#the_form').show('slow');<BR>});<BR></script><BR><a
href='admin.php?id={$row['id']}&action=edit' class='bold'
id='slick-show'>edit</a></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I've been looking at "bind"?  I
tried:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>$('a#slick-show').bind("click", function()
{<BR>$('div#the_form').show('slow') );<BR>});</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>but no luck - it breaks it in Firefox and I get an
error message "missing ; before statement"</FONT><FONT face=Arial
size=2><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Any thoughts very much appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Take care.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Hugh</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>