1) Script Title:
Random Iframe Content
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ndomiframe.htm
3) Describe problem:
Is there a possible way to show something else if random iframe doesn't load?
1) Script Title:
Random Iframe Content
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ndomiframe.htm
3) Describe problem:
Is there a possible way to show something else if random iframe doesn't load?
Due to what?
If it is due to there being no javascript active in the browser, this placed just before or after the script would do it:
If it is due to the browser not supporting the standards required by the script (additions red):HTML Code:<noscript>alternate content here</noscript>
If it is due to the random page being unavailable, that is really your responsibility. Just make sure that all pages listed are available to the script.Code:if (ie||dom) document.write('<iframe id="dynstuff" src="" '+iframeprops+'></iframe>') else document.write('alternate content here');
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
the example in DD does not do what it says.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
thanks, works perfectly.
Bookmarks