Java/Html help
-
Tried everywhere to find a solution for this but I guess it might be a little advanced for me, so apreciate some help, thank you.
In this page we have a similar script that I m trying to use in worpress:
https://www.cdc.gov/healthyweight/assessing/bmi/adult_bmi/metric_bmi_calculator/bmi_calculator.html
When you put the values in the 2 fields and Hit calculate a new window will appear, and will be something like this depending on the values you put:
https://www.cdc.gov/healthyweight/assessing/bmi/adult_bmi/metric_bmi_calculator/results_underweight.html?kg=40&meters=1.77The values passes from one page to another trough the url like it is in the bold part I pasted. My question is: How could one do something like this in wordpress when we don’t have the .html pages.
The question mark in the url after the .html? allows the values to be written without changing the page url. If I try this in worpress without the .html it will always return a page not found.
I already tried to use an .html page convert plugin with no success. Is there other way to do this?
Thank you very much.
- The topic ‘Java/Html help’ is closed to new replies.