cancel
Showing results for 
Search instead for 
Did you mean: 

No Button action - javascript:void(0)

Former Member
0 Kudos

Hi,

I am developing an application in Webdynpro ABAP. But when I click the button, all I am getitng is javascript:void(0).

There is no action. Please help me on this.

Can I solve the problem by changing default browser?

Thanks & Regards,

Sunil

Accepted Solutions (0)

Answers (3)

Answers (3)

gill367
Active Contributor
0 Kudos

The problem may be with your browser.

Which browser you are using.

is active scripting is enabled.

also have you written anything in the button's eventhandler.

check that also.

thanks

sarbjeet singh

Former Member
0 Kudos

Hi Sunil,

Check the below thread for ur info.

[;

These can be for :-

A popup blocker blocking the JavaScript - Disable your popup blocker

A malfunctioning web proxy - Disable your web proxy, if possible

An improperly written JavaScript - Webmaster must rewrite the JavaScript

JavaScript is not enabled - Enable JavaScript

Web browser implementation of JavaScript is broken - Switch web browsers or upgrade your web browser.

Thanks & Regards,

Monishankar C

Former Member
0 Kudos

Hi sunil,

Which button you are clicking, have you create on_action for this button or not? Please expalin your problem.

Thanks,

Kris.

Former Member
0 Kudos

Hi Kris,

I have written code in onAction. After clicking that button, I am able to do the debugging also.

But evnetually it will end up in javascript:void(0).

Also I have cheked in IE options->security->custom level-> script radio buttons and enabled it all.

Still no progress.

Thanks & Regards

Sunil

Former Member
0 Kudos

Hi

What are you trying to do by clicking on that button? i mean what is your functionality?

Please see below link once.

Thanks,

Kris.

Former Member
0 Kudos

Hi Kris,

I have 2 views. In first view, there is node for one i/p field plus one node for alv. In the second view there are 2 view container elements. In the first view container, I have put the first view and in the second view container, there is ALV table.

So if we select the entry in i/p field in first view and click the button below that, then ALV table should be filled.

But there is no action coming for button due to javascript:void(0).

Thanks & Regards

Sunil

gill367
Active Contributor
0 Kudos

I guess the problem is with your browser only. It is blocking javascript somewhere.

Is it happening for this psecific application or for all teh web dynpro application.

Try to run the application in other browsers like chrome or mozila.

thanks

sarbjeet singh

Former Member
0 Kudos

Hi,

As sarbjeet said, may be the problem with your broser only,

try to upgrade your browser or using other browsers and try.

Thanks,

Kris.