Click to See Complete Forum and Search --> : iframe troubles
patimages
10-19-2006, 03:52 PM
HI,
I am trying to place the adds on my site in an iframe which I do not know much of (to make the site faster) but then nothing comes (no more add)... can you help me ????
<IFRAME TITLE="whatever" height = "600">
<script type='text/javascript' src='http://ads.clicksor.com/showAd.php?pid=72994&sid=102968&adtype=4'></script>
<noscript>
<a href='http://www.clicksor.com'>internet marketing</a>
</noscript>
</IFRAME>
thanks a bunch !!!!
_Aerospace_Eng_
10-19-2006, 05:21 PM
You need to make a webpage with your script in it then you need to use src="linktoyourpage.html" on the iframe. If you don't know much about something then do some research on your own. Simple searches answer simple questions.
OPETH
10-19-2006, 05:45 PM
<IFRAME src="http://www.w3schools.com" height = "600" align="right" style="padding:50px">
<script type='text/javascript' src='http://ads.clicksor.com/showAd.php?pid=72994&sid=102968&adtype=4'></script>
<noscript>
<a href='http://www.w3schools.com'>internet marketing</a>
</noscript>
</IFRAME>
<IFRAME src="http://www.w3schools.com" height = "600" align="left" style="padding:50px">
<script type='text/javascript' src='http://ads.clicksor.com/showAd.php?pid=72994&sid=102968&adtype=4'></script>
<noscript>
<a href='http://www.w3schools.com'>internet marketing</a>
</noscript>
</IFRAME>
<IFRAME src="http://www.w3schools.com" height = "600" align="center" style="padding:50px">
<script type='text/javascript' src='http://ads.clicksor.com/showAd.php?pid=72994&sid=102968&adtype=4'></script>
<noscript>
<a href='http://www.w3schools.com'>internet marketing</a>
</noscript>
</IFRAME>
I hope can useful you by the this codes.
_Aerospace_Eng_
10-20-2006, 12:38 AM
The above is not what they wanted. The stuff in between the iframes won't show unless the browser doesn't support iframes. Don't post code that doesn't work. Test solutions before you give them.