Iframe just opens

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
I open your site but your site is OK.

Tell me where is the problem.
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
Web proxies are against the ToS. They fall under the zero tolerance policy, which means if you install one, your site is shut down and you're banned from X10.

Note that merely opening a page on another site in an iframe isn't a web proxy, since the browser communicates with the other server. However, it can still get you in trouble if it's not clear that the iframe shows content on another site.

When you ask for help, include minimal test code that illustrates what you're doing and a link to a live page. Without that information, there's no way of knowing for certain what's going wrong. We're not psychic.
 

gaptrast

Member
Messages
123
Reaction score
0
Points
16
sorry I explained wrong. www.unblockwebsense.info/ is NOT my site, it was just an example!

go to tryit editor
then type
<iframe src=http://www.yahoo.com> </iframe> yahoo shows up.

try to type

<iframe src=http://www.unblockwebsense.info/> </iframe>

How can I stop the site to redirect to http ...
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
sorry I explained wrong. www.unblockwebsense.info/ is NOT my site, it was just an example!

go to tryit editor
then type
<iframe src=http://www.yahoo.com> </iframe> yahoo shows up.

try to type

<iframe src=http://www.unblockwebsense.info/> </iframe>

How can I stop the site to redirect to http ...

You cannot.
The site tests to see if it is in frames. If it is, it redirects the parent.
 
Top