| 58 |
<h1 lang="en">Object Viewer</h1> |
<h1 lang="en">Object Viewer</h1> |
| 59 |
|
|
| 60 |
<div id="documentObjectViewerContainer"> |
<div id="documentObjectViewerContainer"> |
| 61 |
|
<form> |
| 62 |
|
<p><label>URI: |
| 63 |
|
<input type="text" value="" style="width: 95%" onchange=" |
| 64 |
|
parent.contentFrame.location.href = value; |
| 65 |
|
" /></label></p> |
| 66 |
|
|
| 67 |
|
<p><label>Object: |
| 68 |
|
<input type="text" value="" style="width: 95%" onchange=" |
| 69 |
|
location.search = '?' + escape ('parent.contentFrame.' + value); |
| 70 |
|
" /></label></p> |
| 71 |
|
</form> |
| 72 |
|
|
| 73 |
<script> |
<script> |
| 74 |
function htescape (s) { |
function htescape (s) { |
| 75 |
return new String (s).split ('&').join ('&').split ('<').join ('<'); |
return new String (s).split ('&').join ('&').split ('<').join ('<'); |