Results 1 to 2 of 2

Thread: Open Asp Page In Table (?)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    127

    Open Asp Page In Table (?)

    Maybe I am doing this wrong - just started with ASP today, so...

    Using VS2005 - creating the backend to the page in VB

    I have created the page - added buttons - cool

    now I want to open another ASP page BELOW the buttons (I have assumed I create a table where I want it and dump the NEW ASP page in there)

    the concept being, as I click the buttons on the main page, the 'sub' pages open up in this TABLE ofr doing whatever I want....

    When I go to enter the CODE in VB, I can easily access the button click event - of course - but I do NOT know how to reference the 'sub' page or define the table to open the other page IN the table....

    I THINK the issue is I don't know how to reference the TABLE or the PAGE in VB - or to define references for them (in the VB editor)

    Cheers

  2. #2
    Fanatic Member drpcken's Avatar
    Join Date
    Apr 2004
    Location
    devenv
    Posts
    591

    Re: Open Asp Page In Table (?)

    If I read you right, it sounds like you want to do an inline frame.

    Its the same as a regular frame, only its imbedded entirely in the page. Use the <IFRAME> tag to get you started.

    In the unlikely event that I answer your question correctly, please Rate my post

    Using Visual Studio 2005 Professional

Posting Permissions

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



Click Here to Expand Forum to Full Width