Greytail
03-07-2003, 02:41 PM
Is there perhaps a way to use javascript to insert an iframe/an html document WITHOUT using the actual <iframe> tag?
|
Click to See Complete Forum and Search --> : Can it be done? Greytail 03-07-2003, 02:41 PM Is there perhaps a way to use javascript to insert an iframe/an html document WITHOUT using the actual <iframe> tag? pyro 03-07-2003, 02:50 PM You could use javascript to insert an iframe using document.write, but it is going to be an actual iframe when you are done. What exactly do you need to do, and why can't you ues an iframe? boojum 03-07-2003, 02:57 PM use an object tag to place html? though there will be a scroll bar on the side of the object no matter if it overflows or not Greytail 03-07-2003, 03:18 PM A scrollbar is fine, I think. The challenge was posed to me by a friend to 'outsmart' EzBoard's profiles system. We previously had a way to put a complete page of content in the profile, using an absolutely positioned div layer and an iframe. I couldn't find any way to do it with tweaking, CSS, as it automatically 'censors' out iframe tags (but allows Javascript, etc). So I thought maybe there was a way to do it with javascript? webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |