Forum Moderators: open
Do it is possible to break this javascript:
<script type="text/javascript"><!--
if (self != top)
{
if (document.images)
top.location.replace(window.location.href);
else
top.location.href = window.location.href;
}
// --></script>
to open frammed page into window - target=top?
And if it is possible, can you help me and tell me how is possible?
I see here in forum that I can to do that with some proxy, but I dont know how to do that alone, can you help me please, give me example?
Thank you very much