a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

"Include Page" on ASP page does not work.

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> "Include Page" on ASP page does not work.
Page: [1]
 
wlp

 

Posts: 54
From: None
Status: offline

 
"Include Page" on ASP page does not work. - 4/22/2001 20:13:00   
I am new to this part of the forum. Usuallly I am on the database section.

I have tried to add an ASP to an ASP in the navagation section of FP2000. That does not work for some reason. So in order to get a nav bar happening I created an .htm page with the hyperlinks. That .htm page is now "Included" on my asp pages. When I preview I see the included page but when I navigate to another asp to see the resut of the "Include page" it does not show up. When I run PWS it also does not show up. I do not want to upload until I know more. Any thoughts anybody.

Thanks John Stafford

Olds442

 

Posts: 47
From: UK
Status: offline

 
RE: "Include Page" on ASP page does not work. - 4/22/2001 20:52:00   
I am not sure on the second part of your question, but on the first part - if you are trying to add a "child" page to an asp page in navigation view you first need to re-name it .htm, then add your child pages, then re-name the original back to asp

Regarding "include" pages in an asp page - I don't know the asnwer (yet) but because I am just about to change my navigation structure to use an include page, including on all my asp pages. I will need to check this out...

------------------
Regards

Olds442

- The trouble with the rat race is - even if you win you're still a rat!

American Autos UK Directory


(in reply to wlp)
wlp

 

Posts: 54
From: None
Status: offline

 
RE: "Include Page" on ASP page does not work. - 4/22/2001 22:58:00   
Thanks I will try that. I still have not found a way to use include and make it work on the ASP page. So I just did another nav bar and cut and paasted to all asp pages.

John


(in reply to wlp)
Olds442

 

Posts: 47
From: UK
Status: offline

 
RE: "Include Page" on ASP page does not work. - 4/23/2001 20:41:00   
Hi

I went back and checked my site as I was updating the navigation to an include page and it's worked on mine, including on the .asp pages....

I am not using nav bars in my include page though, just text links in a normal .htm page

There was a post somewhere here with somone having a similar problem can't find the post but if you search you might find it.

------------------
Regards

Olds442

- The trouble with the rat race is - even if you win you're still a rat!

American Autos UK Directory


(in reply to wlp)
wlp

 

Posts: 54
From: None
Status: offline

 
RE: "Include Page" on ASP page does not work. - 4/23/2001 22:36:00   
I was able to get the include working with a .htm page but I was not able to use an ASP as the inckude page. I am ok for now. Thanks for the attentin. I will still look for the post about a similar problem.

John


(in reply to wlp)
Reflect

 

Posts: 4769
From: USA
Status: offline

 
RE: "Include Page" on ASP page does not work. - 4/24/2001 20:39:00   
WLP,

Half answer:

You need to use an ASP include call, which differs from an HTML include call. Try this instead...

For sub directory calls use this...

<!--#include
virtual="/subdirectory/yourpage.asp"-->

for calls to the same level use this...

<!--#include
virtual="yourpage.asp"-->

This is for normal HTMl calls. I am not sure what the Nav file differences would be.

Hope this helps,

Brian

------------------
Work hard, play fair, stay sane

[This message has been edited by GWJ (edited 04-24-2001).]


(in reply to wlp)
Thomas Brunt

 

Posts: 6118
Joined: 6/6/1998
From: St. Matthews SC USA
Status: offline

 
RE: "Include Page" on ASP page does not work. - 4/24/2001 20:27:00   
I've used FP include pages on asp pages many times without any difficulties.

(in reply to wlp)
wlp

 

Posts: 54
From: None
Status: offline

 
RE: "Include Page" on ASP page does not work. - 4/24/2001 14:27:00   
I think GW has it . he specific situation is i am trying to include (using FP wizards) an asp on an asp. Thanks everyone I will let you know the results. By the way can an expert look at a new post I will make about sned form info to e-mail from .asp.

Thanks all

------------------
John Stafford
WaterLine Producitons
Where Sound Decsions Are Made


(in reply to wlp)
Thomas Brunt

 

Posts: 6118
Joined: 6/6/1998
From: St. Matthews SC USA
Status: offline

 
RE: "Include Page" on ASP page does not work. - 4/24/2001 14:31:00   
As far as I know the FP form handler does not work on page with a .asp file extension. I know that MS was going to fix that bug, but I never heard that they did.

(in reply to wlp)
Guest


 
RE: "Include Page" on ASP page does not work. - 5/30/2001 20:05:00   
You can't use the FP form handler on ASP pages becuase the form handler uses SHTML.dll and asp uses the asp.dll -- pages can't use both. It seems like a bug, but it is by design.

There is a work around, but the best solution for sending mail from asp pages is to use CDONTS. If you search support.microsoft.com for CDONTS you can copy and paste the script.


(in reply to wlp)
wlp

 

Posts: 54
From: None
Status: offline

 
RE: "Include Page" on ASP page does not work. - 5/31/2001 20:53:00   
Thanks everyone I have just copied the nav components to the pages I need ithere were only three or four pages. I am trying to do the same on a simple fr2000 htm page and it also is not working. I wonder if it is because I am using a background image for my pages. I noticed in one of Thomas's web templates I have purchased he is usoing include page successfully but not using background images. In fact the background tab does not appear when I access "page properties" Thomas any thoughts?

Thanks

------------------
John Stafford
WaterLine Productions
Where Sound Decsions Are Made


(in reply to wlp)
wlp

 

Posts: 54
From: None
Status: offline

 
RE: "Include Page" on ASP page does not work. - 5/31/2001 20:55:00   
By the way I have used the CDONTs protocol very successfully to send multiple emails from one form. thanks johnjan7@hotmail.com.

(in reply to wlp)
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> General Web Development >> "Include Page" on ASP page does not work.
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts