Student. Need help quick

I have an assignment due in a couple days. It’s an order form and I was wondering if there is a way to have the amount of the order appear in my cost field after an amount is entered in the quantity field using javascript? What would the function code be for that?

Use .focus()

document.getElementById('yourelement').focus();

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.