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.
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...

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