Stricter browsers - like the ones you're having problems with - might balk
at the fact that there's no <body> tag.  I believe forms are only allowed in
the HTML BODYs.

You might also want to take advantage of the script's ability to know when
things are loaded and more your script into the body tag on the onload
handler - something like this:

<body onload="document.forms.cart.submit()">

Make sure to end the form tag, end the body tag and get rid of the script
block completely.

Jim Davis




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202300
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to