CIS 757   Week 05

1.   Take  https://auciello.tripod.com/jsqu02.html  Quiz.  Practice with the following  Javascript Math Commands:

Math.abs(x)
 Math.random()
 Math.max(x,y)
 Math.exp(x)
 Math.sqrt(x)
 Math.pow(x,y)
 Math.log(x)
 Math.ceil(x) 
 Math.round(x)  
 Math.min(x,y)
 Math.floor(x)

in Section 1 of the Quiz.   Try Integers (3)  and Decimal Numbers  (1.44).  When you have tried them all, and learned what each one does,  post  100jsqu02 on Att/Part Form.

2.  Click  http://www.universitywildcats.org/       University High -- West Los Angeles

1.   Access it.   2.  Get the source code (demo on Thurs).   3.   Use FrontPage 4.   Study "Contact Us" Button.   It has the following code:

<DIV class=subNav id=topNav10Sub
          onmouseover="MM_swapImage('topnav10','','/pics/topnav10f2.gif',1)"
          style="Z-INDEX: 3000; POSITION: absolute" onmouseout=MM_swapImgRestore()>
   <UL class=list>
   <LI><A href="http://www.universitywildcats.org/apps/temp.jsp">Phone Directory</A> </LI>
   <LI><A href="http://www.universitywildcats.org/apps/staff">Teachers/Staff</A></LI>
   </UL>
</DIV>

Study code above:  What is a DIV?  What's its Name?  Is onmouseover an event processing command?  Do images swap?  Does LI put a bullet in front?  Can you modify this button?

CIS 757    Web Design & Internet Programming    Sect #0168     3 units  Tues - Thur  9:15 - 11:20 am.   K305.   Prof. Joseph Auciello (Prof A).