iframe problem

A

Anonymous

Guest
i am trying to put a link to a website inside an iframe. but for some reason, the code redirects to the site. any ideas on how to put it in an iframe without directing or causing javascript errors?
Code:
<IFRAME SRC="http://apps.userplane.com/chatlite/chat.cfm?name=test&domainID=mobivibe"
WIDTH="400" HEIGHT="200" BORDER="0" MARGINWIDTH="0" 
MARGINHEIGHT="0" HSPACE="0" VSPACE="0" FRAMEBORDER="0" 
SCROLLING="no"></IFRAME>
 
your suggestion did not work and resulted in "page cannot be found". this is because the page in which to frame is not at my server. it is at the userplane location. do you know another work-around?
 
Please use code tags next time!

I bet the "other" website has a I/Frame protection.
Chek the other website's Html/Js code and you'll see :)
 
Back
Top