version 1.5, 2004/02/01 21:47:22
|
version 1.6, 2007/07/07 00:53:26
|
Line 29 Pick External Resources
|
Line 29 Pick External Resources
|
// http://www.lon-capa.org/ |
// http://www.lon-capa.org/ |
// |
// |
--> |
--> |
|
<head> |
|
<script type="text/javascript"> |
|
function initfields () { |
|
if ( parent.opener.document.forms.extimport.title.value != '') { |
|
document.forms.pick.exttitle.value = |
|
parent.opener.document.forms.extimport.title.value; |
|
document.forms.pick.exturl.value = |
|
parent.opener.document.forms.extimport.url.value; |
|
|
|
} |
|
} |
|
|
<body bgcolor="#FFFFBB"> |
</script> |
<form> |
</head> |
|
<body bgcolor="#FFFFBB" onload="javascript:initfields()"> |
|
<form name="pick"> |
<table> |
<table> |
<tr><td bgcolor="#FFFF99"> |
<tr><td bgcolor="#FFFF99"> |
<input type="button" name="cancel" value="Choose" |
<input type="button" name="cancel" value="Choose" |