Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [JackOng] head_include

Quote Reply
Re: [JackOng] head_include In reply to
my header_include looks like this





<script language=JavaScript>
<!--
chkwin = false;
//-->
</script>
<!-- Popup check email window if logging on -->
<%if login_state%>
<%if pop_num%>
<%if options_mailbox_download_email%>
<script language=JavaScript>
<!--
if (!chkwin) {
chkwin = window.open('webmail.cgi?<%url_hidden%>&page=pop_stream.htm&rand=' + Math.random(), 'status', 'scrollbars=yes,width=330,height=150');
}
//-->
</script>
<%endif%>
<%elsif account_mode eq 'individual_pop'%>
<%if options_mailbox_download_email%>
<script language=JavaScript>
<!--
if (!chkwin) {
chkwin = window.open('webmail.cgi?<%url_hidden%>&page=pop_stream.htm&rand=' + Math.random(), 'status', 'scrollbars=yes,width=330,height=150');
}
//-->
</script>
<%endif%>
<%endif%>
Subject Author Views Date
Thread head_include miefert 3807 Jan 4, 2002, 9:42 AM
Thread Re: [miefert] head_include
Jack 3664 Jan 6, 2002, 4:08 PM
Thread Re: [JackOng] head_include
miefert 3651 Jan 7, 2002, 3:01 AM
Thread Re: [miefert] head_include
Alex 3651 Jan 7, 2002, 11:59 AM
Post Re: [Alex] head_include
miefert 3636 Jan 8, 2002, 2:56 AM