`
Par2: Getting document referrer in Web Builder 2000-05-19 -- Michael Boston The Info line from the Browser is parsed and the properties are stored in a queue. You can get the Infoline by the GetRequestText method. It can be very long - including cookie and Query strings. See routine wbHttpClass.ProcessInfoLine wbhttp.clw for a start. In case you missed it in this newsgroup, I should mention that you need to fix the code at around line 475 as follows. Value = Line[(SeparatorPos+2):(LineLen)] !mrb replaced Value = Line[(SeparatorPos+1):(LineLen)] !mrb by this one This materially affects the names of the queued browser properties (it chops their heads off! Printed November 21, 2024, 6:52 am This article has been viewed/printed 35208 times. |