<html><div style='background-color:'><DIV>
<P>NN doesn't seem to like handling the selectbox very well. You kinda have to go a convoluted route to get your values...<BR><BR>strMyValue = thisForm.MyValue.options[thisForm.MyValue.selectedIndex].value;</P></DIV>
<DIV></DIV>
<DIV>Cutter</DIV>
<DIV></DIV>
<DIV><A href="http://www.falcon-knives.com/">Falcon Knives</A></DIV>
<DIV>&nbsp;</DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>----Original Message Follows---- 
<DIV></DIV>From: "Jason Belanger" <BELANGERJ@EM.AGR.CA>
<DIV></DIV>Reply-To: javascript@LaTech.edu 
<DIV></DIV>To: javascript@LaTech.edu 
<DIV></DIV>Subject: Re: [Javascript] doing totals of form values client side-examples - Solved 
<DIV></DIV>Date: Wed, 22 Aug 2001 14:16:14 -0400 
<DIV></DIV>
<DIV></DIV>Hi Peter, I found out after words that it only worked in IE and nor Netscape. Here is the browser independent code for the whole page: 
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<SCRIPT language=JavaScript><!--
</DIV>function myopen(filename,windowname,properties) {
</DIV>     mywindow = window.open(filename,windowname,properties);
</DIV>}
</DIV>
</DIV>function maketotal() {
</DIV>var itemA=document.bulb.A.selectedIndex * 25;
</DIV>var itemB=document.bulb.B.selectedIndex * 8;
</DIV>var itemC=document.bulb.C.selectedIndex * 8;
</DIV>var itemD=document.bulb.D.selectedIndex * 10;
</DIV>var itemE=document.bulb.E.selectedIndex * 10;
</DIV>var itemF=document.bulb.F.selectedIndex * 10;
</DIV>var itemG=document.bulb.G.selectedIndex * 10;
</DIV>var itemH=document.bulb.H.selectedIndex * 8;
</DIV>var itemI=document.bulb.I.selectedIndex * 8;
</DIV>var itemJ=document.bulb.J.selectedIndex * 8;
</DIV>var itemK=document.bulb.K.selectedIndex * 8;
</DIV>var itemL=document.bulb.L.selectedIndex * 8;
</DIV>var itemM=document.bulb.M.selectedIndex * 8;
</DIV>var itemN=document.bulb.N.selectedIndex * 10;
</DIV>var itemO=document.bulb.O.selectedIndex * 8;
</DIV>var itemP=document.bulb.P.selectedIndex * 12;
</DIV>var itemQ=document.bulb.Q.selectedIndex * 15;
</DIV>
</DIV>var totalcost = (itemA + itemB + itemC + itemD + itemE + itemF + itemG + itemH + itemI + itemJ + itemK + itemL + itemM + itemN + itemO + itemP + itemQ)
</DIV>
</DIV>document.bulb.TOTAL.value = totalcost;
</DIV>
</DIV>}
</DIV>
</DIV>//--></SCRIPT>

