Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Shmooter #1
ASP Code inside Templates
when you create a parent template and stamp out a few child pages does DW still let you change ASP code outside the HTML tags in the parent and have it propigate to all the children???
Shmooter Guest
-
Golf Scoring Code/Templates
Does anyone know where I can find code that will help me build a golf scoring and tracking site? I would like to track golf scores by team,... -
Parsing CF Code Inside A Variable
As far as I know this 'should' be possible. Here's the situation: I have a website where lengthy HTML formatted descriptions are stored in a... -
passing code inside function
I would like to read something about passing code inside function. Lets say that: This works: perl -e 'sub a(&){print(&{$_}, "/n"};$_=0; a... -
Can you use Keyword {Next} for isPastCuePoint()? [code inside]
Why won't this work? It doesn't generate an error, but it just doesn't work like I'd think. If I go into a tempo channel and wait for cue points, at... -
Fitting the asp code in a page inside the asp code in a template
I'm adding code in a template which connects to the only database and also closes the connection. Every page in the site uses the template and... -
Murray *TMM* #2
Re: ASP Code inside Templates
Only if you make that region a locked region, which would mean that none of
your child pages could carry unique VBScript.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Shmooter" <webforumsuser@macromedia.com> wrote in message
news:d2ijd2$5f3$1@forums.macromedia.com...> when you create a parent template and stamp out a few child pages does DW
> still let you change ASP code outside the HTML tags in the parent and have
> it propigate to all the children???
Murray *TMM* Guest
-
Shmooter #3
Re: ASP Code inside Templates
that sucks. so what would be the best way to go about it. Perfect the asp code before stamping out child pages?????what do you think?
Shmooter Guest
-
boy mackman #4
Re: ASP Code inside Templates
If the code is to be used on all pages then use server side includes to carry
the code. That way your template only needs to have the link to the include
file which then contains your code. <!-- Start general asp code -->
<!--#include virtual='/generalaspcode.asp' --> <!-- End general asp code -->
That way all you need to do is change the 'generalaspcode.asp' and put it on
the site and the changes are there. Hope this helps.
boy mackman Guest
-
Shmooter #5
Re: ASP Code inside Templates
That is perfect....i use them frequently yet i didn't think to do it your a champ.thanks
Shmooter Guest



Reply With Quote

