|
Rank: Newbie Groups: Member
Joined: 1/19/2021 Posts: 5
|
Hello. I wonder what could be wrong. Some of the links works, some does not. Interesting they seems to work just fine in some older releases, but in the recent - some of the links just do nothing. What could I be doing wrong ?
|
|
Rank: Member Groups: Member
Joined: 6/12/2015 Posts: 20
|
Are the links using href, inline JS within the href or pure JS?
|
|
Rank: Newbie Groups: Member
Joined: 1/19/2021 Posts: 5
|
On the different places is different. I would say - I have all of them.
|
|
Rank: Member Groups: Member
Joined: 6/12/2015 Posts: 20
|
Make sure you're not disabling JS.
Are you also handling the NewWindow Event?
|
|
Rank: Newbie Groups: Member
Joined: 1/19/2021 Posts: 5
|
Emh.. I dont believe I am dissabling anything. I were handling new window event, but removed that code and the issue remains.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, You can try to use TabbedBrowser sample application to load the page and see if it works. If that does work, then something is wrong in your code. Most likely how you handle NewWindow event. Specifically, your NewWindow event handler can NOT be empty. You can find more details here: https://www.essentialobjects.com/doc/webbrowser/advanced/new_window.aspxIf the page does not work with TabbedBrowser sample application either, you can PM us the Url and we will take a look here. Thanks!
|
|