I use execcommand(createlink...) to insert a link (/page2.html) into an
iframe.
The iframe is part of page http://localhost/test.php. (Apache localhost)
Unfortunately my relative link "/page2.html" is automatically replaced with
http://localhost/test.php.
How can I keep my relative links?
Thank you
Loebb