Questions tagged [frameset-iframe]

32 questions
7
votes
4 answers

Possible to prevent our website from running inside another domain's frameset or IFrame?

We've been having an problem recently where other sites are running our e-commerce site inside a frameset where our site (with the offenders affiliate id tacked on) is the only content in a single full width frame. So essentially it looks and feels…
Peter
  • 29,498
  • 21
  • 89
  • 122
4
votes
2 answers

will work with HTML5?

I have these webapplications build in old style HTML, including [framesets] to speed up the GUI of the administration. Its not accessable by SEO etc. so thats not the issue here, it was all based on speed and minimizing reload at the time. Now we…
BerggreenDK
  • 4,915
  • 9
  • 39
  • 61
3
votes
1 answer

How can I catch an exception thrown from inside an iframe?

How can I catch an exception thrown inside my iframe? Here is my code: Parent: iframe = document.createElement("iframe"); iframe.src = "../a.aspx"; iframe.style.display = "none"; …
Inbal
  • 909
  • 2
  • 28
  • 46
2
votes
1 answer

How to retrieve HTML from silverlight Webbrowser control out of frames

i need to get the html of a frame inside the silverlight webbrowser control. i've looked at the following questions How to retrieve HTML from Webbrowser control out of frames in .net (c#) accessing Frames rendered in webbrowser control in…
1
vote
2 answers

How to display only parts of several urls into one html file?

In the past I was using iframe but it displayed all the webpage urls contents in full. For example: I have saved the following code in a file named "trial.html" :