Thanks for the 'Heads up' on the 64K issue. I've been playing at getting the result pre-formatted so I can put it in an array so I can search for a part number and then I'll know the price and shipping! Think I got it. Sure is a lot of work deleting leading and trailing data (The HTML report I'm getting has the information in the second of 3 tables of the page). In .asp you can specify X number of places to delete, here I have to find some unique text, count how many places, count the total places and subtract (which is handy in many cases. But I 'know' the top table and bottom table are fixed size.) Still easy stuff though. Mark
On 6 May 2002 at 14:19, Ben Johansen wrote: > Hi > > The @URL is great, just wanted to bring to you attention a known issue > with T2k and Witango 4... > > There is a 64k limit of data for which can be returned with the @URL > > Now this issue is to be resolved in an upcoming release. > > Ben Johansen - http://www.pcforge.com > Authorized WiTango Reseller http://www.pcforge.com/WiTangoGoodies.htm > Latest downloads & List Archives @ http://www.witango.ws > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Mark Bushaw > Sent: Sunday, May 05, 2002 10:25 AM > To: Multiple recipients of list witango-talk > Subject: Re: Witango-Talk: Capture HTML from second site > > OH! So that's what that does! > I've never had a need to use @URL, and so I guess the explanation of > what it does > never stuck in my head. > Is this a great programming tool or what? > Thanks John > Mark Bushaw > > On 4 May 2002 at 22:03, John Shaw wrote: > > > Wouldn't <@URL> assigned to a variable do it? > > ----- Original Message ----- > > From: "Mark Bushaw" <[EMAIL PROTECTED]> > > To: "Multiple recipients of list witango-talk" > <[EMAIL PROTECTED]> > > Sent: Saturday, May 04, 2002 7:39 PM > > Subject: Witango-Talk: Capture HTML from second site > > > > > > > Scenario- shopper is viewing products on a price-comparison website. > > Clicks > > > on a 'buy-online' button that directs him to my website. I need to > gather > > > the price/shipping information that the shopper saw for display on > my item > > > detail page. The sales guys are too lazy to update the link every > time > > they > > > update the price on the price comparison website. I can run a report > from > > > the price comparison site with a single url. > > > How do I capture the html from the price comparison site, so I can > parse > > it > > > and filter for the information I need. Thanks > > > Mark Bushaw > > > > > > > ________________________________________________________________________ > > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > > > with unsubscribe witango-talk in the message body > > > > > ________________________________________________________________________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
