Jump to content

worryworth

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by worryworth

  1. Well there's nothing else in the code, its just a start page, the settings should be at medium ?
  2. I'm kind of a total noob, so please excuse my ignorance. I'm currently trying to design a web page in wich the first page lauch you to a new window . But from what i've got right now, when I test it, IE gives me an "active content blocking" warning and i dont uderstand why cause i've copied the code from another site and there's no problem with it. here's a copy of the code.. <html> <HEAD> <TITLE>something else website.</TITLE> </HEAD> <body> <BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <TABLE WIDTH="100%" HEIGHT="100%" BORDER="0"> <TR align="center" valign="middle"> <TD> <br> <br> <table width="662" border="0" cellspacing="0" cellpadding="0"> <tr> <td><a href="ItsNotIt.htm" onClick="window.open('ItsNotIt.htm','','toolbar=no,resizable=no,status=no,scrollbars=no,menubar=no,width=800, height=600');return false;"target="_self"> <img src="images/mainenter.gif" border="0"></a></td> </tr> </table> </body> </html> thanks for any help in firefox there's absolutely no problem worryworth
×
×
  • Create New...