Load in frame

Load in frame

Can someone help me out please. We want to load the servicedesk page in a html frame. We created a index.htm with the following code:

html>
<head>
<title>AM ICT</title>
</head>
<frameset FRAMEBORDER=NO FRAMESPACING=0 BORDER=0 rows="40,*">
<frame src="top.html" name="topframe" noresize scrolling="no" ALIGN=TOP>
<frame src="http://se46006:8002/HomePage.do" name="bottom frame" scrolling="yes">
</frameset>
<noframes>
frames not supported
</noframes>
</html>















Problem is that this works, until you click on 'request' or something else on the page. The complete page is reloading and it states someting linke: drilldownrequest, but noting happens.
What are we doing wrong?


                    New to ADSelfService Plus?