> I created a new button for an options menu but when you click it
> the new page breaks out of the frames.  How do i make it load into
> the frame where all the messages are displayed like the search.
>
> My link looks like this:
> <a href="javascript:myOptions();"><font color="#FFFFFF"
> size="-1"><b>Options</b></font></a>
>
> myoptions looks like this:
> function myOptions(){
>       parent.listframe.href='options.html';
> }
> do i need a target in the href or in the function???

JavaScript is case-sensitive, so change the line in your function to this:

   parent.listFrame.location.href='options.html';

Keep in mind that making mods like this will cause you lots of grief when we
update the templates next time. You're kinda on your own when taking the
mods this far. Also, creating custom html pages like "options.html" are a
PIA to modify, since IMail will cache them agressively and you won't see
updates when making changes.

-ron





______________________________________________________________________
The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc.
Questions, Comments or Glowing Praise...... mailto:[EMAIL PROTECTED]
Searchable List Archive.... http://www.mail-archive.com/[email protected]
To Manage your Subscription......... http://humankindsystems.com/lists

Reply via email to