rayman
11-14-2002, 07:12 PM
can anybody help with this piece of java what is meant to happen is when you click on airwolf button it should goto airwolf.html
and when you click on axfle.f it goes to axle.f.html in a new non resizable pop up but this is not happening as it is not bringing up new pop up with the contents of the various html files
thanks in advanced for your help.
the java is below.
<script>
function openpopup(popurl){
winpops=window.open(popurl,"","width=400,height=338,scrollbars,")
}
</script>
<CENTER><H1><TABLE BORDER="5" CELLPADDING="3" CELLSPACING="1" WIDTH="100"><TR BGCOLOR="#1e3fcd" ALIGN="CENTER">
<TD><FONT SIZE=2 COLOR="#ffffff" FACE="Arial, Helvetica"><B><a href="java script:openpopup('airwolf.HTML' )">Airwolf.</B></FONT></A></TD>
<TD><FONT SIZE=2 COLOR="#ffffff" FACE="Arial, Helvetica"><B><a href="java script:openpopup"axle.f.HTML">Axle.f.</B></FONT></A></TD>
</tr>
</table>
</h1></centre>
and when you click on axfle.f it goes to axle.f.html in a new non resizable pop up but this is not happening as it is not bringing up new pop up with the contents of the various html files
thanks in advanced for your help.
the java is below.
<script>
function openpopup(popurl){
winpops=window.open(popurl,"","width=400,height=338,scrollbars,")
}
</script>
<CENTER><H1><TABLE BORDER="5" CELLPADDING="3" CELLSPACING="1" WIDTH="100"><TR BGCOLOR="#1e3fcd" ALIGN="CENTER">
<TD><FONT SIZE=2 COLOR="#ffffff" FACE="Arial, Helvetica"><B><a href="java script:openpopup('airwolf.HTML' )">Airwolf.</B></FONT></A></TD>
<TD><FONT SIZE=2 COLOR="#ffffff" FACE="Arial, Helvetica"><B><a href="java script:openpopup"axle.f.HTML">Axle.f.</B></FONT></A></TD>
</tr>
</table>
</h1></centre>