<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>7 Jun 2019 09:28:26 Z</lastBuildDate><pubDate>7 Jun 2019 09:28:26 Z</pubDate><description>Bonjour&#13;
&#13;
Je recherche depuis plusieurs comment récupérer le code source d'une page HTML.&#13;
&#13;
j'essaie de récupérer les informations d'un tableau dans une page HTML. j'utilise un champ activeX&#13;
Cette commande ci dessous me renvoie une FrameSet&#13;
Info(HTLM_RECH&gt;&gt;Document&gt;&gt;Body&gt;&gt;OuterHtml) :&#13;
&#13;
[code:xml]&#13;
&lt;frameset rows="11%,8%,*" border="false" frameborder="0" framespacing="0"&gt;&#13;
	&lt;frame name="ENTETE" src="fr_entete.htm" marginwidth="0" marginheight="0" noresize="" scrolling="no"&gt; &#13;
	&lt;frameset cols="35%,7%,*" border="false" frameborder="0" framespacing="0"&gt;&#13;
		&lt;frame name="SOMMAIRE" src="fr_sommaire.asp" marginwidth="0" marginheight="0" noresize="" scrolling="no"&gt;&#13;
		&lt;frame name="OUTIL" src="fr_outil.htm" marginwidth="2" marginheight="0" noresize="" scrolling="no"&gt;&#13;
		&lt;frame name="LIBRE" src="fr_libre.asp?txtMSG=%20%20" marginwidth="2" marginheight="0" noresize="" scrolling="no"&gt;  &#13;
	&lt;/frameset&gt;&#13;
	&#13;
		&lt;frame name="TRAVAIL" src="cdc_rechgen.asp?txtOffice=3WR8969WS1&amp;amp;txtUtilisateur=xxxxxxxx&amp;amp;txtTypeStruct=G&amp;amp;txtDadmelDef=" frameborder="0" marginwidth="5" marginheight="0" noresize="" scrolling="yes"&gt;&#13;
	&#13;
&lt;/frameset&gt;&#13;
[/code]&#13;
&#13;
Alors que quand je fais un clic droit afficher le source, je dois avoir le code suivant ;&#13;
&#13;
[code:xml]&#13;
&lt;table border="1" align="center" cellPadding="1" cellSpacing="1" width="97%"&gt;&#13;
				&lt;tr align="middle"&gt;&#13;
		    		&lt;td width="5%" &gt;&lt;STRONG&gt;Sélection&lt;/STRONG&gt;&lt;BR&gt; Tout &lt;input name="chkSelection"  value="selection"  title="Séléctionner ou désélectionner tous les biens présentés." onClick="Selectionner(1)" HEIGHT = 20px WIDTH= 20px type="checkbox"&gt;&lt;/td&gt;&#13;
					&lt;th width="25%" colspan="4"  &gt; Identifiant de la Parcelle&lt;/th&gt;&#13;
					&lt;th width="15%" &gt; Contenance cadastrale &lt;/th&gt;&#13;
					&lt;th width="15%" &gt; Nature de culture &lt;/th&gt;&#13;
					&lt;th width="30%"&gt; Adresse &lt;/th&gt; &#13;
					&lt;th width="5%" &gt; Titulaires de droit &lt;/th&gt;&#13;
			    &lt;/tr&gt;&#13;
				&#13;
						&lt;tr align="middle"&gt;&#13;
					    &lt;td width="5%" bgcolor="LightGrey"  &gt;&lt;input name="chkSelect0"  value="selectionnerpar" HEIGHT= 20px WIDTH= 20px type="checkbox" title="Selectionne le bien sur cette ligne." onClick="Cocher(0)"&gt;&lt;/td&gt;&#13;
						&lt;td width="6%"&gt;057&lt;INPUT type="hidden" name="textpar10" value = "057"&gt;&lt;/td&gt;&#13;
					    &lt;td width="6%"&gt;   &lt;INPUT type="hidden" name="text20" value = "   "&gt;&lt;/td&gt;&#13;
								&lt;td width="5%"&gt;AL&lt;INPUT type="hidden" name="text30" value = "AL"&gt;&lt;/td&gt;&#13;
							&lt;td width="8%" &gt;&lt;A HREF="JAVASCRIPT:Info('   ','AL','0549','A     L','','','055')" title="Informations complémentaires"&gt;&lt;FONT color=Red&gt;0549&lt;INPUT type="hidden" name=text40 value = "0549"&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/td&gt;&#13;
							&#13;
							&lt;td width="15%"&gt;    0ha03a96ca&lt;/td&gt;&#13;
							&lt;td width="15%"&gt;Sol  &lt;/td&gt;&#13;
							&lt;td width="30%"&gt;  11  rue  beaulieu&lt;/td&gt;&#13;
							&lt;td width="5%" &gt;&lt;input name="rdRechtit" type="radio" title="Cliquer ici, pour la liste des propriétaires de ce bien." onClick="Titulaires('   ','AL','0549')"&gt;&lt;/td&gt;&#13;
						&lt;/tr&gt;&#13;
					&#13;
				&lt;/table&gt;&#13;
[/code]&#13;
&#13;
&#13;
Ma question Comment peut on simuler le clique droit afficher le source sur la partie du tableaux&#13;
&#13;
Merçi par vance</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230673-obtenir-source-page-html-contenant-frameset/read.awp</link><title>Obtenir les source page HTML contenant FrameSET</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
