|
|
|
|
|
| | |
| |
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Capturing info from another asp page with out leaving the current? |
|
From: |
Goran |
|
Date: |
3/30/2000 5:50:45 AM |
|
IP: |
194.114.201.23 |
Maybe it would work if you used include files in your code.
something like:
Select Case Request.QueryString("menuitem")
Case "1"
%>
<!--#include file="menuitem1.asp"-->
<%
Case "2"
%>
<!--#include file="menuitem2.asp"-->
<%
End Select
...I´m not sure if it works to use include files dynamically like this but I think this is the correct approach...
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|