-2
votes
3answers
44 views

Give permission to frame my site [closed]

I am sharing a block of my website via iframe. Now, I need to allow some specific domain to frame my site. others will be denied. How can I do that using php? Thanks in advance.
0
votes
2answers
61 views

Get URL of iFrame

Just wondering if anybody had any ideas on getting an iFrame's URL using possibly jQuery. For example, if I have an iFrame on my page and somebody is scrolling through the website inside that iFrame ...
0
votes
1answer
27 views

How does this website detect the user's current URL from a different domain?

This is a website which is relevant to the topic that I am researching - getting an IFrame's current URL address from another domain. Here it is: http://hidemyipaddress.org/ (to use it simply go to ...
-5
votes
1answer
40 views

how to use iframes to load urls in sequence? [closed]

in sequence , when i use these to loads urls the urls gets an Error because they can't be loaded at the same time orelse they're gonna give me an error , i need to load them with a delay between ...
2
votes
1answer
34 views

Deny access if url is different from what was set in iframe tag

is there any way to deny access to a page if the url is different from what was set in the iframe tag? Eg.: i created a page named index.php in the directory abc; i coded this url ...
0
votes
0answers
84 views

Fancybox 2 - create a direct url to an open Fancybox iframe/Update page url while scrolling through gallery of iframes

So this is my first time asking on stackoverflow, so apologies in advance for anything. I'm a very hack together and go web developer at the moment. I am using Fancybox v2.1.0 for my personal ...
0
votes
0answers
51 views

Restrict url access just from a specific site

I have an application hosted on distant server and it will be loaded by other site in an iframe, it there a way to restrict the access to it, I mean prevent the access to it by using its url, and ...
0
votes
1answer
18 views

How to make sure a user performs an action in an iframe

I have an iframe where a user has to perform a task and when the task is completed it will show another iframe where the user will perform a task and after that is completed a button will show So I ...
0
votes
0answers
20 views

Alert the source of an Iframe

I have an iframe on my site that presents a website (cross-domain). If the user clicks on a link in the iframe that brings him to a different website (also cross-domain) I would like to alert that new ...
0
votes
0answers
76 views

Getting a full URL after submitting a form into an IFrame

I'll start off by explaining my current code, because explaining what I'm trying to do is not easy: First off, Javascript is being executed once my website is loaded, and it submits a form called ...
0
votes
0answers
143 views

IFrame Like Button gives Suspicious URL error

I created a Google Sites site and added a Like button using the IFrame option. The button looks fine but when a user clicks Like, they receive the following error: "Sorry, this post contains a ...
0
votes
1answer
99 views

Get current location/url of iframe and assign into a variable

I have some content hosted on my own servers which I'm displaying to the user dynamically. However the content is a few layers deep and I need the url/location of the iframe so I can assign it to a ...
0
votes
2answers
45 views

Link URL not opening when given in HYPERLINK but opening when pasting the url directly in address bar

I have found some url's which i want to hyperlink from my website but when i added hyperlink for those url's then the page is not opening but when i directly paste that url in address bar and enter ...
0
votes
2answers
574 views

jquery fancybox, iframe or ajax, load with url

