473,408 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

asp include ????

Hi

May be this problem is older, however i am not able to find a solution
THe problem ...

I have asp page file0.asp which calls another asp page thru include. I
have to set conditions tht....
originally the include should have file1.asp
In the displayed file file1.asp user selects a hyperlink, it should
take it as request and display the new file2.asp in same file0.asp in
place of file1.asp.

so i want to display multiple pages on user request inside file0.asp.
But originally when file0.asp loads it should have file1.asp.

shouild i use include / server.execute/ server.transfer/
response.redirect

????

thhnaks in adv.
sg

Jul 22 '05 #1
2 1647
wrote on 12 mei 2005 in microsoft.public.inetserver.asp.general:
I have asp page file0.asp which calls another asp page thru include.
This is not strictly true.

This is not "calling":
An include just includes the litteral text of the other file before
having the asp engine execute the total and then the asp engine renders
the HTML to be sent to the client.
so i want to display multiple pages on user request inside file0.asp.
But originally when file0.asp loads it should have file1.asp.

shouild i use include / server.execute/ server.transfer/
response.redirect


Did you try? [We all learn more from trying then from asking.]

I would do it the other way around:

=== file1.asp ==

... include first part of file0.asp ..
your file1.asp text
... include last of file0.asp ..

===

and

=== file2.asp ==

... include first part of file0.asp ..
your file2.asp text
... include last of file0.asp ..

===
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Jul 22 '05 #2

<g_******@yahoo.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
Hi

May be this problem is older, however i am not able to find a solution
THe problem ...

I have asp page file0.asp which calls another asp page thru include. I
have to set conditions tht....
originally the include should have file1.asp
In the displayed file file1.asp user selects a hyperlink, it should
take it as request and display the new file2.asp in same file0.asp in
place of file1.asp.

so i want to display multiple pages on user request inside file0.asp.
But originally when file0.asp loads it should have file1.asp.

shouild i use include / server.execute/ server.transfer/
response.redirect
You have two options:

1. When the hyperlink is selected, reload file0.asp and based on the
condition Server.Execute either file1.asp or file2.asp.

2. Use an IFRAME element, and load the appropriate page into it when the
hyperlink is clicked. (I think you can do it without JavaScript, but I'm not
sure.)


????

thhnaks in adv.
sg

Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

43
by: steve | last post by:
I am quite frustrated with php’s include, as I have spent a ton of time on it already... anyone can tell me why it was designed like this (or something I don’t get)? The path in include is...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
60
by: Derrick Coetzee | last post by:
It seems like, in every C source file I've ever seen, there has been a very definite include order, as follows: - include system headers - include application headers - include the header...
9
by: zolli | last post by:
Hi, I've been banging my head against this for a while now. Hoping someone here can shed some light on what's going on. On including stdlib.h in a file, I'm seeing the following errors: ...
5
by: David Mathog | last post by:
One thing that can make porting C code from one platform to another miserable is #include. In particular, the need to either place the path to an included file within the #include statement or to...
1
by: Minh | last post by:
I've just installed VS.NET 2003 on my Athlon XP 1800+. However I couldn't get any project with STL includes to compile even if I create a new empty project (and added #include <string>). It gave me...
1
by: ya man | last post by:
when i use #include <iostream.h> in some files i get lots of error messages of the kind 'ambiguous symbol this is solved when i use #include <iostream why is that ? and can i use #include...
3
by: Arpi Jakab | last post by:
I have a main project that depends on projects A and B. The main project's additional include directories list is: ...\ProjectA\Dist\Include ...\ProjectB\Dist\Include Each of the include...
14
by: Jon Rea | last post by:
I am currently cleaning up an application which was origainlly hashed together with speed of coding in mind and therefore contains quite a few "hacky" shortcuts. As part of this "revamping"...
7
by: Giancarlo Bassi | last post by:
Please, what are here the 11 include files (found over the internet)? */mozzarella.c /* #include #include #include #include #include #include
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.