mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
414 B
HTML
21 lines
414 B
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
|
||
|
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
|
||
|
<TITLE>Document Title</TITLE>
|
||
|
</HEAD>
|
||
|
|
||
|
<script>
|
||
|
var value = "should ";
|
||
|
</script>
|
||
|
<!-- Insert HTML here -->
|
||
|
<iframe>
|
||
|
<script language="javascript"> value += "not ";</script>
|
||
|
</iframe>
|
||
|
<script>
|
||
|
value += "see this content";
|
||
|
document.write(value);
|
||
|
</script>
|
||
|
|
||
|
</HTML>
|