All Questions
30 questions
0
votes
0
answers
26
views
How to create a link to an anchor on the main page from an iframe embedded in the main page?
With HTML, how to create a link to an anchor on the main page from an iframe embedded in the main page?
The iframe is called and inserted and from the main page ( iframe is hosted in Github with a ...
0
votes
1
answer
124
views
Link to an anchor within an iFrame
I need help with this. I know there is some similar topics like this but I couldn't find the solution for my problem.
I'm using a Nicepage desktop app for web design with one domain and within one of ...
0
votes
1
answer
325
views
Change video in iframe and scroll to iframe
I have one main iframe (vidframe) on a webpage. On that same page I have several links on different parts of the page to other vimeo videos that when clicked on, show in the main iframe. However, I ...
0
votes
0
answers
58
views
How can I use anchor links pointing within an iframe?
I have a html document loaded in an iframe on a website.
The document has a table of contents and clicking on any of the links jumps to the appropriate part of the document.
Navigation is supposed to ...
1
vote
0
answers
107
views
How do I make iframe scroll to an anchor in parent content on iOS?
I have the following code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="...
0
votes
0
answers
67
views
How can I make anchor links in an iframe open in the same tab (target=framename) after parent refresh?
I'm working on a web app where I have two anchor tags inside an iframe with the same domain as the parent:
<iframe src="same_domain_as_parent">
<a href="google.com" target="hello">Go to ...
0
votes
1
answer
391
views
Anchor tags href isn't working when iframe is opened in a react dialog model
We have opened an iframe in model dialog. In the iframe we are loading a document. The document is also and html page. The <a> tags in the document are not navigating to the id mentioned in ...
0
votes
1
answer
73
views
iFrame links to open in new window
I have the following iframe in my html page.
<iframe src="www.w3schools.com"></iframe>
Is it possible to force all anchor links within the iframe to open in a new window (without using ...
1
vote
2
answers
90
views
Links in embedded html
I have some HTML code I'm trying to embed into a site.
The code is an iframe that is supposed to have a bunch of links in it, but when I click the links, they just load the page inside the iframe ...
0
votes
1
answer
272
views
How to call Javascript in href in main window from iframe?
I have a hyperlink in the iframe.
<a href="JavaScript:openRec('8888')">Click here</a>
In the parent window I have a script in which the openRec function is declared. How can I call this ...
0
votes
1
answer
336
views
Named anchors working in IE but not Firefox / Chrome
I have a named anchor situation that is working in IE but for some reason is not working in Firefox or Chrome. This set of pages is loaded within a Blogger frameset but hosted externally so I can ...
1
vote
1
answer
66
views
I got an scroll position problems when I link anchor from page1 to page2 with a fixed header
I got an scroll position problem. When I link anchor from page2 to page3, page3 is under the fixed header. BTW, page1 and page2 share the same fixed header and in the same <iframe></iframe>...
0
votes
1
answer
549
views
How to open a link targeted in an iframe in a new tab with the same layout and the iframe
When I click the link home on the page, the corresponding file opens up in the iframe shown by the arrow as it is targeted at it.
But, when I right click the link and click on open link in new tab ...
1
vote
2
answers
7k
views
Link to anchor in frame
I'm building a portfolio website for a comics label and would like to integrate the store within the site. The site is built in Indexhibit and I've been trying several options.
At the moment I would ...
0
votes
2
answers
247
views
How to scroll div in iframe to an anchor from another iframe
Don't know if title makes sense to you, let me expand:
I have a base html file, that contains, among other things iframe1. iframe1 contains 6 links that should link to anchors in a div in iframe2; ...