Java Trouble Submitting Form with JavaScript

  • Thread starter Thread starter incognito-41
  • Start date Start date
  • Tags Tags
    Form Javascript
AI Thread Summary
The issue discussed involves a JavaScript form submission problem where a button type was changed from "submit" to "button." Although the function linked to the button modifies the text as intended, the form does not submit afterward. The user initially sought help but later resolved the issue independently. The discussion highlights common challenges in handling form submissions with JavaScript. Properly configuring button types and ensuring functions trigger the submission are crucial for successful form handling.
incognito-41
Messages
9
Reaction score
0
I'm having trouble sumbitting a form using javascript. The form has a submit button (type=button) that used to be type=submit. i have change it's properties so that it now calls a function that later submits the information. the problem I'm having is that when i click the submit button the function does what it's supposed to do. it just won't submit. the functions purpose is to check the text in my text areas and modify it before submitting it. the text is being modified, but not being submitted. thanks all.
 
Technology news on Phys.org
Never mind about this one. it seems I've found out how to do it.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...

Similar threads

Replies
10
Views
3K
Replies
12
Views
4K
Replies
8
Views
2K
Replies
21
Views
6K
Replies
9
Views
4K
Replies
13
Views
2K
Replies
9
Views
2K
Back
Top