Ok, here is what I have. I created a web photo gallery through Photoshop CS2
and so all the code was produced for me (im not code dumb just not saavy yet).
On the iamges pages you can leave feedback, there is a save feedback option and
a email feedback option, the email works fine, but the save does not save. Here
is the code that I believe deals with that area

<div id="feedUpFeedback">

<table width="496" border="0" cellspacing="0" cellpadding="0">

<tr>

<td colspan="3"> <table width="496" border="0" cellspacing="0"
cellpadding="0">

<tr>

<td colspan="3"><img src="../images/popOpenT.gif" width="496"
height="43"></td>

</tr>

<tr>

<td><csobj al="" csclick="BAE16AF84,BAE16B085" h="18"
ht="../images/popOpenImage-over.gif" t="Button" w="86"><a href="#"
onMouseOver="return CSIShow(/*CMP*/'button3',1)" onMouseOut="return
CSIShow(/*CMP*/'button3',0)" onClick="CSAction(new
Array(/*CMP*/'BAE16AF84',/*CMP*/'BAE16B085')); top.BottomFrame.tabShowing =
'info'; return CSClickReturn()"><img src="../images/popOpenImage.gif"
width="86" height="18" name="button3" border="0" alt="Image
Info"></a></csobj></td>

<td><img src="../images/popOpenFeedOn.gif" alt="Image Feedback"
height="18" width="83" border="0"></td>

<td><csobj al="" csclick="BAE16B256,BAE16B2E7" h="18"
ht="../images/popOpenClose-over.gif" t="Button" w="327"><a href="#"
onMouseOver="return CSIShow(/*CMP*/'button2',1)" onMouseOut="return
CSIShow(/*CMP*/'button2',0)" onClick="CSAction(new
Array(/*CMP*/'BAE16B256',/*CMP*/'BAE16B2E7')); top.BottomFrame.tabShowing =
null; return CSClickReturn()"><img src="../images/popOpenClose.gif" width="327"
height="18" name="button2" border="0" alt="Close"></a></csobj></td>

</tr>

</table></td>

</tr>

<tr>

<td width="12" background="../images/popOpenL.gif"><img
src="../images/spacer.gif" height="12" width="12" border="0"></td>

<td height="200" align="center" valign="top" bgcolor="#FFFFFF"> <div
class="feedback">

<form name="wpgFeedback">

<table width="400" border="0" cellspacing="4" cellpadding="0">

<tr>

<td colspan="2"><input type="checkbox" name="approved"
align="absmiddle" onClick="top.BottomFrame.setAsUnsaved();">

<span class="checkBoxText">Approved</span>&nbsp; <input
type="checkbox" name="other" align="absmiddle"
onClick="top.BottomFrame.setAsUnsaved();">

<span class="checkBoxText">Other</span><span
class="userAlert"><img name="saved" src="../images/spacer.gif" width="50"
height="16"></span></td>

</tr>

<tr>

<td height="10" colspan="2"><textarea name="comments"
style="width:100%; height:80px;" class="caption"
onChange="top.BottomFrame.setAsUnsaved();"></textarea></td>

</tr>

<tr>

<td width="50%"><input name="button" type="button"
class="button" onClick="top.BottomFrame.addComment('116285786-M.jpg')" value="
Save Feedback "></td>

<td width="50%"><input name="button" type="button"
class="button" onClick="top.BottomFrame.removeFeedback('116285786-M.jpg')"
value=" Remove Feedback "></td>

</tr>

<tr>

<td colspan="2"><input name="button" type="button"
class="button" onClick="top.BottomFrame.sendFeedback('116285786-M.jpg')"
value=" E-Mail Feedback "></td>

</tr>

</table>

</form>

</div>

so if anyone could help me I would greatly appriciate it

Ben