> I need to auto submit a form. The following *had* been
> working - and
> suddenly has stopped working in Netscape and Firefox,
> though it's fine
> in I.E.


> <script language="JavaScript">
>     document.forms['cart'].submit();
> </script>

> 1. What's wrong with that?

I don't know, but there shouldn't be any difference between that and

document.forms.cart.submit()

-- search the source, make sure there aren't 2 forms on the page both
named "cart".

Also if it's not working, it should produce an error... in any of the
mozilla browsers you should be able to type "javascript:" in the
address bar to open their javascript debugger... It's in the pull-down
menu also but I don't remember where.

> 2. Any way to do it Coldfusion only without JavaScript?

Nope.


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://macromedia.breezecentral.com/p49777853/
http://www.sys-con.com/author/?id=4806
http://www.fusiontap.com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202256
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