With fancybox (v2), how can I create a unique url that, upon load, displays the fancybox with iframe content. I have it working great with inline content (ex. www.mysite.com/index.html#idgoeshere), ...
0
votes
1answer
59 views

Open link in browser or open app

I have made an iphone app. The app calls the webpage and displays the content. Server side coding is in php. The problem is I have several links in the webpage. When I click on the link in the webpage ...
0
votes
1answer
108 views

How to secure communication to IFrame window through query string in URL

In my application I am using MSSQL reportviewer ASP.NET control inside ajax tab panel as an IFrame. My choice of putting that in Iframe is because this answer. While loading of iframe my app sending ...
0
votes
2answers
75 views

How to change the URL in browser due to the navigation at iframe?

I want to change the URL in browser based on the iframe navigation like: **[URL at navigator: http://localhost/]** <html> <body> <iframe src="http://localhost/?loadiframe=true"> ...
0
votes
1answer
45 views

A web page withing a web page with a unique link

One of our web pages has a huge iframe in it, allowing users to be on our website and see another website within it. When users click on the iframes website, and navigate in it, find a place they want ...
1
vote
4answers
296 views

HTML Iframe get src with php

I have an webpage where I want to have another html page displayed. I used iframes. The page gets to know what to load is via the get procedure. But there is an fault in this coding I think... ...
0
votes
1answer
39 views

How to distinguish the url of the browser and the iframe?

For a specific page, what I want to do is to redirect the whole page to another one if it shows normally in the browser and keep it the same when it shows in an iframe inside another page. Basically ...
1
vote
2answers
37 views

IFrame src not understands #

hi i am using # in my querystring in iframe src but it became truncated. <IFRAME src="Test.jsp?name=check#comment"></IFRAME> it gives me name as only 'check' not as 'check#comment'
0
votes
1answer
35 views

Display the contents of a url on a page with out an iframe?

I heard that iframes are going away in newer versions of browsers. I might be wrong. How ever I have an application where you put in the url of a page of content and we will display that content for ...
-1
votes
1answer
162 views

Trouble with iFrame and jQueryMobile on Android

my english is not sooo good, but i will try to explain my problem. at first to my Page: I load a iFrame on my that contains a formular. To make that usable for users with mobile-devices, i load ...
0
votes
1answer
700 views

Links within iframe to open in parent window

I am using an html form to submit information to a specific URL that is loaded in an iframe on one of my website pages on my domain. One of the html form inputs is a URL that will be posted in the ...
4
votes
1answer
132 views

Targeting iframe src from user input in javascript form

I'm trying to target an iframe's source from a javascript form. So if someone typed in http://www.reddit.com the iframe's source would change to reddit.com I've tried a few things but you can't put a ...
0
votes
1answer
23 views

How to I redirect the link from the google calendar entries from my RSS feed to another web page?

I have an RSS feed powered by RSS Pump drawing stuff from my Google Calendar. Now it's doing this by using a bit of HTML with an 'iframe' in and I want to know how I can redirect all the links on the ...
1
vote
1answer
483 views

Open MenuItem URL in iFrame in ASP.Net

I have a dynamically generated menu (C#), like this: MenuItem(string text, string value, string imageUrl, string navigateUrl, string target) MenuItem AdminLevel1 = new MenuItem("Admin", "Admin"); ...
0
votes
0answers
43 views

can I change the path to my facebook iframe app after approval?

We have an app that we are developing at example.com/radio2. Once that app has been approved can I change the path to example.com/radio ? These are the urls for the iframe. The app also exists on ...
0
votes
1answer
204 views

Find Out Current URL of iFrame

Is there anyway of finding out the current URL of an iframe? If I have an alert message onload set to document.getElementByTagName("iframe")[0].contentWindow.location.href the on safari I receive the ...
2
votes
1answer
216 views

Get Current URL of iFrame

I have tried to do an alert message in the onload event of the iframe with the code "this.contentWindow.location.href" but due to Javascript's same origin policy, I get the alert message of ...
2
votes
1answer
107 views

Forward URL information from parent to child iframe

I need to come up with a way to forward block information from our school's internet filter to our school's internal web server. The final page will just be a normal html page, but with a iframe in ...
0
votes
1answer
43 views

Cross Domain references to parent host preserved

There exists a page on a remote url that can be accessed with a login that is posted using a query string. http://www.example.com/exampleURI?user=user&pass=pass. Lets call this URL location the ...
2
votes
1answer
40 views

How can i make the parent url automatically update to a unique url when iframe loads particular content?

Okay, i'm extremely new to this sort of thing, so i am probably using incorrect terminology, but i've been trying to find an answer and can't, so i'm asking here! I have a website made in Tumblr that ...
0
votes
1answer
210 views

onload main page change iframe url

on my main page i have this: <a href="http://mypage.com/myurl" target="iframename">click here</a> and it works fine, changing the url in the iframe. How can I have this with onload of ...
0
votes
2answers
263 views

PHP get URL of page iframe is located on inside the iframe

I've been looking around on the web and I can't find a solution to my issue. Lets say on the following page I have an iframe. http://www.mysite.com/cakes.php - this is the url of the page the iframe ...
0
votes
1answer
166 views

Get URL values from <iframe> with different domain name

I used a form to capture data from clients. In this form is an iframe that loads youtube videos onto youtube. The reason for the different URL is because my original code was written in CakePHP and ...
0
votes
4answers
170 views

Passing an URL to an iFrame over two pages

Let's say i got a link on a homepage, and an iFrame on the following page. Now i need to make that link on the homepage to pass an URL to the iFrame on the following page (on click), so the iFrame ...
0
votes
1answer
195 views

Getting url data with Javascript (Split it like php $_GET)

I found this script @ Stackoverflow: window.params = function(){ var params = {}; var param_array = window.location.href.split('?')[1].split('&'); for(var i in param_array){ x = ...
1
vote
0answers
124 views

Url Forwarding without Iframe

Some background on the problem : We have our website setup for a domain already, lets call it X.com now we have purchased another domain Y.com and have done a URL Forward to X.com using Masking, such ...
0
votes
0answers
117 views

Catch URL Request from iFrame in Adobe Air and open default Browser/Application

my current Air App is a simple HTML iFrame Wrapper for an online Application. The problem is, that I need to open certain links in the default Browser or, for PDF Files, in an default Application for ...
0
votes
1answer
360 views

Preventing iframe injection via url?

I'm trying to prevent attacks where a url can be distributed that inserts an iframe (containing a fake login screen) into a PHP site using javascript in the url. Is there some way with PHP to clean ...
-1
votes
1answer
413 views

How to hide an URL/SRC from iframe?

Is there anyone that know a clever way to hide the src of an iframe? <iframe src= "<?php $values = get_post_custom_values("my-custom-field"); echo $values[0]; ?>" ...
0
votes
0answers
127 views

HtmlUnit - working with multiple frames (URLs) at the same time

Let's say we have to fill in some textfields, textboxes and upload an image. The website has one link that leads us to image uploading. That link opens internal frame on the same site (without ...
0
votes
1answer
33 views

URL lenght problems on iFrame

Hello everyone I'm having some problems when a calling an iframe that has an specific url lenght: The complete URL is as follows: ...
1
vote
1answer
59 views

Changing the colour of an attribute in an iframe depending on parents URL

Basically, I have an iframe which loads on every page on my website. Inside this is a header with a navigation bar coded using <ul> and <li> tags. eg. <div id="header"> ...
-1
votes
1answer
840 views

Changing address bar when using iframe

Is there a way to use an iframe, but still have the address bar change when clicking what's inside the iframe to what the page actually is? I want to have a horizontal bar at the top of the page with ...
0
votes
1answer
585 views

How to dynamically change URL of liferay iframe portlet?

I need to create a page with two portlets. The first one will need to change the url source of the second iframe portlet on click. However, the requirement is that the page should not be reloaded. Is ...
0
votes
1answer
154 views

Getting access to URL changes in an iframe

I have some existing JavaScript code, that I cannot change, that is loaded into an iframe. The initial page that is in the iframe is a local page but the links (actually <input ...
1
vote
1answer
213 views

Trying to pass URL from iFrame to SharePoint site URL?

I have an application running in an iFrame that is embedded in a SharePoint site. The problem with this is navigation within the application does not result in a change in the SharePoint site URL. ...
0
votes
1answer
78 views

facebook like not unique

For some reason the like button on specific content pages is being grouped together, regardless of the URL in the FB Code being page specific. Example one page shows 8.3k likes. Here is the source ...

1 2 3