.


:




:

































 

 

 

 


18. web17.hml, , web18.html




 

<HTML>

<HEAD>

<TITLE> 2</TITLE>

</HEAD>

<FRAMESET COLS="10%, 10%, 10%, *">

<FRAME SRC="k1-1.html">

<FRAME SRC="k2-1.html">

<FRAME SRC="k3.html">

<FRAME SRC="k4.html">

</FRAMESET>

</HTML>

. , . , , , .

 

 

19. web17.html, , web19.html.

 

 
 

20. web18.html , 100 , , (. .1).

. 1.


web20.html.

 

 

 
 

21. web20.html , (. .2). web21.html.

.2. .

 

 

 
 

22. HTML-, () , ag00002_.gif, , (. .3). web22.html.

.3.


 

23. , , (). . web23.html.

<HTML>

<HEAD>

<TITLE> </TITLE>

</HEAD>

<FRAMESET COLS="*, 85%">

<FRAME SRC="../images/ag00002_.gif" SCROLLING=NO>

<FRAME SRC="k2-1.html">

</FRAMESET>

</HTML>

 

 

24. , , 50% 300 . align . web24.html. fly.html .

 

<HTML>

<HEAD>

<TITLE> ()</TITLE>

</HEAD>

<BODY bgcolor="FFCCFF">

<IFRAME ALIGN=RIGHT WIDTH=50% HEIGHT=300 SRC="fly.html"></IFRAME>

<H1><CENTER> "" </CENTER></H1>

<H3> "" <I><IFRAME></I></H3>

</BODY>

</HTML>

 

fly.html

<HTML>

<HEAD>

<TITLE> (). </TITLE>

</HEAD>

<BODY bgcolor="CCCCFF">

<H2><CENTER> "" </CENTER></H2>

<H4> "" (), . "" <B><IFRAME></B>. , 50% 300 . <I>align</I> .</H4>

</BODY>

</HTML>

 

 
 

4. HTML-, . 4. index4.html.

 

. 4.

 

25. web-site , , ‑ . 4. . , web25.html.


 

<HTML>

 

<HEAD>

<TITLE> </TITLE>

</HEAD>

<BODY>

<H3> </H3>

<FORM METHOD=POST ACTION="mailto:[email protected]">

<BR>

<HR SIZE=3 ALIGN=Center>

<H4></H4>

<INPUT TYPE="text" NAME="name" SIZE="25"> , :

 

<BR>

<HR SIZE=3 ALIGN=Center>

<H4> ( )</H4>

<H3><IMG SRC="../images/Image2.gif" ALT="-"> ?</H3>

<INPUT TYPE="radio" NAME="choice 1" VALUE="information">

<BR>

<INPUT TYPE="radio" NAME="choice 1" VALUE="pictures"> ,

<BR>

<INPUT TYPE="radio" NAME="choice 1" VALUE="communication">

<BR>

<INPUT TYPE="radio" NAME="choice 1" VALUE="free time">

<BR>

<INPUT TYPE="radio" NAME="choice 1" VALUE="others">

 

<BR>

<HR SIZE=3 ALIGN=Center>

<H3><IMG SRC="../images/Image2.gif" ALT="-"> Microsoft?</H3>

<INPUT TYPE="checkbox" NAME="choice 2" VALUE="Win95">

<INPUT TYPE="checkbox" NAME="choice 2" VALUE="Win95">

 

<BR>

<HR SIZE=3 ALIGN=Center>

<H2> ?</H2>

<H4><IMG SRC="../images/Image2.gif" ALT="-"> , ?</H4>

<SELECT NAME="choice 3" SIZE="5">

<OPTION VALUE="1" SELECTED>

<OPTION VALUE="2">

<OPTION VALUE="3">

<OPTION VALUE="4">

<OPTION VALUE="5">

</SELECT>

<BR>

 

<BR>

<HR SIZE=3 ALIGN=Center>

<H2></H2>

<H4><IMG SRC="../images/Image2.gif" ALT="-"> , .</H4>

