[CLUE-Tech] SSI Commands

Cyberclops Cyberclops at hawaii.rr.com
Sun Jul 1 06:55:11 MDT 2001


Using Mozilla, there is a bunch of Garbage about a banner across the 
middle of the page:
*
**
function submitMe(formvar){ 
if(formvar.q1.options[formvar.q1.options.selectedIndex].text=='New 
Movies') formvar.r13.name='q13'; 
if(formvar.q1.options[formvar.q1.options.selectedIndex].text=='Preorders')formvar.r12.name='q12'; 
if(formvar['query'].value=='' && formvar.q1.value!=''){ 
if(formvar.q1.value=='new age') 
formvar.q1.options[formvar.q1.selectedIndex].value='newage'; 
if(formvar.q1.value=='hong kong') 
formvar.q1.options[formvar.q1.selectedIndex].value='HongKong'; 
if(formvar.q1.value=='sci-fi') 
formvar.q1.options[formvar.q1.selectedIndex].value='scifi'; 
if(formvar.q1.value=='boxed sets') 
formvar.q1.options[formvar.q1.selectedIndex].value='boxedsets'; 
formvar['category'].value='category'; formvar['q1'].name = 'cboCategoryName*

Gordon Forsythe wrote:

> http://anime.insane-asylum.com
> 
> I was working on this site for a while...just never finished it.
> I was mainly using includes for the ads on the left side, and I eventually
> wanted to pull the menu in as an include, but I decided to switch to php.
> If you have a problem with the menu, let me know...I designed the thing to
> work across all browsers (including mozilla).
> Here's the code for the ads and the poll...I used css for placement.
> <div class="AN">
>   <!--#include virtual="/Anime/includes/AN-sml.txt" -->
>   <br>
>   <!--#include virtual="/Anime/includes/EX-form.txt" -->
> </div>
> <div class="poll" ID="polly">
> <!--#include
> virtual="/enews/qp/qpoll31.cgi?poll_id=000100&action=replace"-->
> </div>
> 
> ----- Original Message -----
> From: "Kevin Cullis" <kevincu at orci.com>
> To: <clue-tech at clue.denver.co.us>
> Sent: Friday, June 29, 2001 11:19 PM
> Subject: Re: [CLUE-Tech] SSI Commands
> 
> 
> Hey guys,
> 
> Thanks for all of the input, now can I see the code of some sites or
> illustration?  You've all given me the WHAT it can do, I need to see HOW
> it can be done so that I can implement it myself.  The more examples the
> better it is to understand the design issues. Again, thanks.
> 
> I eagerly await your comments, again.
> 
> Kevin
> 
> Steve Fry wrote:
> 
>> They also work well for adding dynamically created menus to a site.
>> Throw a little logic into the menu (if I'm on this page - don't make it
>> a link - otherwise - make it a link) and you'll only ever have to update
>> one menu file for your entire site (depending upon how your site is laid
>> out of course).
>> 
>> Example:  http://www.hikingincolorado.org/linklist.html
>> 
>> Look for the menu - upper left - all of the pages in that site - except
>> for the main index.html page - use only one menu file {that's why I took
>> you in that way - to see the menu and not the main entry/portal-like
>> page).
>> 
>> Note:  I've got Apache set up to parse .html for SSI - hence the lack of
>> .shtml.
>> 
>> Steve
>> 
>>>> I use them a lot.  They are great.  What do you want to know?  Or was
>>> 
> that
> 
>>>> just a comment about how incredibly useful they are.
>>> 
>>> Since you're more of an expert, how do you use them?  Initially, I'm
>>> thinking just the header and footers of each page, but you've probably
>>> applied it elsewhere.  So tell me, in what cases do you use them?
>>> 
>>> Kevin
>>> _______________________________________________
>>> CLUE-Tech mailing list
>>> CLUE-Tech at clue.denver.co.us
>>> http://clue.denver.co.us/mailman/listinfo/clue-tech
>> 
>> --
>> -----------------------------------------------
>>               IR3W Web Services
>>    Steve Fry - steve at ir3w.com - 720-233-3WWW
>>     Web Site Design, Development, and More!
>>              http://www.ir3w.com
>> -----------------------------------------------
>> _______________________________________________
>> CLUE-Tech mailing list
>> CLUE-Tech at clue.denver.co.us
>> http://clue.denver.co.us/mailman/listinfo/clue-tech
> 
> _______________________________________________
> CLUE-Tech mailing list
> CLUE-Tech at clue.denver.co.us
> http://clue.denver.co.us/mailman/listinfo/clue-tech
> 
> 
> _______________________________________________
> CLUE-Tech mailing list
> CLUE-Tech at clue.denver.co.us
> http://clue.denver.co.us/mailman/listinfo/clue-tech
> 
> 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cluedenver.org/pipermail/clue-tech/attachments/20010701/c3e870aa/attachment.html


More information about the clue-tech mailing list