wget and frames

2007-06-15 Thread Karl Berry
We received this report on webmasters.  Can anyone help Anthony, please?


Hi, 
 
I really like this utility but was having trouble getting 'framed' data
into the output files.
 
It is like when one views the source of the webpage from a browser, this
is what I see in my output file.
 
If I go to view Frame source from the webpage, I see the rest of the
page html.  Is there a way in wget to get this data too without all the
pics/images downloaded?
 
Thanks,
Anthony


Re: frames

2005-04-19 Thread Hrvoje Niksic
Alan Thomas <[EMAIL PROTECTED]> writes:

> It doesn`t seem to download the file when I use the debug option.
> It just quickly says "finished."

Does the debug log look like it's trying to parse links present in the
file?  Is the file content type "text/html"?


Re: frames

2005-04-18 Thread Alan Thomas
 It doesn`t seem to download the file when I use the debug option.  It just quickly says "finished."  Hrvoje Niksic <[EMAIL PROTECTED]> wrote:
Alan Thomas <[EMAIL PROTECTED]>writes:> The log file looks like:> > 17:54:41 URL:https://123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET> [565/565] -> "123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET.html" [1]> > FINISHED --17:54:41--> Downloaded: 565 bytes in 1 filesThat's not a debug log. You get a debug log by specifying "-d" alongwith other Wget options.
		Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard.

Re: frames

2005-04-17 Thread Hrvoje Niksic
Alan Thomas <[EMAIL PROTECTED]> writes:

> The log file looks like:
>  
> 17:54:41 URL:https://123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET
> [565/565] -> "123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET.html" [1]
>  
> FINISHED --17:54:41--
> Downloaded: 565 bytes in 1 files

That's not a debug log.  You get a debug log by specifying "-d" along
with other Wget options.


Re: frames

2005-04-17 Thread Alan Thomas

The log file looks like:
 
17:54:41 URL:https://123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET [565/565] -> "123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET.html" [1]
 
FINISHED --17:54:41--Downloaded: 565 bytes in 1 filesHrvoje Niksic <[EMAIL PROTECTED]> wrote:
Alan Thomas <[EMAIL PROTECTED]>writes:> I use Internet Explorer. I disabled Active Scripting and Scripting> of Java Applets, but I can still access this page normally (even> after a restart).Then the problem is probably not _javascript_-related after all. Adebug log might help see where the problem lies. (When accessingIntranet sites, be careful to erase the sensitive information, if any,before sending the log.)
		Do you Yahoo!? 
Plan great trips with Yahoo! Travel: Now over 17,000 guides!

Re: frames

2005-04-17 Thread Hrvoje Niksic
Alan Thomas <[EMAIL PROTECTED]> writes:

> I use Internet Explorer.  I disabled Active Scripting and Scripting
> of Java Applets, but I can still access this page normally (even
> after a restart).

Then the problem is probably not JavaScript-related after all.  A
debug log might help see where the problem lies.  (When accessing
Intranet sites, be careful to erase the sensitive information, if any,
before sending the log.)


re: frames

2005-04-16 Thread Alan Thomas
I use Internet Explorer.  I disabled Active Scripting and Scripting of JavaApplets, but I can still access this page normally (even after a restart).
		Do you Yahoo!? 
Plan great trips with Yahoo! Travel: Now over 17,000 guides!

Re: frames

2005-04-16 Thread Alan Thomas

    That's probably it.  Is there anything I can do to automatically get thefiles with wget?    Thanks, Alan- Original Message - From: "Hrvoje Niksic" <[EMAIL PROTECTED]>To: "Alan Thomas" <[EMAIL PROTECTED]>Cc: <wget@sunsite.dk>Sent: Friday, April 15, 2005 7:23 PMSubject: [spam] Re: frames> "Alan Thomas" <[EMAIL PROTECTED]> writes:>> > A website uses frames, and when I view it in Explorer, it has the
 URL> > https://123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET and a bunch of PDF> > files in two of the frames.> >> > When I try to recursively download this web site, I don`t get the> > files.> [...]> >  Does wget work with frames?  Do I need to do something different?>> Wget should work with frames.  Maybe the site is using _javascript_ to> load the frame contents?>
		Do you Yahoo!? 
Make Yahoo! your home page 
 
 


Re: frames

2005-04-16 Thread Hrvoje Niksic
Alan Thomas <[EMAIL PROTECTED]> writes:

> That's probably it.  Is there anything I can do to automatically get
> the files with wget?

I don't think so.  Wget know nothing about JavaScript.

The best way to verify this is to turn off JavaScript in your browser
and see if the site still works.


Re: frames

2005-04-15 Thread Hrvoje Niksic
"Alan Thomas" <[EMAIL PROTECTED]> writes:

> A website uses frames, and when I view it in Explorer, it has the URL
> https://123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET and a bunch of PDF
> files in two of the frames. 
>  
> When I try to recursively download this web site, I don`t get the
> files.
[...]
>  Does wget work with frames?  Do I need to do something different?

Wget should work with frames.  Maybe the site is using JavaScript to
load the frame contents?


frames

2005-04-15 Thread Alan Thomas



   A website uses frames, and when I view it in 
Explorer, it has the URL https://123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET and 
a bunch of PDF files in two of the frames.  
 
            
When I try to recursively download this web site, I don`t get the files.  I 
am using the following command:
 
wget  -nc  -x  -r  -l10  -p  
-E  -np  -t10  -k  -o  frames.log -nv  -A*.*  
-H  "https://123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET"
 
