Mar 3, 2005 #1 leadpro Technical User Jan 7, 2005 34 US I have a form that has 2 radio buttons (only one may be selected): Over 15K Less than 15K I need a java script that will allow me to post both scenarios to a text file. However, IF the value is Over 15K, it ALSO posts to another script.
I have a form that has 2 radio buttons (only one may be selected): Over 15K Less than 15K I need a java script that will allow me to post both scenarios to a text file. However, IF the value is Over 15K, it ALSO posts to another script.
Mar 3, 2005 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB You will only be able to write to a text file using IE's FileSystemObject ActiveX control (so not cross-browser)... Unless, of course, you are talking about server-side JavaScript (i.e. ASP). Dan The answers you get are only as good as the information you give! Upvote 0 Downvote
You will only be able to write to a text file using IE's FileSystemObject ActiveX control (so not cross-browser)... Unless, of course, you are talking about server-side JavaScript (i.e. ASP). Dan The answers you get are only as good as the information you give!
Mar 3, 2005 Thread starter #3 leadpro Technical User Jan 7, 2005 34 US Seems there would be a asp/java...whatever I could place in my site that would basically set up the following condition: If "creditdebt" value=X, then post "script1, otherwise post to "script2 Upvote 0 Downvote
Seems there would be a asp/java...whatever I could place in my site that would basically set up the following condition: If "creditdebt" value=X, then post "script1, otherwise post to "script2
Mar 3, 2005 #4 cLFlaVA Programmer Jun 14, 2004 6,450 US Hmm, then you should check the ASP or Java forum. *cLFlaVA ---------------------------- [tt]clean slate...[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url] Upvote 0 Downvote
Hmm, then you should check the ASP or Java forum. *cLFlaVA ---------------------------- [tt]clean slate...[/tt] [URL unfurl="true"]http://www.coryarthus.com/[/url]