Welcome! Log In Create A New Profile

Advanced

Call a WebDev from javascript code

Posted by Prolay Sarkar 
Prolay Sarkar
Call a WebDev from javascript code
March 14, 2009 04:35PM

Hi I am making a dynamic menu from javascript. I want to call a webdev page after clicking the menu item. so how to do that..

My menu is in this format and can i write in the href tag to do job.

//////////////////////////////////////////////////////////////
<ul>
<li class="sub"><a class="label" href="[abc.com">Amat<];
<li class="sub"><a class="label" href="">Alerts</a></li>
<li class="sub"><a class="label" href="">Avatars</a></li>
</ul>
//////////////////////////////////////////////////////////////////

Regards,
Prolay
Paulo Oliveira
Re: Call a WebDev from javascript code
March 16, 2009 07:46PM
the simplest way I found to do this is:

Create links with visible=false and in the link code call the page you want (PageDisplay)

in your JS use something like href=""javascript:_JSL(_PAGE_,'M23','','','')""

In the JS you must use the alias and not the link name, to know the alias generated by WEBDEV just put the mouse over the control and and you should see something like [M23] (the alias name in between [ ])
Prolay Sarkar
Re: Call a WebDev from javascript code
March 17, 2009 10:29AM
Hi Paulo,

Thanks a lot for the information.

With Regards,
Prolay
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: