Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [Stoosh] Using Frames

Quote Reply
Re: [Stoosh] Using Frames In reply to
1. To make normal links Image buttons or <input type="button" ...>, you'll have to use javascript. Something like this:
Code:
<script>document.write('<input type="button" value="next" onclick="javascript:window.location.href=\'<%msgs_next%>\'">')</script><noscript> ... </noscript>

2. Similar to something like the above

3. You need to call <%GMail::Folders::info%> before the folders_* variables are available (see admin/GMail/Folders.pm).

4. Sorry, not sure what you're trying to ask.

5. Send me an email and I'll send you a copy.

Adrian
Subject Author Views Date
Thread Using Frames Stoosh 3153 Apr 30, 2002, 11:59 AM
Thread Re: [Stoosh] Using Frames
brewt 3067 Apr 30, 2002, 12:04 PM
Thread Re: [brewt] Using Frames
Stoosh 3044 Apr 30, 2002, 8:04 PM
Thread Re: [Stoosh] Using Frames
brewt 3042 May 1, 2002, 12:45 PM
Thread Re: [brewt] Using Frames
Stoosh 3035 May 1, 2002, 2:33 PM
Post Re: [Stoosh] Using Frames
brewt 2993 May 4, 2002, 7:14 PM