Thank you both for confirming. The -trace option would be helpful. I've never tried it but tomorrow, I will take a look at the output it gives.
-Regards Rashmi ---------- Forwarded message ---------- From: Thomas Dickey <[EMAIL PROTECTED]> Date: Jun 7, 2007 8:42 PM Subject: Re: [Lynx-dev] Would Lynx try to download iFrames, External Javascript etc To: Rashmi Rubdi <[EMAIL PROTECTED]> Cc: [email protected] On Thu, 7 Jun 2007, Rashmi Rubdi wrote:
Hello Everyone, I'm trying to test an html page with Lynx to see if Lynx tries to make additional connections to get an iFrame or external javascript or external image src , if the html page contains those elements.
no - it'll only do one fetch for the case you're describing:
lynx -dump -force_html -nolist -hiddenlinks=ignore first.html
You can also see what lynx is doing using its "-trace" option. There's a lot of detail, but the GET and the replies show up. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
