Login Register

HTML 'target' tag equivalent in dojo

This is the description of my app: In a page I have two vertical panes. Left pane has some links and in the right pane a display of the clicked link. How can I achieve the dispaly of cliked links on same page using Dojo. I want the display on the same page while keeping the links pane on the left hand side. In HTML this can be achieved by using target tag. Can some one provide me with code snippet