<TEXTAREA NAME="Comment" Rows=6 COLS=60></TEXTAREA><BR>

<BR>

 

<BR>

<HR SIZE=3 ALIGN=Center>

<H2> </H2>

<INPUT TYPE="submit" VALUE="SUBMIT">

<INPUT TYPE="reset" VALUE="RESET">

</FORM>

</BODY>

</HTML>

 

26. , 6, 5 HTML- . , . . , . HTML- web26.html.

27. 1 web27-1.html, 2 web27-2.html. .

1. 2.
<html> <script language="JavaScript"> <!-- hide   document.write(" !<br>"); document.write(" JavaScript!<br>");   document.write(" !<br>"); document.write(" JavaScript!<br>");   document.write(" !<br>"); document.write(" JavaScript!<br>");   // --> </script> </html> <html> <script language="JavaScript"> <!-- hide   function myFunction() { document.write(" !<br>"); document.write(" JavaScript!<br>"); }   myFunction(); myFunction(); myFunction();   // --> </script> </html>

28. , , . web28.html.

<html>

<head>

 

<script language="JavaScript">

<!-- hide

 

function calculation() {

var x= 12;

var y= 5;

 

var result= x + y;

 

alert(result);

}

 

// -->

</script>

 

</head>

<body>

 

<form>

<input type="button" value="Calculate" onClick="calculation()">

</form>

 

</body>

</html>

29. , . web29.html.

<html>

<head>

<script language="JavaScript">

<!-- hide

 

function openWin() {

myWin= open("bla.htm");

}

 

// -->

</script>

</head>

<body>

 

<form>

<input type="button" value=" " onClick="openWin()">

</form>

 

</body>

</html>

 

30. , . web30.html.

<html>

<head>

<script language="JavaScript">

<!-- hide

 

function openWin2() {

myWin= open("bla.htm", "displayWindow",

"width=400,height=300,status=no,toolbar=no,menubar=no");

}

 

// -->

</script>

</head>

<body>

 

<form>

<input type="button" value=" " onClick="openWin2()">

</form>

 

</body>

</html>

 

 

31. . web31.html.

 

<html>

<head>

 

</head>

<body bgcolor=#ffffff>

 

<center>

<img src="../images/ag00001_.gif" name="pic1" width=200 height=100>

</center>

 

<p>

 

<form name="myForm">

Name:

<input type="text" name="name" value=""><br>

e-Mail:

<input type="text" name="email" value=""><br><br>

<input type="button" value="Push me" name="myButton" onClick="alert('Yo')">

</form>

 

<p>

<center>

<img src="../images/ag00002_.gif" name="pic4">

<p>

 

<a href="http://www.iatp.unibel.by/">IATP web site</a>

</center>

 

</body>

</html>

 

32. . web32.html.

<html>

<head>

<title>Objects</title>

 

<script language="JavaScript">

<!-- hide

 

function first() {

 

// ,

// ,

 

alert("The value of the textelement is: " +

document.myForm.myText.value);

}

 

function second() {

 

// \ \ \ \

 

var myString= "The checkbox is ";

 

// , ?

if (document.myForm.myCheckbox.checked) myString+= "checked"

else myString+= "not checked";

 

//

alert(myString);

}

 

// -->

</script>

</head>

<body bgcolor=lightblue>

 

<form name="myForm">

<input type="text" name="myText" value="bla bla bla">

<input type="button" name="button1" value="Button 1"

onClick="first()">

<br>

<input type="checkbox" name="myCheckbox" CHECKED>

<input type="button" name="button2" value="Button 2"

onClick="second()">

</form>

 

<p><br><br>

 

<script language="JavaScript">

<!-- hide

 

document.write("The background color is: ");

document.write(document.bgColor + "<br>");

 

document.write("The text on the second button is: ");

document.write(document.myForm.button2.value);

 

// -->

</script>

 

</body>

</html>


 





:


: 2016-10-07; !; : 684 |


:

:

, ,
==> ...

1503 - | 1423 -


© 2015-2024 lektsii.org - -

: 0.069 .