Form works fine in IE but not in...

User 117532 Photo


Registered User
3 posts

I used Form Builder to create this contact form here:

http://kathyjeffersstudio.com/contact.html

It works in Internet Explorer and used to work in Firefox but no longer does. It also won't show up in Google Chrome. Here's the script for the form:

<object style="WIDTH: 450px; HEIGHT: 368px; " classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
id="coffeexml" align="middle">
<param name="movie" value="myform.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=myform.xml&w=450&h=368"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />

<embed style="WIDTH: 450px; HEIGHT: 368px; " src="myform.swf" FlashVars="xmlfile=myform.xml&w=450&h=368" quality="high" bgcolor="#ffffff"

name="coffeexml" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"

pluginspage="http://www.macromedia.com/go/getflashplayer" />

</object>

Any suggestions would be greatly appreciated!
User 2073552 Photo


Registered User
1,625 posts

You forgot to close the comment right before the form code. :P

<!-- End of Client Side Image Map> --> Add that...
"An Apple doth not fall far from its tree, yet an orange does."

https://lbwebsitedesign.com - Responsive Web Design & Web Hosting Services.
http://helpsite.sirage.com - HTML5, CSS3 and CC Help Video Blog.
User 117532 Photo


Registered User
3 posts

I checked and <!-- End of Client Side Image Map> --> appears to be there:

<area shape="RECT" href="http://kathyjeffersstudio.com/" target=
"Page Default (None)" coords="0,0,0,0">
</map><!-- End of Client Side Image Map>
<object style="WIDTH: 450px; HEIGHT: 368px; " classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
id="coffeexml" align="middle">
<param name="movie" value="myform.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=myform.xml&w=450&h=368"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed style="WIDTH: 450px; HEIGHT: 368px; " src="myform.swf" FlashVars="xmlfile=myform.xml&w=450&h=368" quality="high" bgcolor="#ffffff"
name="coffeexml" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</BODY></HTML>
User 38401 Photo


Senior Advisor
10,951 posts

Keith Newman wrote:
I checked and <!-- End of Client Side Image Map> --> appears to be there:

<area shape="RECT" href="http://kathyjeffersstudio.com/" target=
"Page Default (None)" coords="0,0,0,0">
</map><!-- End of Client Side Image Map>
<object style="WIDTH: 450px; HEIGHT: 368px; " classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
id="coffeexml" align="middle">
<param name="movie" value="myform.swf"/>
<param name="quality" value="high" />
<param name="FlashVars" VALUE="xmlfile=myform.xml&w=450&h=368"/>
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed style="WIDTH: 450px; HEIGHT: 368px; " src="myform.swf" FlashVars="xmlfile=myform.xml&w=450&h=368" quality="high" bgcolor="#ffffff"
name="coffeexml" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</BODY></HTML>


The bolded line above is the one in question. No closing comment tag there, it should be


</map><!-- End of Client Side Image Map> -->
User 117532 Photo


Registered User
3 posts

Looks like it worked! Thanks Jo Ann! :D
User 38401 Photo


Senior Advisor
10,951 posts

hehe yw, glad you got it working, them darn things are pretty easy to miss so don't fret on it, and enjoy!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.