-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
20 lines (14 loc) · 1.24 KB
/
test.html
File metadata and controls
20 lines (14 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<title>Demo of Child window for testing of window opening by clicking a link or button</title>
<META NAME="DESCRIPTION" CONTENT="Demo of child window opening by clicking link or button on parent window">
<META NAME="KEYWORDS" CONTENT="child window, opening demo, demo of child Window, scrollbar control, onclick window open, window close, parent window, scrollbar of child window">
</head>
<body >
<font face='Verdana' size='2' >This is the child window opened . Click the button below to close this window. </font>
<br>this is a test<br> The close window button is down below, if scrollbar is not there then you can resize this or close this by window close button at right top
<br><br>
<center><input type=button onClick="self.close();" value="Close this window"></center>
</body>
<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'}),_trfd.push({'ap':'cpsh'},{'server':'sg2plcpnl0045'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/tcc/tcc_l.combined.1.0.6.min.js'></script></html>