<DIV></DIV>
<DIV></DIV>
<FORM name=bulb>
<DIV></DIV>
<DIV></DIV>
<TABLE cellSpacing=0 cellPadding=5 width="100%" border=1>
<DIV></DIV>
<TBODY>
<TR>
<DIV></DIV>
<TD vAlign=top align=left></TD>
<DIV></DIV>
<TD vAlign=top align=left><B>Product Description</B></TD>
<DIV></DIV>
<TD vAlign=top align=left><B>Cost</B></TD>
<DIV></DIV>
<TD vAlign=top align=left><B>Quantity</B></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('a.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="60 Bulb Garden Assortment" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/a.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV>
<P><B>60 Bulb Garden Assortment</B><BR>
<DIV></DIV>An assortment of all time favourite fall bulbs. Plant together or separately in mid to 
<DIV></DIV>late fall for a delightful array of colour and blooms throughout spring and early summer. Hardy in zones 3-8
<P></P>
<DIV></DIV></TD>
<DIV></DIV>
<TD vAlign=top align=left>$25.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=5 onchange=maketotal() size=1 name=A> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('b.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="6 Angelique Tulips" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/b.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>6 Angelique Tulips</B><BR>A double peony type tulip that 
<DIV></DIV>looks dainty but is extremely resilient. Among the last tulips 
<DIV></DIV>to bloom, usually in late May, 18-20* tall. hardy in zones 3- 
<DIV></DIV>8
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=6 onchange=maketotal() size=1 name=B> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('c.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="6 Apricot Beauty Tulips" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/c.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>6 Apricot Beauty Tulips</B><BR>A best seller! This 
<DIV></DIV>Mayflowering light rosy-apricot beauty is excellent as a cut 
<DIV></DIV>flower, growing 15 - 18* tall. hardy in zones 3-8
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=7 onchange=maketotal() size=1 name=C> <OPTION value="" selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('d.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="20 Darwin Tulips" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/d.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>20 Darwin Tulips</B><BR>These giants of the Garden Tulips 
<DIV></DIV>will bloom year after year. Enjoy a mix of colours, from 
<DIV></DIV>bright reds and oranges to soft yellows. hardy in zones 3-8
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$10.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=8 onchange=maketotal() size=1 name=D> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('e.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="12 Pastel Tulips" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/e.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>12 Pastel Tulips</B><BR>A mixture of mid-season tulips about 
<DIV></DIV>18 - 24* tall in beautiful pastel colours. Great as cut flowers! 
<DIV></DIV>hardy in zones 3-8
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$10.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=9 onchange=maketotal() size=1 name=E> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('f.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="20 Giant Yellow Daffodils" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/f.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>20 Giant Yellow Daffodils</B><BR>An outstanding value and 
<DIV></DIV>a great sign of spring! Perfect for naturalizing. hardy in zones 
<DIV></DIV>3-8
<P></P>
<DIV></DIV></TD>
<DIV></DIV>
<TD vAlign=top align=left>$10.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=10 onchange=maketotal() size=1 name=F> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('g.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="20 Mixed Daffodils" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/g.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>20 Mixed Daffodils</B><BR>We*ve chosen our best-selling daffodils 
<DIV></DIV>for this mixture. Use them for naturalizing or include in your 
<DIV></DIV>flower beds. They*ll surprise and delight you with their various 
<DIV></DIV>sizes, shapes and colours! hardy in zones 3-8
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$10.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=11 onchange=maketotal() size=1 name=G> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('h.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="25 Glory of the Snow" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/h.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>25 Glory of the Snow</B><BR>(Chianodoxa forbessi) Petite 
<DIV></DIV>Lilac blue flowers are great interplanted with daffodils. Good 
<DIV></DIV>naturalizers! hardy in zones 3-8
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=12 onchange=maketotal() size=1 name=H> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('i.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="6 Mixed Hyacinths" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/i.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>6 Mixed Hyacinths</B><BR>An excellent selection of mixed 
<DIV></DIV>colours and varieties that will add a wonderful fragrance to 
<DIV></DIV>your spring gardens! Growing 8 - 12* tall, blooming March 
<DIV></DIV>- April. Great for forcing! hardy in zones 4-9
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=13 onchange=maketotal() size=1 name=I> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('j.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="25 Snow Crocus" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/j.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>25 Snow Crocus</B><BR>This delightful mix of crocus will be 
<DIV></DIV>the first flowers to greet you each spring! You*ll enjoy a 
<DIV></DIV>pleasant arrary of colours from soft lavender to glowing 
<DIV></DIV>yellow to deep violet; 4 - 6* tall blooming from Feb to March. 
<DIV></DIV>hardy in zones 3-9
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=14 onchange=maketotal() size=1 name=J> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('k.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="35 Mixed Dutch Iris" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/k.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>35 Mixed Dutch Iris</B><BR>Carefully selected, graceful and 
<DIV></DIV>elegant mix of spectacular Dutch Iris. Colours range from 
<DIV></DIV>deep purple to creamy white, golden yellow and soft 
<DIV></DIV>blue/violet. Growing 24* tall and blooming May to June. 
<DIV></DIV>hardy in zones 4-9
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=15 onchange=maketotal() size=1 name=K> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('l.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="25 Windflowers Mix" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/l.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>25 Windflowers Mix</B><BR>(Anemone blanda) Delightful 
<DIV></DIV>daisy-like flowers which produce blankets of flowers during* 
<DIV></DIV>April and May each year. Low growing (6* tall) and great 
<DIV></DIV>as naturalizers and for borders. hardy in zones 5-9
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=16 onchange=maketotal() size=1 name=L> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('m.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="25 Grape Hyacinths" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/m.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>25 Grape Hyacinths</B><BR>(Muscari armeniacum) These 
<DIV></DIV>bright blue flowers are terrific interplanted with cheery 
<DIV></DIV>yellow and gold daffodils. You*ll get years of pleasure from 
<DIV></DIV>these delightful little flowers; 6 - 8* tall and blooming in 
<DIV></DIV>early April. hardy in zones 3-8
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=17 onchange=maketotal() size=1 name=M> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('n.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="5 Asiatic Lilies" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/n.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>5 Asiatic Lilies</B><BR>A charming mix of easy-to-grow lilies 
<DIV></DIV>that will bring you year after year of beauty! All they need 
<DIV></DIV>is a sunny or partially sunny spot. Growing 30-60* tall with 
<DIV></DIV>terrific blossoms in June to July. hardy in zones 4-9
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$10.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=18 onchange=maketotal() size=1 name=N> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('o.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="15 Spanish Blue Bells Mix" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/o.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>15 Spanish Blue Bells Mix</B><BR>(Scilla Hyacinthoides 
<DIV></DIV>hispanica) Bell shaped flower clusters of pink, white and red 
<DIV></DIV>on 15-18* stems. Ideal planted with daffodils, thrive in shady 
<DIV></DIV>spots and multiply each year. hardy in zones 4-9
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$8.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=19 onchange=maketotal() size=1 name=O> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('p.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="Paperwhite Narcissus Kit" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/p.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>Paperwhite Narcissus Kit</B><BR>Bring the scent of spring 
<DIV></DIV>indoors this winter! This kit includes 4 Paperwhite Narcissus 
<DIV></DIV>bulbs, a white plastic pot and saucer, growing medium and 
<DIV></DIV>planting instructions. A perfect gift! indoor plant
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$12.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=20 onchange=maketotal() size=1 name=P> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left><A href="javascript:myopen('q.htm','windowName','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,width=181,height=200')">
<DIV></DIV><IMG height=84 alt="Red Lion Amaryllis Kit" src="http://lw4fd.law4.hotmail.msn.com/cgi-bin/dasp/EN/IMAGES/q.jpg" width=75 border=0></A></TD>
<DIV></DIV>
<TD vAlign=top align=left>
<P><B>Red Lion Amaryllis Kit</B><BR>This great gift kit includes 1 
<DIV></DIV>large Amaryllis bulb, a white plastic pot and saucer, growing 
<DIV></DIV>medium and instructions. Long lasting flowers; 18 - 24* tall. 
<DIV></DIV>indoor plant
<P></P></TD>
<DIV></DIV>
<TD vAlign=top align=left>$15.00</TD>
<DIV></DIV>
<TD vAlign=top align=left>
<DIV></DIV><SELECT tabIndex=21 onchange=maketotal() size=1 name=Q> <OPTION value=0 selected>0</OPTION> <OPTION value=1>1</OPTION> <OPTION value=2>2</OPTION> <OPTION value=3>3</OPTION> <OPTION value=4>4</OPTION> <OPTION value=5>5</OPTION> <OPTION value=6>6</OPTION> <OPTION value=7>7</OPTION> <OPTION value=8>8</OPTION> <OPTION value=9>9</OPTION> <OPTION value=10>10</OPTION></SELECT> 
<DIV></DIV></TD>
<DIV></DIV></TR>
<DIV></DIV>
<DIV></DIV>
<TR>
<DIV></DIV>
<TD vAlign=top align=left>&nbsp;</TD>
<DIV></DIV>
<TD vAlign=top align=left>&nbsp;</TD>
<DIV></DIV>
<TD vAlign=top align=left><B>Total Cost</B> 
<DIV></DIV></TD>
<DIV></DIV>
<TD vAlign=top align=left><INPUT tabIndex=22 name=TOTAL></TD>r=no, 
<DIV></DIV></TR>
<DIV></DIV></TBODY></TABLE>
<DIV></DIV>
<DIV></DIV>
<P align=left><INPUT type=submit value=Submit name=B1><INPUT type=reset value=Reset name=B2></P>
<DIV></DIV>
<P align=left></P>
<DIV></DIV></FORM>
<DIV></DIV>
<HR>

<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>
<DIV></DIV>Jason Belanger 
<DIV></DIV>Web Technologies System Specialist 
<DIV></DIV>(613) 759-7809 
<DIV></DIV>belangerj@em.agr.ca 
<DIV></DIV>http://www.agr.ca/ 
<DIV></DIV>_______________________________________________ 
<DIV></DIV>Javascript mailing list 
<DIV></DIV>Javascript@LaTech.edu 
<DIV></DIV>http://www.LaTech.edu/mailman/listinfo/javascript 
<DIV></DIV></div><br clear=all><hr>Get your FREE download of MSN Explorer at <a href='http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.com</a><br></html>