how to fix this link error

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
hancre
Posts: 248
Joined: 02 Jul 2021, 20:51

how to fix this link error

Post by hancre » 15 Aug 2022, 01:53

I tried this following command.

!9::run https://naturemk.com/?pn=member.login.form&_rurl=%2F
But I got an error like the attached image.


I'm worried that the link would contain the issue.
But I want to get the shortcut for the link at any case.
How can I fix this error?

Thanks for any help in advance. ^^

I tried to add % to the end. BUt it doesn't work.
Attachments
image.png
image.png (11.2 KiB) Viewed 410 times


hancre
Posts: 248
Joined: 02 Jul 2021, 20:51

Re: how to fix this link error

Post by hancre » 15 Aug 2022, 03:18

BoBo wrote:
15 Aug 2022, 02:05

Code: Select all

Run % "https://naturemk.com/?pn=member.login.form&_rurl=%2F"
Run    https://naturemk.com/?pn=member.login.form&_rurl=`%2F
Wow. Both of the two links work.

I have a question.
I'll apply this solution to other promising problems.
What's wrong with my first link? and How can your link fix the issue? ^^

User avatar
boiler
Posts: 16931
Joined: 21 Dec 2014, 02:44

Re: how to fix this link error

Post by boiler » 15 Aug 2022, 05:41

The answer is right in front of you. It is a good exercise for you to find the difference and figure out the reason why. Just compare his to yours and see the difference for yourself. Post again if you can’t figure it out.

Post Reply

Return to “Ask for Help (v1)”