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 would like the original web page remains intact.
![:)](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/smile.png)