1. Jeong Dae Ryong
  2. PowerBuilder
  3. Friday, 15 March 2024 02:51 AM UTC

Web browser object provided in PowerBuilder
I am using it.
The page to which you go when you call the web page and then click the button
I want to get a url, but when implementing it using the existing OLE method, I used the Geturl function.
Is there any way to get the url?

The PowerBuilder version in use is 2022 R3.

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Friday, 15 March 2024 15:27 PM UTC
  2. PowerBuilder
  3. # 1

Hi Jeong;

   FWIW:  For the built-in Web Browser control, I use the AddressChange Event of the control to capture the new URL as passed in that event's argument. Would that work OK for your use?

Regards .. Chris

Comment
  1. Jeong Dae Ryong
  2. Wednesday, 20 March 2024 02:10 AM UTC
Thanks to your answer, I solved getting the URL.

It looks like Korean is encoded in the URL, but what format is it in?

I don't know what the encoding is.



It is a URL that includes Korean, and is imported as follows.

roadAddress=%B1%A4%C1%D6%20%BA%CF%B1%B8%20%B5%BF%B9%AE%B4%EB%B7%CE204%B9%F8%B1%E6%2027&jibunAddress=% B1%A4%C1%D6%20%BA%CF%B1%B8%20%B0%A2%C8%AD%B5%BF%20508-23&zonecode=61165&buildingName=&sido=%B1%A4%C1%D6&sigungu=% BA%CF%B1%B8&bname=%B0%A2%C8%AD%B5%BF&postcodeSeq=&autoJibunAddress=&autoRoadAddress=&bcode=2917011300
  1. Helpful
  1. René Ullrich
  2. Wednesday, 20 March 2024 09:40 AM UTC
Look for UrlDecode function in CoderObject. This should Decode the values for you.
  1. Helpful 1
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.