Gossamer Forum
Home : Products : DBMan : Installation :

skipping over email and URL fields without data

Quote Reply
skipping over email and URL fields without data
I've put in the code (in html.pl) to skip over unused fields but it isn't working on my email and url fields. Why not and how do I do this - below is the code I've put in sub html_record for the email field:

Thanks,
Code:
print qq|







|;



if ($rec{'Email'} gt $db_defaults{'Email'}){



print qq|



<TR><TD ALIGN="Right" VALIGN="TOP"><$font_color>Email: </FONT></TD>

<TD> <$font><A HREF="mailto:$rec{'Email'}">$rec{'Email'}</A></Font></TD></TR>





|;



}
Subject Author Views Date
Thread skipping over email and URL fields without data jury 4456 Nov 6, 2001, 2:53 AM
Post Re: [jury] skipping over email and URL fields without data
Paul 4345 Nov 6, 2001, 5:23 AM
Post Re: [jury] skipping over email and URL fields without data
LoisC 4351 Nov 6, 2001, 9:45 PM
Thread Re: [jury] skipping over email and URL fields without data
Paul 4375 Nov 7, 2001, 4:53 AM
Thread Re: [RedRum] skipping over email and URL fields without data
Paul 4346 Nov 7, 2001, 9:35 AM
Thread Re: [RedRum] skipping over email and URL fields without data
LoisC 4427 Nov 7, 2001, 2:10 PM
Post Re: [LoisC] skipping over email and URL fields without data
Paul 4314 Nov 7, 2001, 2:18 PM