|
Posted by philippe doulet on 10/27/07 13:47
hello, and thanks for answer
I have tried with csEXWB wich has many functionnalities like IE.
I have tried to copy the url then paste it in a function doing a webrequest
:
I get only the html (head , body and others (scripts ..), not file, neither
frame nor table
Manually , if I copy the url then paste it in the combo for search and
Navigate, I get the frame with a table filled with the datas from the file
....
It could be ok if I had the "entire" rows of the table (I could parse the
html) but I can have only 10 lines...
in the html there is the following , just before the table :
>>
<form name="rechercheForm" method="post"
action="/sdm/ent/gen/ent_recherche.do;jsessionid=D0EDEACE5FD.tclassic4"
id="entMoteurDeRechercheForm">
<input type="hidden" name="organisme" org="HP7X8">
<input type="hidden" name="consulId" id="consulId" value=""/>
<input type="hidden" name="reference" value="" id="reference">
<input type="hidden" name="referenceapc" value=""
id="referenceapc">
<input type="hidden" name="personnepublique" value=""
id="personnepublique">
<input type="hidden" name="procedure" value="-1" id="procedure">
<input type="hidden" name="marche" value="-1" id="marche">
<input type="hidden" name="intitule" value="" id="intitule">
<input type="hidden" name="region" value="" id="region">
<input type="hidden" name="depart" value="" id="depart">
<input type="hidden" name="objetRecherche" value="-1"
id="objetRecherche">
<input type="hidden" name="orderby" value="0" id="orderby">
<input type="hidden" name="page" value="0" id="page">
<input type="hidden" name="nbAffiche" value="10" id="nbAffiche">
</form>
>>>
philippe
"Bone Ur" <boneur@example.com> a ιcrit dans le message de news:
Xns99D61C28B1141boneurhyphe@194.177.96.78...
> On Sat, 27 Oct 2007 09:30:45 GMT philippe doulet wrote:
>
>> thank you for your answer
>> I am a beginner in html and "http requests"
>> I don't want to download manually , I want automatic with webrequst or
>> anything else...
>> I don'want the frame , I only need the file
>> Philippe ( from France )
>
> Probably the best thing to do is use a compliant browser, view-source the
> iframe, and save the text. Then use that to make a page or whatever you
> want to do with it.
>
> If you're meaning is that you want to view it online and it's somebody
> else's page _and_ copy-pasting the url into the address bar doesn't work,
> they may have it scripted to only show in a frame or something similar to
> that. (I'm not 100% sure of what you mean.)
>
> --
> Bone Ur
> Cavemen have stronger pheromones.
[Back to original message]
|