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)
CheersIf 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.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment