Hi guys, Im having a problem trying to find a way to just make a normal link in javascript. I have this function for my menu: function DoNav(theUrl) { window.open(theUrl); } But its opening the link in a new window, i would like it in the window it is clicked. Thanks for any help. Regards.
I am having a similiar problem, this is the area that controls the link and opens it in a new window how do I change this? if($mParams['onclick']) { $javascript .= ' onClick: function(i){window.open(gotoList)} '; } else { Cheers Dylan