Bug with iframe
-
Hi Scott.
As I can’t use properly a form, I tried to implement it by the use of IFRAME (yes I know it’s dirty). So I use this code in my page :
<iframe src="/datas/form.php" width="100%" height="580" frameborder="0" scrolling="no" style="border:0;"></iframe>
but when I generate my static files, the output code become :
<iframe src="http://mydomain.tld/datas/form.php" width="100%" height="580″ frameborder="></iframe>
So as you can notice the url have been transformed with an absolute path (it was relative, but that’s not the problem) but mainly my iframe html tags have been corrupted…Thanks in advance for your support 🙂 !
Amicably,
Pierre.
The topic ‘Bug with iframe’ is closed to new replies.