+ 2
Open form in browser
How to open browser by submitting form in app? (form target = _blank) on pc working fine, it's only in app Example:. https://code.sololearn.com/WWew386j8jZ9/?ref=app
5 Respostas
+ 2
@James open my example and set method to get. Error will be "Request-URI Too Long"
+ 1
method="get"
+ 1
@James, I can't, parameters too long
+ 1
i changed your code.
<form action="http://eugallery.000webhostapp.com/image.php" method="get" target="_blank">
<input type="submit" value="click to open in new tab">
It work fine:-D
+ 1
yes,i see bro.I dont know why it is not work in mobile.I also want to know answer.