Hello MNibble

As a couple of other writers have said. Why are you using 'HTML FRAMES'
and JavaScript to load them?

Get a book on CSS and read it carefully. Then try a few things. Use
XHTML preferably and it is all done on 'the user side'. That one CSS
file can describe every page you want to have displayed - including
links. And you can have multiple css files on your site.

All you need to do is write that CSS file and then have each (X)HTML
page refer to one or the other of your CSS files. The one you need for
'THAT PARTICULAR PAGE'.

CGI should be kept for the server side manipulations of user data. Which
is secure.

The manipulation of FRAMES from CGI is a waste of time. And where I live
with a standard link speed of 1.2Kb/sec speed means a lot to me.

YES - No Broadband.

cheers from James

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to