I am going nuts trying to figure out why the rename section of mailboxes
doesn't work for us.
I have included the following bits of code. They appear correct and
cause no errors except after hitting the rename button.
It returns a document empty page in netscape, and a can't find page in
IE.
************* subfold.html - rename section ************
<tr>
<td valign=top>
<font face="verdana,arial,helv" size="2"><b>Rename a
Mailbox</b><br><br>To rename an existing mailbox, choose it from the
list
to the right. Enter a new name in the box below and Click
on
the <b>Rename</b> button.<br>
<form action="frename.<!--IMAIL.Number-->.cgi" method="POST">
<input type="hidden" name="mbx"
value="<!--IMAIL.CurrentMailbox-->">
<input type="hidden" name="page" value="rename_folder">
</td>
</tr>
<tr>
<td valign=top>
<table border=0>
<tr>
<td>
<select name="MbxList" size="5" onChange="return
validate(this.form);">
<!--IMAIL.ShowAllMailboxes--></select>
</td>
<td>
<input type="text" name="txtChMailbox" size="20" maxlength="255">
<input type="button" Value="<!--IMAIL.RenameMailboxButton.Rename-->"
onClick="return verifyRename(this.form);">
<td></form>
</td>
</tr>
</table>
</td>
</tr>
************* RESULT FROM BROWSER ****************
<tr>
<td valign=top>
<font face="verdana,arial,helv" size="2"><b>Rename a
Mailbox</b><br><br>To rename an existing mailbox, choose it from the
list
to the right. Enter a new name in the box below and Click
on
the <b>Rename</b> button.<br>
<form action="frename.41566.cgi" method="POST">
<input type="hidden" name="mbx" value="Main">
<input type="hidden" name="page" value="rename_folder">
</td>
</tr>
<tr>
<td valign=top>
<table border=0>
<tr>
<td>
<select name="MbxList" size="5" onChange="return
validate(this.form);">
<option>Andrea<option>Friends<option>Jokes<option>Junkmail<option>Main<option>Moms<option>Pictures<option>Pooper<option>Project1<option>Sent<option>Spam<option>Work<option>Friends.Chris<option>Friends.Mark<option>Friends.OutaTown<option>Friends.OutaTown.Gil</select>
</td>
<td>
<input type="text" name="txtChMailbox" size="20" maxlength="255">
<input type="button" Value="Rename" onClick="return
verifyRename(this.form);">
<td></form>
</td>
</tr>
</table>
</td>
</tr>
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.