yes but i wanna eliminate the need to click on the anchor tag.
based from the definition tags, the web page is divided into 4 parts : the breadcrumbs, side navigation / second nav, menubar and content page. when the user logins the web app, i want the content page to contain the main page of google and not a link. so from a user's perspective, the content page is the main page of google.com.
i know it seems pretty odd but the reality is that i am tasked to integrate 2 projects, one is done in java/jsp/struts and the other is in php. the user would login the
java project and the content page should display the first page of the php project. both projects run on different serves so it would be nice if i could just do <put name="content" value="server1/project1/index.php" >.