<a href="chat9867.php?user=Emma">Chat With Emma</a>
It is a code to access profile chatting page in my site! Editing & removing this code is locked due to their security reasons.
But I want it to be inside of an iframe
:- <iframe src="chat9867.php?user=Emma" width="100%" class="chat-iframe"></iframe>
.
So it will be easier for an user to chat with the another person.
As it is locked, I have to do it manually by javascript.
So how can I create an iframe
fetching the URL from <a href="chat9867.php?user=Emma">...</a>"
?
Is there any way to do it using javascript/jquery?