Hi Experts,
To avoid being framed without my permition, I included following JavaScript code
if (top != self)
{
window.location="......";
}
However, somebody can still frame my site. Following is his JavaScript code I found from the source:
document.write('<frameset .......>');
document.write('<frame ...... >');
document.write('<frame name="......" src="' + url + '">');
document.write('</frameset>');
Any idea? What I should do to avoid that??
Thank you in advance.
To avoid being framed without my permition, I included following JavaScript code
if (top != self)
{
window.location="......";
}
However, somebody can still frame my site. Following is his JavaScript code I found from the source:
document.write('<frameset .......>');
document.write('<frame ...... >');
document.write('<frame name="......" src="' + url + '">');
document.write('</frameset>');
Any idea? What I should do to avoid that??
Thank you in advance.