home *** CD-ROM | disk | FTP | other *** search
/ sau9.org / sau9.org.zip / sau9.org / mathapp / place_tut.asp < prev    next >
Text File  |  2002-12-03  |  2KB  |  47 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Place Value Tutorial</TITLE>
  4. </HEAD>
  5. <BODY bgcolor="#FFFFFF">
  6. <table> <tr><td align=center><font face=tahoma><h2>Place Value Tutorial</h2></td><td><div align="center"><img src="math.gif" width="177" height="141"></div></tr><tr><td>
  7. <%
  8. set level=request("level")
  9. set idStudent=request("idStudent")
  10. set intstatus=request("intstatus")
  11. 'response.write "intstatus=" & intstatus
  12. 'response.write "lev=" & level
  13. If LEvel >=3 then
  14. response.write "<font face=tahoma>Please contact your teacher, you have already tried this section "
  15. response.write level & " times."
  16. else
  17. %>
  18.  
  19. <form action=place_tut_end.asp method=post>
  20. <input type=hidden name=level value=
  21.  
  22. <%
  23. response.write level
  24. response.write ">"
  25. response.write "<input type=hidden name=idStudent value="
  26. response.write idStudent
  27. response.write "><input type=hidden name=intstatus value="
  28. response.write intstatus
  29. response.write ">" 
  30. %>
  31.  
  32.  
  33. <!--Place Value 376.842 decimal point tenths hundredths thousandths ones tens hundreds --><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  34.  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
  35.  WIDTH=550 HEIGHT=400>
  36.  <PARAM NAME=movie VALUE="pla_tut.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="place_tut.swf" loop=false quality=high bgcolor=#FFFFFF  WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
  37. </OBJECT>
  38. </td></tr>
  39. <tr><td align=center>
  40.  
  41. <input type=submit value="OK, I'm ready for the knowledge check"></form></td></tr></table>
  42. <%
  43. end if
  44. %>
  45. </BODY>
  46. </HTML>
  47.