Thank you for the advice! That's just what I needed to know. I am
currently designing my presentation for a staff meeting regarding purchasing
iMail.
Since this is a forum where many negative things are openly discussed, I
would be interested in hearing the worst problems with iMail that I can
expect to run into if we purchase the product. I obviously shouldn't waste
mailing-list space with such stuff, so please e-mail directly to
[EMAIL PROTECTED] if you have information to share to help my
decision, good or bad.
Thanks!
-Curtis
By the way, this listserv is definitely a positive mark for iMail on my
list.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, May 08, 2000 2:21 PM
To: [EMAIL PROTECTED]
Subject: RE: [IMail Forum] Potential puchase of iMail
> Another (MINOR) thing (just tell me if I need to get off this list
> and onto a Basic Web Design list) is that I would like to not have
> the Options menu ever be open by default when they click to the
> menu page (even if they left it open the last time they logged out).
> Is that an iMail tag issue or am I just really behind on web design?
This goes a bit beyond simple changes. What makes many changes tricky is
that you are now dealing with both standard stuff (HTML, JavaScript) as well
as non-standard stuff (IMail tags/control). Sometimes, you have to mix the
two, which can take talent.
My solution to the problem you mention is to split the main menu into two
different "pages" (one .HTML file, that displays the list of mailboxes, but
if a certain field is added to the URL it will instead show the options).
The Options page will always show all the available options, I took out the
tage to only display them if the "+" button has been hit.
IMail uses one of its tags to determine whether or not the options should be
expanded. You could replace that with a JavaScript variable, that would
start off as 0 (not expanded), and then instead of the "+"/"-" buttons going
to a URL, they could go to JavaScript code that would toggle the variable,
and then make appropriate changes (hide or re-display the options, change
the "+" to "-" or vice versa).
-Scott
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.