Prosper202 Tracking202 Export202 WorldProxy202 Meetup202 | Blog Forum Newsletter Twitter | Advertise
Login · Register
Home About Docs Scripts Blog Forums Hosting Donate Download

Error when loaded on IE

Post new topic Reply to topic Prosper202 Forum Index » The Lounge
New Posts Search Forum
Author Message
hawksrnm1


Joined: Feb 7th, 2008
Posts: 4

Post Posted: Feb 11th, 2008 at 12:25pm Post subject: Error when loaded on IE Reply with quote

I have added the javascript code on my homepage just above the </body> tag but when I open my landing page in IE i get the error message: Internet Explorer can not open the internet site http://www.********.com. Operation aborted.

Now it loads find in firfox and also when I dont have the javascript in there. What is wrong?

Back to top
202
Email


Joined: Dec 4th, 2007
Posts: 1190

Post Posted: Feb 11th, 2008 at 6:08pm Post subject: Re: Error when loaded on IE Reply with quote

What version if IE do you have? IE6 or IE7?

Back to top
LilMangoKitten
Email MSN AIM


Joined: Dec 11th, 2007
Posts: 92

Post Posted: Feb 11th, 2008 at 6:18pm Post subject: Re: Error when loaded on IE Reply with quote

I had the same thing happen to me.

I don't think it was the javascrupt for me, because I took it out and I got the same error when I refreshed.

I was on IE7.Not that I use it, I was just checking to see if the page worked on all broswers.

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 2432

Post Posted: Feb 11th, 2008 at 8:10pm Post subject: Re: Error when loaded on IE Reply with quote

hawksrnm1 wrote:
I have added the javascript code on my homepage just above the </body> tag but when I open my landing page in IE i get the error message: Internet Explorer can not open the internet site http://www.********.com. Operation aborted.

Now it loads find in firfox and also when I dont have the javascript in there. What is wrong?

Hey hawks, can you send me a message on AIM T202Wes, if u were able to show me the landing page I'd be able to take a look at it really quick for you to see what's going on, if you don't use AIM, you can also contact me on msn at kazisdaman2@hotmail.com,

Back to top
hawksrnm1


Joined: Feb 7th, 2008
Posts: 4

Post Posted: Feb 12th, 2008 at 3:39pm Post subject: Re: Error when loaded on IE Reply with quote

IE7

one wrote:
What version if IE do you have? IE6 or IE7?

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 2432

Post Posted: Feb 12th, 2008 at 10:55pm Post subject: Re: Error when loaded on IE Reply with quote

IM Sent, we'll get it working, lets talk on AIM when you get the message!

Back to top
jazzdrive3


Joined: Jun 6th, 2008
Posts: 10

Post Posted: Jun 9th, 2008 at 1:58pm Post subject: Re: Error when loaded on IE Reply with quote

I'm getting this error right now as well!

It's definitely the javascript for tracking landing pages.

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 2432

Post Posted: Jun 9th, 2008 at 10:31pm Post subject: Re: Error when loaded on IE Reply with quote

is the HTML validated?

Back to top
testmonkey10


Joined: Jul 23rd, 2008
Posts: 9

Post Posted: Jul 28th, 2008 at 7:16pm Post subject: Re: Error when loaded on IE Reply with quote

