Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Using Includes


Message #1 by "Phil Bradwell" <p.bradwell@b...> on Fri, 12 Apr 2002 11:38:47 +0100
Hi,

I have a template which has an editable region where i want to drop
an include file into which has all my links in it. This way I can 
change them easily and make sure the template draws from this file.

However when i stick in the include virtual it seems to mess up my 
page and puts yellow head tags and the rest of the template dissapears
even though I see it in the code.

Is there a better way of doing this perhaps?

many thanks

Message #2 by "Tim Morford" <tmorford@n...> on Thu, 11 Apr 2002 18:57:51 -0400
With out seeing what is going on with your code I am not following what you
are asking, I think what you want is to have a dynamic area on your site
that will display links when user or person "X" hits your site?

Tim Morford
http://www.aspalliance.com/tmorford

-----Original Message-----
From: Phil Bradwell [mailto:p.bradwell@b...]
Sent: Friday, April 12, 2002 6:39 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Using Includes


Hi,

I have a template which has an editable region where i want to drop
an include file into which has all my links in it. This way I can
change them easily and make sure the template draws from this file.

However when i stick in the include virtual it seems to mess up my
page and puts yellow head tags and the rest of the template dissapears
even though I see it in the code.

Is there a better way of doing this perhaps?

many thanks



---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20

Message #3 by "Ken Schaefer" <ken@a...> on Fri, 12 Apr 2002 16:57:46 +1000
I think the original poster is using Dreamweaver or Dreamweaver UltraDev -
hence the use of "templates", "editable regions" and "yellow tags"...

I think that the original poster might want to ask on a Dreamweaver/Ultradev
support list...

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Tim Morford" <tmorford@n...>
Subject: [asp_web_howto] RE: Using Includes


: With out seeing what is going on with your code I am not following what
you
: are asking, I think what you want is to have a dynamic area on your site
: that will display links when user or person "X" hits your site?
:
: Tim Morford
: http://www.aspalliance.com/tmorford
:
: -----Original Message-----
: From: Phil Bradwell [mailto:p.bradwell@b...]
: Sent: Friday, April 12, 2002 6:39 AM
: To: ASP Web HowTo
: Subject: [asp_web_howto] Using Includes
:
:
: Hi,
:
: I have a template which has an editable region where i want to drop
: an include file into which has all my links in it. This way I can
: change them easily and make sure the template draws from this file.
:
: However when i stick in the include virtual it seems to mess up my
: page and puts yellow head tags and the rest of the template dissapears
: even though I see it in the code.
:
: Is there a better way of doing this perhaps?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index