html - Parse value from JSON to url -
I created a small script that creates URLs from a text box value such as:
& Lt; Input id = "cod_meio" name = "cod_meio" type = "text" value = "" & gt; & Lt; Input id = "inspecionar" name = "inspecionar" onclick = "location.href = 'http: //hyves.worldofalice.com/jsonp.php? M =' + document.getElementById ('cod_meio'). Value;" type = "Button" value = "inspector" & gt;
This will open the URL in a new window, but this is not what I want! Can I get a string from generated JSON? And then put in another url? ("Atrial", "font collar": "008000", "fontWeight": "", "message", "message" normal "," body ":" hi: d "}]}); < / Pre>
For example, only the message of the body, and then put it
Is it possible and someone is able to help me?
Comments
Post a Comment