+ Reply to Thread
Results 1 to 4 of 4

Thread: access id in 3 frames pages

  1. #1
    Barn Enthusiast guddu is on a distinguished road guddu's Avatar
    Join Date
    Jul 2008
    Location
    Oxford UK
    Posts
    471
    Rep Power
    4

    access id in 3 frames pages

    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.
    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>
    
    in request i m getting an ID.now i want to access this id in three frame see in the html code.

    Thanks
    Love is physical attraction and mental destruction

  2. #2
    Moderator don94403 is a jewel in the rough don94403 is a jewel in the rough don94403 is a jewel in the rough don94403's Avatar
    Join Date
    Mar 2008
    Location
    San Mateo, CA, USA
    Posts
    313
    Blog Entries
    8
    Real Name
    Don Ravey
    Rep Power
    6

    Assign the Request value to a variable, which you can then use in other frames.

  3. #3
    Ask Me About Dragons :D Shadow Wizard has a spectacular aura about Shadow Wizard has a spectacular aura about Shadow Wizard's Avatar
    Join Date
    Jul 2008
    Location
    Israel
    Posts
    795
    Blog Entries
    2
    Real Name
    Yahav
    Rep Power
    5

    just in case, some sample code:
    Code:
    <Frame  name="ShowHeader" NoResize Src="BoardHeader.asp?MessageID=<%=Request("MessageID")%>">
    

  4. #4
    Barn Enthusiast guddu is on a distinguished road guddu's Avatar
    Join Date
    Jul 2008
    Location
    Oxford UK
    Posts
    471
    Rep Power
    4

    thanks both of u.
    Love is physical attraction and mental destruction

+ Reply to Thread

LinkBacks (?)

  1. August 25th, 2008, 01:49 AM

Similar Threads

  1. 'Dynamic' Master Pages
    By Wolffy in forum .NET Development
    Replies: 2
    Last Post: August 13th, 2008, 04:27 PM
  2. Error Type:Active Server Pages, ASP 0113 (0x80004005)
    By guddu in forum ASP Development
    Replies: 20
    Last Post: July 11th, 2008, 10:44 AM
  3. Date Last Modified for ASP Pages
    By mehere in forum ASP Code Samples
    Replies: 0
    Last Post: March 21st, 2008, 01:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

SEO by vBSEO