Since the question is on style, how about this:
I am too bored to write navigational toolbars all the time, so once I have it
once, in global.asa:

sub head {
    my ($page,$title) = @_;
    return   '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
               .'<tr bgcolor="#003399"> '
               .'<td valign="middle" width="84%"><a href="index.asp"><img
src="images/cine230x60.jpg" width="230" '
               .'height="60" border="0" hspace="5" vspace="10" align="left"
alt="Cine.gr"></a> '
               .'</td>'
               .'<td valign="bottom" nowrap> '
               .'<div align="left"> '
               .'<form method="GET" action="redir.asp" name="quicklink">'
               .'<nobr><font face="Tahoma" size="2" color="#FFFFFF"><b>Quick
Links:</b></font> '
               .'<br>'
...
anyways, You get the point...
and in each .asp file: <%head('whatever.asp','Page Title')&>
Is it any good ?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to