version 1.6, 2007/07/07 00:53:26
|
version 1.7, 2010/02/04 11:37:29
|
Line 43 function initfields () {
|
Line 43 function initfields () {
|
|
|
</script> |
</script> |
</head> |
</head> |
<body bgcolor="#FFFFBB" onload="javascript:initfields()"> |
<body bgcolor="#F8F8F8" onload="javascript:initfields()"> |
<form name="pick"> |
<form name="pick" action=""> |
<table> |
<table> |
<tr><td bgcolor="#FFFF99"> |
<tr> |
<input type="button" name="cancel" value="Choose" |
|
onClick="javascript:parent.opener.document.forms.extimport.title.value=escape(this.form.exttitle.value);parent.opener.document.forms.extimport.url.value=escape(this.form.exturl.value);parent.opener.finishpick();parent.close();" /></td> |
|
<td>Title:</td> |
<td>Title:</td> |
<td><input type="text" size="60" name="exttitle" value="External Resource" /> |
<td><input type="text" size="60" name="exttitle" value="External Resource" /> |
</td></tr> |
</td></tr> |
|
|
<tr> |
<tr> |
<td bgcolor="#FFFF99"> |
<td>URL:</td> |
<input type="button" name="cancel" value="Cancel" |
<td><input type="text" size="60" name="exturl" value="http://" /> |
onClick="parent.close();"/></td> |
<input type="button" name="view" value="Preview" onclick="javascript:parent.extcontent.location.href=this.form.exturl.value;" /> |
<td>URL: <input type="button" name="view" value="View" |
|
onClick="javascript:parent.extcontent.location.href=this.form.exturl.value;" /> |
|
</td> |
|
<td><input type="text" size="60" name="exturl" |
|
value="http://" /> |
|
</td></tr> |
</td></tr> |
|
|
|
<tr> |
|
<td> |
|
<input type="button" name="cancel" value="Cancel" onclick="parent.close();" /> |
|
</td> |
|
<td> |
|
<input type="button" name="cancel" value="Choose" |
|
onclick="javascript:parent.opener.document.forms.extimport.title.value=escape(this.form.exttitle.value);parent.opener.document.forms.extimport.url.value=escape(this.form.exturl.value);parent.opener.finishpick();parent.close();" /> |
|
</td> |
|
</tr> |
</table> |
</table> |
</form> |
</form> |
</body> |
</body> |