hi
in my frame page i m getting an id.now i want to access this id in my 3 frames pages.how to access it with session or application varaible.
in request i m getting an ID.now i want to access this id in three frame see in the html code.Code:<% Response.write Request("MessageID") %> <HTML> <Head> <Title>Frames</Title> </Head> <Frameset Border=0 Rows="20%,80%"> <Frame name="ShowHeader" NoResize Src="BoardHeader.asp"> <Frameset Border=0 Cols="30%,70%"> <Frame name="ShowLinks" NoResize id="ShowLinks"> <Frame name="ShowContents" NoResize id="ShowContents"> </Frameset> <NoFrames> <Body> <P>This page uses frames, but your browser doesn't support them.</P> </Body> </NoFrames> </Frameset> </HTML>
Thanks



LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks