PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Link control click
Link control click
Started by Steven, Sep., 21 2016 1:38 PM - 8 replies
Posted on September, 21 2016 - 1:38 PM
Hello

In my project I have an overview page with links to all other pages. Basically it's just a list.
My problem is, when I click a link, nothing happens. It works when I test it locally with WebDev, it works.
After installing it on my webserver, the links won't work anymore. (yes, application server and such is installed, the page itself works, just no links).

Any idea? What I did is, I dragged Page2 onto Page1, then it automatically creates the link.
Posted on September, 21 2016 - 2:38 PM
Hi Steven,

when you hover over the link, what i displayed in the bottom of your
browser?

Or, in other words, what is the link pointing too in your page?

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 9/21/2016 à 5:38 AM, Steven a écrit :
Hello

In my project I have an overview page with links to all other pages.
Basically it's just a list.
My problem is, when I click a link, nothing happens. It works when I
test it locally with WebDev, it works.
After installing it on my webserver, the links won't work anymore. (yes,
application server and such is installed, the page itself works, just no
links).

Any idea? What I did is, I dragged Page2 onto Page1, then it
automatically creates the link.
Posted on September, 22 2016 - 7:40 AM
Hello Fabrice

Thank you for your answer.

It's pointing to "javascript:{_JSL(_PAGE,'A1','_self','','');}"

I've also tried using a menu and put in the links there. I've used different options for "Destination" ("Action" is always "Display the page...").

For other options I get for example:
javascript:{_JEM(_PAGE,'A1','_self','','');}
javascript:{_JEM(_PAGE,'A1','_parent','','');}
formulare.blvk.ch/FORMULAREWEBSEITE/PAGE_Overview/dfasdkfjadfdklalsd (random ID I assume)

Thank you again for your help

Greetings
Steven
Posted on September, 22 2016 - 2:43 PM
Hi Steven

so, this is a webdev generated link using JS.

Have a look in the link properties to check what settings it currently has

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 9/21/2016 à 11:40 PM, Steven a écrit :
Hello Fabrice

Thank you for your answer.

It's pointing to "javascript:{_JSL(_PAGE,'A1','_self','','');}"

I've also tried using a menu and put in the links there. I've used
different options for "Destination" ("Action" is always "Display the
page...").

For other options I get for example:
javascript:{_JEM(_PAGE,'A1','_self','','');}
javascript:{_JEM(_PAGE,'A1','_parent','','');}
formulare.blvk.ch/FORMULAREWEBSEITE/PAGE_Overview/dfasdkfjadfdklalsd
(random ID I assume)

Thank you again for your help

Greetings
Steven
Posted on September, 26 2016 - 1:17 PM
Thank you Fabrice for your answer.

I'm not really sure what you mean, though.
In the link description?

Action is set to "Display the .... page
and destination is set to "Same location, current frame (_self)

Thank you for your help.

Greetings Steven
Posted on September, 26 2016 - 2:49 PM
What is the target?


Le 9/26/2016 à 5:17 AM, Steven a écrit :
Thank you Fabrice for your answer.

I'm not really sure what you mean, though.
In the link description?

Action is set to "Display the .... page
and destination is set to "Same location, current frame (_self)

Thank you for your help.

Greetings Steven
Posted on September, 27 2016 - 7:21 AM
The target is either an other Page or a Report.

I've changed the Action to "Run the server click code of link" and put "DisplayPage(...) in it, doesn't work either.

So I've started to believe it's not a problem of my project, than rather a problem of something missing on my IIS?
Because no kind of link works on it. I've also deployed some example projects from webdev, don't work either.
Posted on September, 27 2016 - 2:11 PM
I just want to let you know that I kind of "solved" the problem.

I cleaned the page folder on my webserver and made a clean install from my website - now it works.

Thanks again for your help!
Posted on September, 27 2016 - 2:20 PM
What is the EXACT target (full path/name) so that I can check if it is
malformed?

It seems that you REALLY don't want to give any precise information on
your project, and that makes it VERY difficult to help

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 9/26/2016 à 11:21 PM, Steven a écrit :
The target is either an other Page or a Report.

I've changed the Action to "Run the server click code of link" and put
"DisplayPage(...) in it, doesn't work either.

So I've started to believe it's not a problem of my project, than rather
a problem of something missing on my IIS?
Because no kind of link works on it. I've also deployed some example
projects from webdev, don't work either.