javascript - External onClick function trigger on link page -


i have function opening anchor within multiple elements on click on toggle directory page using onclick.

the problem link works on page, , external link pointing page operate function.

simply put:

page 1.

<a href="#windsorcorporate">link windsor corporate>/a> 

page 2.

<a href="#windsorcorporate" onclick="elm = document.getelementbyid('box5.1'); elm.style.display = 'block'; elm = document.getelementbyid('box5.1.5'); elm.style.display = 'block'; elm = document.getelementbyid('box5.1.5.1'); elm.style.display = 'block'; openclose('a5');">windsor, ontario</a><br /> 

thanks!


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -