is there a way to make the following code work across a https - or is there a reason why is won't work - is there a way to make it work -- thanks
<iframe height="0" width="0" src="<script language="JavaScript" type="text/javascript"><!--
function beginDownload() {
newlocation = " idl = 1;
if (location.search) { // for NN2
idl = -location.search.indexOf("idl=n"
;
}
if (idl > 0) {
window.location = newlocation;
}
return 1;
}
window.onLoad=beginDownload;
// --></script>
</iframe>
<iframe height="0" width="0" src="<script language="JavaScript" type="text/javascript"><!--
function beginDownload() {
newlocation = " idl = 1;
if (location.search) { // for NN2
idl = -location.search.indexOf("idl=n"
}
if (idl > 0) {
window.location = newlocation;
}
return 1;
}
window.onLoad=beginDownload;
// --></script>
</iframe>