Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

VFBA on "Calling JS and ASP files through page post"

$
0
0

Hi Guys,
I have been working with a Wordpress site and with my past basics in HTML have had a lot of fun tweeking the site to make it look the way we want.I'm hoping you guys could help me with a tweek that i cannot seem to figure out.

I am trying to add a cost calculator as a form in one of my pages within the wordpress site. here's problem:

I have a html form that calls an external .js file named seller-calc.js. i pasted the code into a 'new page' post and called the js file from within the post using:

<SCRIPT language=javascript src="http://69.195.124.135/~fivestk2/calcfiles/seller-calc.js"
type=text/javascript></SCRIPT>
<!--updatepage();
//--></script>

this method worked great and i was able to get the scripting behind the form to work now that it was calling the js file. heres a link to this page:

(http://69.195.124.135/~fivestk2/cash-closing-cost-estimator/)

my problem is the the form post action:

<form id="someform" action="http://69.195.124.135/~fivestk2/calcfiles/closingcosts.asp" method="post" name="someform">

the inputs of the form get sent to another file named closingcosts.asp:

<input id="save" style="color:#000" type="button" onclick="(someform.submit());" language="javascript" value=" Next " name="save"/>

I cannot get the second part of this calculator to work, when i click the "next" button inside the form it goes to the .asp page, but i see it as code?!

im trying to get the form to work as intended, where you plug some info into the form, click next, and it sends this info to the second part that summarizes all the figures and lets you input an email to forward the information to. I have all the files and coding for this form to work, just getting lost trying to make it work inside wordpress page. Any advise would be greatly appreciated, i think i've had about a gallon of coffee trying to sort it out. Thanks Guys.


Viewing all articles
Browse latest Browse all 8245

Trending Articles