The log file looks like:
 
17:54:41 URL:https://123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET 
[565/565] -> "123.456.89.01/blabla.nsf/HOBART?opeNFRAMESET.html" 
[1]
 
FINISHED --17:54:41--Downloaded: 565 bytes in 1 
files
    Does wget work with frames?  Do I 
need to do something different?
 
    
Thanks, Alan
 
 


Re: HELP: Can not load websites with frames

2004-06-11 Thread Jens Rösner
Hi all!

François just told me that it works. :)
I thought that maybe I'll should add why it does ;)
The original website sits on www.zurich-airport.com, 
the info frame however is loaded from 
http://www.uniqueairport.com
As wget by default only downloads pages from 
the same server (which makes sense), it 
will not download the info frame.
If one would like to download the complete page, 
then a combination of -D and -H must be used 
to allow wget to travel to different hosts.

CU
Jens


> Hi François!
> 
> Well, it seems to work for me. Here's how:
> Open the frame in another window (works in Mozilla easily), 
> then you'll see the
> URL:
>
http://www.uniqueairport.com/timetable/fplan_landung_imm.asp?ID_site=1&sp=en&le=2&ID_level1=1&ID_level2=2&ID_level3=7&ID_level4=&ID_level5=&d=timetable/fplan_landung_imm.asp&u=2&t=Timetable%20visitors&br=
> 
> You should be able to use that one in wget.
> 
> CU
> Jens
> 
> 
> 
> > Hello,
> > 
> > I'm using wget since months for saving the daily
> > arrival/departure information of the local airport.
> > Now they changed the design of the website and started
> > to use frames. I'm stucked now! No idea how to extract
> > the data from this framed website. Any ideas?
> > 
> > Here's an example:
> >
>
http://www.zurich-airport.com/ZRH/?ID_site=1&le=2&d=timetable/fplan_landung_imm.asp&sp=en&u=2&ID_level1=1&ID_level2=2&ID_level3=7&t=Timetable%20visitors&a4=94
> > 
> > Thanks for any hints.
> > 
> > Rgds,
> > François
> > [EMAIL PROTECTED]
> > 
> 
> -- 
> +++ Jetzt WLAN-Router für alle DSL-Einsteiger und Wechsler +++
> GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl
> 

-- 
+++ Jetzt WLAN-Router für alle DSL-Einsteiger und Wechsler +++
GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl



Re: HELP: Can not load websites with frames

2004-06-11 Thread Jens Rösner
Hi François!

Well, it seems to work for me. Here's how:
Open the frame in another window (works in Mozilla easily), 
then you'll see the
URL:
http://www.uniqueairport.com/timetable/fplan_landung_imm.asp?ID_site=1&sp=en&le=2&ID_level1=1&ID_level2=2&ID_level3=7&ID_level4=&ID_level5=&d=timetable/fplan_landung_imm.asp&u=2&t=Timetable%20visitors&br=

You should be able to use that one in wget.

CU
Jens



> Hello,
> 
> I'm using wget since months for saving the daily
> arrival/departure information of the local airport.
> Now they changed the design of the website and started
> to use frames. I'm stucked now! No idea how to extract
> the data from this framed website. Any ideas?
> 
> Here's an example:
>
http://www.zurich-airport.com/ZRH/?ID_site=1&le=2&d=timetable/fplan_landung_imm.asp&sp=en&u=2&ID_level1=1&ID_level2=2&ID_level3=7&t=Timetable%20visitors&a4=94
> 
> Thanks for any hints.
> 
> Rgds,
> François
> [EMAIL PROTECTED]
> 

-- 
+++ Jetzt WLAN-Router für alle DSL-Einsteiger und Wechsler +++
GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl



HELP: Can not load websites with frames

2004-06-11 Thread Francois Vorburger
Hello,

I'm using wget since months for saving the daily
arrival/departure information of the local airport.
Now they changed the design of the website and started
to use frames. I'm stucked now! No idea how to extract
the data from this framed website. Any ideas?

Here's an example:
http://www.zurich-airport.com/ZRH/?ID_site=1&le=2&d=timetable/fplan_landung_imm.asp&sp=en&u=2&ID_level1=1&ID_level2=2&ID_level3=7&t=Timetable%20visitors&a4=94

Thanks for any hints.

Rgds,
François
[EMAIL PROTECTED]


Re: Using -pk, SSL frames problem -->SSL patch worked

2002-01-14 Thread Picot Chappell



Ian Abbott wrote:

>
> Do you have SSL support compiled in?

Yes

> Some log entries would be useful, particularly with the -d option.
> You can mask any sensitive bits of the log if you want.

I ran it with logging and -d, though I suspected that Thomas Reinke's post on the
SSL patch might solve the problem.  The log messages clearly stated that wget was
not following HTTPS schemes and not loading the files.  I'm not including the actual
log output because I recompiled with the SSL patch.  Subsequently, the frame source
was retrieved from the SSL site, and the log entries detail following and
downloading the HTTPS files, one level deep.

Thanks to you, and thanks to Thomas Reinke, for your great advice and input.

Picot



begin:vcard 
n:Chappell;Picot
tel;cell:571.214.2874
tel;fax:703.902.3697
tel;work:703.902.5297
x-mozilla-html:FALSE
org:Booz Allen Hamilton;Visit us on the Internet: http://boozallen.com";>BoozOnline
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
fn:Picot Chappell
end:vcard



New Frames

2001-09-09 Thread fine art service



Check Out FrameDealer.com
 
Wholesale frames for the professional artist 

 
www.framedealer.com