Is it possible that if I enter my link in the text area and press the button, then link will open?
Thanks
<html>
<body>
<form>
<label for="fname">URL:</label>
<input type="text" size="50"><br><br>
<input type="submit" value="Submit">
</form>
</body>
</html>