The frameset-iframe tag has no wiki summary.
0
votes
1answer
15 views
html5 iframe for nearly full screen?
I was looking into using a frameset on my otherwise XHTML 1.0 Strict site, but I've noticed that with HTML5 the frameset feature is obsolete, and an iframe should be used instead.
I need to load a ...
0
votes
1answer
33 views
How to Get Rid of a Single Border Between a Frame and a Frameset?
I've got a page with a toolbar in the top frame. I want borders between every other frame except between the toolbar and the two frames it borders.
...
0
votes
1answer
129 views
How can I call two src/url request with iframe or add one iframe into another iframe?
How can I call two src/url request from "iframe". I need to show two src/url with iframe. I am calling one file with iframe src...but how can I call second file? or can I add one iframe within another ...
0
votes
0answers
21 views
Redesigning website: how to get rid of framesets and how to go further?
I am trying to redesign my website, because it has a frameset, that is annoying. It annoys me because I can't see a dropdown menu and a autocomplete suggestion because of it (it overlaps it). So now, ...
0
votes
0answers
166 views
Can't see dropdown list items on web page
On my website you can click on "SEARCH" at the top, which will show a dropdown menu. The first list item is visible, but the rest of them are invisible (just click on search and you will see what I ...
0
votes
1answer
846 views
target frame in iframe (target=“_blank” not working)
I have a small problem.
I'm using iframe to insert the banner (with link to the outside website).
<iframe src="http://wifi.tucado.com/ads/001.html" name="i001" target="_blank" frameset ...
0
votes
2answers
98 views
What does javascript: does in iframe src?
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
I would like to ask what did "javascript:" does in ...
2
votes
1answer
190 views
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 = ...
0
votes
1answer
111 views
pamie How to access variables in framset
my issue is about accessing Frame that included into frameset
so it's like that
IFRAME
\
FRAMESET
\FRAMESET
\
FRAME
i've tried so hard to ...
0
votes
1answer
82 views
Best Practices…Which should be used - iframes or ajax [closed]
I am just beginning my career as a web developer. I have noticed alot of writings about iframes, and they seem pretty neat (pardon the venacular). However...
My instructors always frown on the use of ...
0
votes
1answer
130 views
Html , frameset and youtube player on local pc . can i build nested frameset just form 1 html
can i load youtube page in frame set html ? or iframe ?
so it will load the youtube page in one frame and my local html file in the other frame.
this code dosnt work :
<html ...
0
votes
1answer
511 views
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 ...
0
votes
3answers
285 views
Is possible to get the previous form POST variable using javascript?
Client goes to example.com/form.html where a html POST form is displayed
Client fills the form with specific information and submit it to example.com/form.html
When example.com/form.html receives the ...
0
votes
1answer
892 views
Trouble setting and retrieving value of hidden input fields of iframe
I am having trouble either to set or retrieve the hidden input fields information of iframe.
On the initial page, I click on "Submit" button to activate showBox function and pass three parameters, ...
2
votes
2answers
3k views
will <frameset> 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 ...
1
vote
1answer
264 views
Cancel navigation on a frame?
Say I have a frameset with a frame where Google is loaded. I want to prevent Google from navigating anywhere when the user click on a link or a button. Is this possible?
0
votes
3answers
2k views
Should we use a frameset doctype if we use iframes?
Why are iframes declared as a non-standard elements? It is useful.
Is it allowed in XHTML 1.1, or should we use a frameset doctype if we use iframes?
1
vote
2answers
749 views
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" :
<iframe ...
5
votes
4answers
1k views
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 ...
