So, I put my own text into John's complementary squeeze page template and I carefully pasted my Aweber script for the opt in form in the correct place and when I open it with Internet Explorer I get the little yellow bar blocking the content. In other words IE is blocking the opt-in javascript and so the visitor does not see the form. Now Greg (from another part of this forum) had this message above the sign-up form: "No place to enter your info? Just click on the yellow bar at the top of the page and select "Allow Blocked Content". Don't worry….this is a very secure site!"
Ok, but, some visitors would be hesitant. Isn't there a better way? Does Aweber supply any script that does not trigger Internet Explorer to block it?
Am I missing something?
Thanks,
Jonathan Wright
Children's Music that YOU Can Dance to: http://www.Johnnyonlymusic.com
Hi Johnathan,
I was using IE 7 when I had the problem with the yellow bar blocking content on my squeeze page. Upgrading to IE 8 seems to have solved that problem. My other computer still has XP and IE 7, but I haven't checked lately to see it the yellow bar still pops up. I'll do that later and let you know.
If it is just a matter of computers still using XP and IE 7, time will soon cure the problem you are having. I don't think Microsoft is offering much support for XP, and they have recently launched a pretty strong campaign, via .NET upgrades, that will not work on counterfit copies of XP. From what my computer guy told me, the .NET upgrades will become more and more nesessary for computers to do much on the internet, and I have also discovered that you cannot download IE8 on a computer running XP. The bottom line is that the days of computers running XP and IE7 are running out, at least for internet use.
I understand what you mean about some visitors being hesitant. I was worried about that too, but I haven't heard any negative feedback so far
Keeping up with all these "upgrades" from Microsoft is enough to drive you nuts sometimes! My last computer had it's hard drive so completly filled up with updates that it wouldn't even work anymore!
What would a jam session with Gordon Lightfoot, Collective Soul, and Damien Rice sound like?
Check out Greg Parke and you’ll have a pretty good idea!
Greg,
Thanks for your note and thoughtfulness. Alas, I regret to say that I'm using Internet Explorer version 9 in its default settings on a Windows 7 operating system. Maybe I am overly updated. Interestingly, I went to Aweber site for a list of supported IE versions and they only go up to 8. Version 9 is not listed... hmmmm, ... I left the question for them too. I'll let you know what they reply back.
Jonathan
Children's Music that YOU Can Dance to: http://www.Johnnyonlymusic.com
Hi again Johnathan,
I was off by one number in my last post! My older computer is on XP and IE8, not IE7. XP will upgrade to IE8, but not to IE9. Did I mention something about going nuts trying to keep up with all these upgrades?!?
BTW, the yellow bar/ blocking content problem I was having when I first uploaded my squeeze page now seems to have disappeared on both of my computers, with IE8 and IE9. What the.....!
What would a jam session with Gordon Lightfoot, Collective Soul, and Damien Rice sound like?
Check out Greg Parke and you’ll have a pretty good idea!
This is definitely a dilemma... The javascript forms are awesome because you can update them via the "back door" while it's already live on the site.
The problem is that Internet Explorer is just plain rough. More people use it than any other browser (because it comes with Windows) and it likes to warn people about every little piece of content, rendering your javascript form unviewable until they click the yellow bar across the top of the screen. Big pain in the ass really.
For this reason I still use html forms, but you actually have to edit the code on the page rather than updating the form code from inside the autoresponder. That's the trade off for making sure your form will show up. IE does not block standard html, but it will sometimes block Javascript, or at least warn the user.
Steve,
Very helpful answer. Where can I learn to build html forms? I'm okay with editing the code on the page rather than updating the form code from inside the autoresponder. Do I need to re-format the Javascript that Aweber gives me into html?
Thanks again for your thoughts,
Jonathan
Children's Music that YOU Can Dance to: http://www.Johnnyonlymusic.com
Jonathan,
I use Getresponse for my autoresponder and they give me the option of using the JS form or the html form. I'm guessing Aweber does something similar.
One thing about the html forms though, because they have a custom form builder, you'll find that the HTML form comes with a ton of styles. This makes the code big and messy.
Generally I only copy and paste the functional form data on the page, while declaring the styles inside of my css style-sheet.
The way to do this as cleanly as possible is to locate where the actual functioning form starts. <form action="... " and copy down to </form> Paste this on your page, but also give the form a class attribute <form action="..." class="myform">
Then declare a style class inside of your css file
call it .myform { } and paste the form styles in in between the curly braces.
Bit of a pain in the ass, but then everytime you want the same identical form to appear on one of your pages just add that form class to the form tag and it will look exactly the same every time. You'll just have to make sure you've got the right aweber list id for the html form (so that people are opting into the right list since they all "myform"s will look the same).
Confusing huh?
Hey Johnathan,
This is the first I've heard of or seen that. My guess is that it's not too big of an issue because I would think that after millions of visitors I would of received an email or two. Still, it does sound like a pain. I'm wondering if it has more to do with the security settings in your computer or browser? I'd be interested in hearing what Aweber says.
To create an html form in Aweber just select the html option during web form creation. It's right next to the Java script option. Let us know what you find out.
Having trouble with your marketing? Wish you could have an experienced direct-to-fan marketing expert look over your actual campaigns, music, or content and offer feedback? Or perhaps you’re just looking for a little one-on-one assistance so you can ask questions that pertain to your specific goals and get a second, more experienced, perspective? Click here to book a session with me now.
Hey guys, I think this might shed some light onto what's going on here: http://www.databoysoftware.com.....allow.html
Thank you all for very helpful replies. Thanks too for "how to get html form."
Aweber did reply to me, but they replied in such a way that I knew I either asked the question poorly or they simply sent me the wrong pre-written solution from their list. I was thinking of writing to them again to clarify my question, but what you all said makes total sense. You've given me the answers I need. I followed your links and advice and I see my way clearly.
Thanks again,
Jonathan
Children's Music that YOU Can Dance to: http://www.Johnnyonlymusic.com
John Oszajca said:
Hey Johnathan,
This is the first I've heard of or seen that. My guess is that it's not too big of an issue because I would think that after millions of visitors I would of received an email or two. Still, it does sound like a pain.
John, I was using the JS forms a few months back for something else I rely heavily on the autoresponder for. A lot of the company's clients are well into their retired years and their computer savvy pretty much reaches as far as checking email. It turned out to be far easier for me to just switch forms then to explain to them how to view the forms.
The article Scott posted nailed it completely. That's exactly what is going on here with JS forms and Internet Explorer. I particularly liked the little jab about everyone else but Microsoft actually caring about web standards 🙂
But I agree that most well-versed web surfers will definitely see the alert bar and allow the content, making this a non issue.