Jump to content

Need Help With Active Content Blocking In Ie


Recommended Posts

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

Link to comment
Share on other sites


  • 2 months later...

Don't know if you're still having problems with this, but I've been having similar problems running it locally. I've looked around in the forums and on the web and I'm pretty sure this hasn't been posted here before. Anyway I just ran across this article detailing a possible fix:

here

Haven't tried it yet, but it sounds promising. I'm gonna go try it on my test PC, and if I can get it to work successfully then I will post back here. ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...