i want to open the link like 'www.foo.com' in an html form (just like a pop up) not in new window. can i achieve this? if yes than how ? on button click action i just want to open a form which will trigger that link and show me that screen instead of opening in new window.
<h1>HI I AM chatBOT</h1>
    <label for="msg"><b>Message</b></label>
    <textarea placeholder="Type message.." name="msg" required></textarea>
    <button type="submit" class="btn">Send</button>
    <input type ="hidden" value=""  id = "linkedPararm" name = "linkedPARAM" onchange="" />     
    <button type="button" class="btn cancel" onclick="closeForm()">Close</button>
    </form>
