зеркало из https://github.com/mozilla/pjs.git
clone test
This commit is contained in:
Родитель
819907dcbd
Коммит
cf972d6bf3
|
@ -0,0 +1,26 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Clone test</TITLE>
|
||||
<SCRIPT>
|
||||
function clonePara()
|
||||
{
|
||||
var p = document.getElementsByTagName("P")[0];
|
||||
var newp = p.cloneNode(true);
|
||||
|
||||
document.body.appendChild(newp);
|
||||
}
|
||||
</SCRIPT>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<H1>Clone test</H1>
|
||||
|
||||
<P>If you press the button <B>below</B>, this paragraph and the
|
||||
image <IMG SRC="flamer.gif"> will be <FONT SIZE=+3>cloned</FONT>.
|
||||
If you see an <I>exact</I> copy of this paragraph, the test
|
||||
succeeded.</P>
|
||||
|
||||
<FORM>
|
||||
<INPUT TYPE="button" NAME="clone" VALUE="Clone" onClick="clonePara();">
|
||||
</FORM>
|
||||
</BODY>
|
||||
</HTML>
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 11 KiB |
Загрузка…
Ссылка в новой задаче