Jump to content

Browse in double iframe


Recommended Posts

Hello,

I would like to navigate to a site containing two iframes. This site is down for you, but I will communicate its source code.
The second iframe contains another site with two other iframe. It is in this second iframe second site I would navigate.

So we have a web page with two iframes. In the second iframe we have a link to a website containing two other iframes.
My website that is desired in the second frame of the second site.


By adding a bit of source code in order better to understand

Source code of the first site:

 

<html><head><title>titre</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><frameset rows="68,*" frameborder="NO" border="0" framespacing="0"><frame name="visit" src="url_première_frame" frameborder="0" scrolling="no"><frame name="visit" src="url_deuxième_frame" frameborder="0"></frameset><noframes><body bgcolor='#FFCC00' text='#000000'></body></noframes></html>

 

Source code of the second site:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>Visite incentive</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<frameset frameborder="0" framespacing="0" rows="8%,*">
                <frame name="visit" src="url_première_iframe" frameborder="0" />
                <frame name="visitj" src="url_deuxième_iframe [Site desired in this frame for naviguation]"0" />
            </frameset>
            <noframes><body bgcolor="#FFFFFF" text="#000000">
            </body></noframes>
</html>

 

 
I do not try to find the url of the site but to get into it (with _FFFrameEnter) to navigate.
I would like the original web page remains intact.
 
Autoit can do that ?
 
 
Yohan :)

 

Link to comment
Share on other sites


I do not try to find the url of the site but to get into it (with _FFFrameEnter) to navigate.
I would like the original web page remains intact.
 
Autoit can do that ?

 

 

So I have a web page with two iframe. I enter in the second iframe with "_FFFrameEnter". In this second iframe there are two other iframe and I would go again in the second iframe.

I'd like to go into an iframe and then again back in another iframe while keeping intact the original web page.

Edited by yohan8
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...