i had the same issue in ie7...i was using a php include file for a footer..and the instructions for prosper202 says to include it on the ONE page where visitors are coming to. so that would be my index.php file. but then when i add the prosper202 code, i'd get the error in IE7 and then in FF3, the page would load but wouldn't load anything after the prosper202 code (but when u view source...it's there).

so i moved the prosper202 code to the footer php file and all is fixed (although i know the instructions said not to put it on ALL pages). but i don't have a solution to that right now.

oh yea..and page is validated from that link in the other post about it.

Back to top
202
Email


Joined: Dec 4th, 2007
Posts: 1190

Post Posted: Jul 28th, 2008 at 7:43pm Post subject: Re: Error when loaded on IE Reply with quote

Do you have a doctype? Try removing it and see if that helps.

Back to top
testmonkey10


Joined: Jul 23rd, 2008
Posts: 9

Post Posted: Jul 28th, 2008 at 9:00pm Post subject: Re: Error when loaded on IE Reply with quote

it did...but removing it didn't help. any suggestions? once i remove the javascript tracking code, the page is fine. another reason to go with FF. :)

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 2432

Post Posted: Jul 28th, 2008 at 9:08pm Post subject: Re: Error when loaded on IE Reply with quote

testmonkey10 wrote:
it did...but removing it didn't help. any suggestions? once i remove the javascript tracking code, the page is fine. another reason to go with FF. :)

are you willing to send the lp over an instant message? we'd be able to look at it and figure out whats wrong quickly if your comfortable with that, not sure what else to suggest right now without seeing it now if html is formated properly and it is above the </body>.

your not using wordpress, joomla or something like that are you?

Back to top
testmonkey10


Joined: Jul 23rd, 2008
Posts: 9

Post Posted: Jul 28th, 2008 at 9:51pm Post subject: Re: Error when loaded on IE Reply with quote

hi wes,

nope..just regular html coding.

through a process of elimination...i noticed that if i put the javascript code OUTSIDE of any table coding...the error disappears.

soo...

[table code]

prosper202 javascript code

[/table code]

no good..

[table code]

[/table code]

prosper202 javacript code

</body>

okay!

but since i'm using php includes..this requires me to place the prosper202 code on the footer file which then shows up on all pages. will that cause a probleM?

Back to top
Jardini


Joined: Jun 1st, 2008
Posts: 9

Post Posted: Jul 29th, 2008 at 12:21am Post subject: Re: Error when loaded on IE Reply with quote

You will get error when you use simple landing page.

Use advance landing page option and just use 1 offer, use the Javascript code generated by advanced lp, it'll work.

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 2432

Post Posted: Jul 29th, 2008 at 3:33am Post subject: Re: Error when loaded on IE Reply with quote

testmonkey10 wrote:
hi wes,

nope..just regular html coding.

through a process of elimination...i noticed that if i put the javascript code OUTSIDE of any table coding...the error disappears.

soo...

[table code]

prosper202 javascript code

[/table code]

no good..

[table code]

[/table code]

prosper202 javacript code

</body>

okay!

but since i'm using php includes..this requires me to place the prosper202 code on the footer file which then shows up on all pages. will that cause a probleM?

That looks like why it wasn't loading because it wasn't at the bottom.

Yes it will cause a problem if it is included on every-page, you just want it on the first page where your ppc visitors come in.

Although in PHP you can just mark it to say ONLY SHOW THIS ON THIS PAGE. We just need an IF statement, saying IF on this page, show, if not don't show.

Back to top
testmonkey10


Joined: Jul 23rd, 2008
Posts: 9

Post Posted: Jul 29th, 2008 at 11:59am Post subject: Re: Error when loaded on IE Reply with quote

thanks...i ended up doing it that way and all problems are fixed now. only shows up on the one page and no more IE error. thanks for all the help.

Back to top
Jake


Joined: May 14th, 2008
Posts: 21

Post Posted: Aug 28th, 2008 at 7:33pm Post subject: Re: Error when loaded on IE Reply with quote

I'm getting the same error.

Html is validated and javascript is placed above the </body> tag.

Is there another way around this???

IE 6 and 7 both give that nasty error "Operation Aborted".

Jake

Back to top
T202Wes
Website Email Twitter Facebook AIM


Joined: Oct 20th, 2007
Posts: 2432

Post Posted: Aug 29th, 2008 at 12:48am Post subject: Re: Error when loaded on IE Reply with quote

Jake wrote:
I'm getting the same error.

Html is validated and javascript is placed above the </body> tag.

Is there another way around this???

IE 6 and 7 both give that nasty error "Operation Aborted".

Jake

Can you show your code here? (u can dummify your data so it reveals no information about your campaign setup)

Back to top
Jake


Joined: May 14th, 2008
Posts: 21

Post Posted: Aug 29th, 2008 at 12:03pm Post subject: Re: Error when loaded on IE Reply with quote

T202Wes wrote:

Can you show your code here? (u can dummify your data so it reveals no information about your campaign setup)

Sure thing.

I think I figured out the problem. When I removed the p202 tracking code, the page loads fine in IE...

But, maybe there is something else that is causing the problem.

Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Discover How You Can Get 100's of Free Products! - Guide to Siding</title>

<script type='text/javascript' src='http://www.domain.com/domain/images/common/prototype.js' ></script><script type='text/javascript' src='http://www.domain.com/domain/images/common/effects.js' ></script><script type='text/javascript' src='http://www.domain.com/domain/images/common/domain.js' /></script><link rel='stylesheet' href='/files/common.css' type='text/css' /><link rel="stylesheet" type="text/css" href="files/main_style.css" />

<style type="text/css">

<!--

.style1 {

font-size: 16px;

font-weight: bold;

}

.style2 {font-size: 18px}

.style3 {font-size: 16px}

.style4 {

font-size: 10px

}

-->

</style>

</head>

<body>

<div id="head">

<div id="title">

Discover How You Can Get 100's of Free Products!

</div>

</div>

<div id="body_wrapper">

<div id="body">

<!-- domain_START_CONTENT -->

<h1 align="center" style=" text-align: center; "><span class="style5">&quot;Find the Best Siding Contractors NOW!&quot;</span><br />

</h1>

<p style=" text-align: left; display: block; ">&nbsp;You want a contractor who's experienced and respected in the industry. No problem. We've done extensive research to identify the best siding contractors in the industry. The place to start is right here. We'll match you with up to 4 highly respected siding contractors that are ready to help make your home's exterior absolutely beautiful.</p>

<p align="center" style=" text-align: center; display: block; "><strong><span class="style3">This Deal Will Expire in</span>...</strong>

<script language="JavaScript">

TargetDate = "12/31/2020 5:00 AM";

BackColor = "#ECE9D8";

ForeColor = "#AD4C21";

CountActive = true;

CountStepper = -1;

LeadingZero = true;

DisplayFormat = "%%M%% Minutes, %%S%% Seconds.";

FinishMessage = "This Free Deal Has Expired";

</script>

<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script>

</p>

<p align="center" style=" text-align: center; display: block; "><br />

</p>

<table width="693" height="115" border="1">

<tr>

<td bgcolor="#F0EBE7"><div align="center">

<p class="style1"><a href="go/guide-to-siding.php" class="style2">Click Here to <span style=" text-align: center; ">Find the Best Siding Contractors NOW!</span></a></p>

<p><a href="go/guide-to-siding.php"><img src="files/guide-to-siding.JPG" alt="guide-to-siding" name="guide-to-siding" width="250" height="250" align="middle" id="guide-to-siding" style="" /></a></p>

<p class="style2"><a href="go/guide-to-siding.php"><strong>Click Here For a Full Screen Version!</strong></a></p>

</div></td>

</tr>

</table>

<p style=" text-align: left; display: block; "><br />

<br />

&nbsp;_________________________________________________________

_________________________________________________________<br />

<tr>

<td width="683" height="96" border="1" bordercolor="#F0EBE7" bgcolor="#F0EBE7"><div align="center">

<h2 class="style1">Join the 100's of other People getting deals like these sent directly to you for free!</h2>

<p>You will receive various offers that I think are worth considering, at irregular intervals.<br />

No spam will be tolerated and you can unsubscribe at any time.</p>

<p>

<input type="hidden" name="meta_web_form_id" value="xxxxxxxxxxxx">

<input type="hidden" name="meta_split_id" value="">

<input type="hidden" name="unit" value="chfd">

<input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html">

<input type="hidden" name="meta_redirect_onlist" value="">

<input type="hidden" name="meta_adtracking" value="Index page chfd">

<input type="hidden" name="meta_message" value="1">

<input type="hidden" name="meta_required" value="name,from">

<input type="hidden" name="meta_forward_vars" value="0">

<center><form method="post" action="http://www.aweber.com/scripts/addlead.pl" target="_new">

<table>

<tr><td width="86"><strong>First Name:</strong></td><td width="165"><input type="text" name="name" value="" size="20"></td>

<td width="83"> <strong>Your Email:</strong></td><td width="210"><input type="text" name="from" value="" size="30"></td><td width="106" colspan="2" align="right"><input type="submit" name="submit" value="Submit"></td></tr>

</table>

</form></center>

</div></td>

</tr>

<p>__________________________________________________________________________________________________________________&nbsp; </p>

<p><span class="style4">Various types of sponsor offers are available. Completion of sponsor offers most often requires a purchase or filing a credit application and being accepted for a financial product such as a credit card or consumer loan. Participants must be residents of the United States and at least 18 years of age in order to be eligible for the program. Failure to submit accurate registration information will result in loss of eligibility. This promotion is administered solely by this website. The manufacturers and retailers of the gift items offered through our programs have not endorsed this promotion and are not affiliated with the promotion in anyway. All trademarks, service marks, logos, and/or domain names (including the names of products and retailers) are property of their respective owners. This promotion is not valid to residents of Ohio and is void where prohibited by law.

</p>

</div>

<div class="clearer"></div>

</div>

<div id="end_body"></div><div id="footer">

<p><a href="terms-and-conditions.php">Terms &amp; Conditions</a> | <a href="privacy-policy.php">Privacy Policy</a></a> </p>

Copyright ©2008 domain.com. All rights reserved.</div>

<script src="http://domain.com/tracking202/static/landing.php?lpip=xxx" type="text/javascript"></script>

</body>

</html>

Back to top
alexlaramee


Joined: Feb 8th, 2008
Posts: 1

Post Posted: Aug 29th, 2008 at 4:03pm Post subject: Re: Error when loaded on IE Reply with quote

Remove the space before </body> ? I had the same problem, and this fixed it for me.

Back to top
Jake


Joined: May 14th, 2008
Posts: 21

Post Posted: Aug 29th, 2008 at 5:00pm Post subject: Re: Error when loaded on IE Reply with quote

alexlaramee wrote:
Remove the space before </body> ? I had the same problem, and this fixed it for me.

Hey Alex,

I tried just tried removing the space and am still getting the error.

Thanks for the suggestion!

Jake

Back to top
Jake


Joined: May 14th, 2008
Posts: 21

Post Posted: Aug 29th, 2008 at 7:08pm Post subject: Re: Error when loaded on IE Reply with quote

Well..... I figured it out!

The website that I was using and one other were made from pre-made website templates... Something with the way the templates were designed is conflicting with the p202 javascript.

Really weird.

I hope that helps someone in the future.

Jake

Back to top
202
Email


Joined: Dec 4th, 2007
Posts: 1190

Post Posted: Aug 30th, 2008 at 3:28am Post subject: Re: Error when loaded on IE Reply with quote

Thanks for the update.

Back to top
j2yau


Joined: Aug 28th, 2008
Posts: 2

Post Posted: Sep 3rd, 2008 at 12:58am Post subject: Re: Error when loaded on IE Reply with quote

I'm having the same issue. Below is a brief detail on my HTML code:

<div id="footerMain">

<div id="footer">

<ul>

<li><a href="index.html">Home</a>|</li>

<li><a href="terms.html">Terms</a>|</li>

<li><a href="privacy-policy.html">Privacy Policy</a>|</li>

<li><a href="about-us.html">About Us</a>|</li>

<li><a href="contact-us.html">Contact Us</a></li>

</ul>

</div>

</div>

<!--footer end -->

<script src="http://www.castingcallsource.com/tracking202/static/landing.php?lpip=213" type="text/javascript"></script>

</body>

</html>

I validated the CSS and everything is fine

Back to top
202
Email


Joined: Dec 4th, 2007
Posts: 1190

Post Posted: Sep 3rd, 2008 at 1:40am Post subject: Re: Error when loaded on IE Reply with quote

Is there a doctype present?

Back to top
Post new topic Reply to topic Page 1 of 21 2 Next Last

Creative Commons License This work (Prosper202, Tracking202 and Export202) is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.