Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
OK let me explain that better.

1-I send a URL to some people with my input as in search query ?ID=blaablaa
This page is done by using HTML & JS
2-They fill out the controls
3-They click on the SUBMIT button
4- a long text is formed
5-I would want to pass that long text to another URL to save the text in a file or table,..etc.


I would like your input in how that s easily done in HTML /JS .. whatever

Thank you

What I have tried:

I have tried No 1-4 and not sure how No 5 can be done
Posted
Updated 17-Jul-22 18:44pm

1 solution

We can't tell you - there is no "generic way" to pass text to any website.
You would have to look at how the specific website works, and at any API it might or might not provide for yourself, and work out how exactly text is entered to that site.

For example, this site needs you to select a forum or start a question, answer, or article; then enter text to a specific text box (and there are two ion this page while I type this), then click a specific link (which on this page is labelled "Submit your solution!") out of the several dozen possible links on the page.

Others will be totally different!

Sorry - but there is nothing we can do to help you with a generic question like this!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900