PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Link control click
Link control click
Iniciado por Steven, 21,sep. 2016 13:38 - 8 respuestas
Publicado el 21,septiembre 2016 - 13:38
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.
Publicado el 21,septiembre 2016 - 14:38
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.
Publicado el 22,septiembre 2016 - 07:40
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
Publicado el 22,septiembre 2016 - 14:43
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
Publicado el 26,septiembre 2016 - 13:17
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
Publicado el 26,septiembre 2016 - 14:49
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
Publicado el 27,septiembre 2016 - 07:21
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.
Publicado el 27,septiembre 2016 - 14:11
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!
Publicado el 27,septiembre 2016 - 14:20
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.