Forum Discussion
JohnThomas
8 years agoQrew Cadet
<form action="http://www.google.com">;
<input type="submit" value="Go to Google" />
</form>
Instead of google.com you can have your domain url whatever you need.
NOTE: Google wont load because in an iframe it won't load security issues..
I hope this will solve your issue!!
<input type="submit" value="Go to Google" />
</form>
Instead of google.com you can have your domain url whatever you need.
NOTE: Google wont load because in an iframe it won't load security issues..
I hope this will solve your issue!!