From: "Arno Garrels" > > Instead the component should provide access to parts of a URL, > either by var-parameters in event OnLocationChange
As said before the OnLocationChange is to late. That event is triggered just before the relocate will execute. All properties of the thttpcli are then already set. Therefor my proposal for a new event ----------------- 2) A new event OnRelocationRecieved(data : String; Accept : Boolean) to be called around line 2675 (procedure getheaderlinenext) ----------------- -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
