> -----Original Message-----
> in the event the user disbales j'script, i'm looking for an alternative...

There is none.  Assuming the client has disabled everything on their end
means you only have HTML to work with in presenting content.  Are you
understanding this concept?

Btw, I forgot to mention that using frames is basically a bad idea.  Search
engines don't handle sites that use frames as well.  Plus, you run into
problems when giving people the URL to a specific page; it becomes necessary
to use javascript to force the reload of the page inside the frame or you
end up having to use a modified URL of some sort.  For example

http://www.mysite.com/fiction/story1.php


It sounds like you're trying to use frames to save from having to put the
same header or menu on every page.  Is this true?  If so, have you
considered creating separate files and using PHP's include command?
 
-Ed

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to