sergey24
Новичок
сделал с getElementById
тоже не пашет
родитель
<script type="text/javascript"><!--
function counters(group)
{
el = document.form.elements;
for (i = 0; i < el.length; i++)
if (el.name=='type' && el.value==group) el.checked=true;
window.open('http://ypag.ru/code.htm?counters='+group,'Counters',
'width=720,height=400,scrollbars=yes,resizable=yes');
}
//--></script>
<input name="imbaze" value="0" type="hidden">
<a id="voz" href="javascript:counters(50)"> êëèêíèòå äëÿ âûáîðà äðóãîãî öâåòà</a>
потомок
<script language="JavaScript">
<!--
function s(subtype)
{
if (window.opener) {
alert('1');
alert( window.opener.document.form.imbaze.value=subtype);
alert('2');
document.getElementById('voz');
alert('21');
window.close();
alert('3');
}
}
//-->
</script></head><body bgcolor="#ffffff">
<b>ВыбеÑ?ите один из счетчиков:</b><br>
<a href="javascript:s(1)"><img src="code_files/logo_002.gif" border="0" height="31" hspace="10" vspace="10" width="31"></a>
<a href="javascript:s(2)"><img src="code_files/logo_005.gif" border="0" height="31" hspace="10" vspace="10" width="31"></a>
так тоже не пашет
document.getElementById('voz');
alert('21');
alert( window.opener.document.form.imbaze.value=subtype);
alert('2');
тоже не пашет
родитель
<script type="text/javascript"><!--
function counters(group)
{
el = document.form.elements;
for (i = 0; i < el.length; i++)
if (el.name=='type' && el.value==group) el.checked=true;
window.open('http://ypag.ru/code.htm?counters='+group,'Counters',
'width=720,height=400,scrollbars=yes,resizable=yes');
}
//--></script>
<input name="imbaze" value="0" type="hidden">
<a id="voz" href="javascript:counters(50)"> êëèêíèòå äëÿ âûáîðà äðóãîãî öâåòà</a>
потомок
<script language="JavaScript">
<!--
function s(subtype)
{
if (window.opener) {
alert('1');
alert( window.opener.document.form.imbaze.value=subtype);
alert('2');
document.getElementById('voz');
alert('21');
window.close();
alert('3');
}
}
//-->
</script></head><body bgcolor="#ffffff">
<b>ВыбеÑ?ите один из счетчиков:</b><br>
<a href="javascript:s(1)"><img src="code_files/logo_002.gif" border="0" height="31" hspace="10" vspace="10" width="31"></a>
<a href="javascript:s(2)"><img src="code_files/logo_005.gif" border="0" height="31" hspace="10" vspace="10" width="31"></a>
так тоже не пашет
document.getElementById('voz');
alert('21');
alert( window.opener.document.form.imbaze.value=subtype);
alert('2');