Re: 1 pixel iframe (instructions followed) on subdomain
Posted: Thu Jan 02, 2020 6:43 pm
but at moment there is no iframe at url you indicated
???
???
integration and scripts forums
https://www.axew3.com/w3/forums/
Code: Select all
<script type="text/javascript">
i//document.domain = 'dev.my80isfantastic.eu';
Code: Select all
<script type="text/javascript">
//document.domain = 'dev.my80isfantastic.eu';
Code: Select all
<iframe id="w3all_phpbb_iframe" style="width:1px;min-width:100%;*width:100%;border:0;" scrolling="no" src="<?php echo $w3all_url_to_cms; ?>"></iframe>
Code: Select all
<iframe id="w3all_phpbb_iframe" style="min-width:100%;width:100%;border:0;" scrolling="no" src="<?php echo $w3all_url_to_cms; ?>"></iframe>
Code: Select all
style="width:1px;min-width:100%;*width:100%;border:0;"
Code: Select all
<iframe id="w3all_phpbb_iframe" style="width:1px;min-width:100%;*width:100%;border:0;" scrolling="no" src="http://dev.my80isfantastic.eu/phpBB3/index.php"></iframe>
Code: Select all
<iframe id="w3all_phpbb_iframe" style="width: 1px; min-width: 100%; border: 0px none; overflow: hidden; height: 0px;" scrolling="no" src="http://dev.my80isfantastic.eu/phpBB3/index.php"></iframe>