How XSS works in Frame?

  • Thread starter Thread starter ABCL
  • Start date Start date
A

ABCL

I have Pages develped in asp.net. I donot use frame on the page.
How do I prevent Intruder to diaply my pages in the farme/framset?

Thanks in Advance,
 
"Intruder", heh?

if (self.parent.frames.length != 0)
self.parent.location=document.location;

-- bye bye, frames.

Cheers,
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top