Current location: Hot Scripts Forums » Programming Languages » ASP » Include file in asp


Include file in asp

Reply
  #1 (permalink)  
Old 09-19-03, 11:01 AM
TheLaughingBandit TheLaughingBandit is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Include file in asp

i want to add a variable into the include file tags.
something like this even though this doesnt work
<!--#include file="<%=strID%>.asp"-->
so if strID = abc
abc.asp would be included
<!--#include file="abc.asp"-->

or if anyone knows a better way to display the code from an external file, like abc.asp into a text area.

<textarea rows="10" cols="50">
<!--#include file="<%=strID%>.asp"-->
</textarea>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-19-03, 11:32 AM
MadDog MadDog is offline
Code Master
 
Join Date: Aug 2003
Posts: 935
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by TheLaughingBandit
i want to add a variable into the include file tags.
something like this even though this doesnt work
<!--#include file="<%=strID%>.asp"-->
so if strID = abc
abc.asp would be included
<!--#include file="abc.asp"-->

or if anyone knows a better way to display the code from an external file, like abc.asp into a text area.

<textarea rows="10" cols="50">
<!--#include file="<%=strID%>.asp"-->
</textarea>
If you want to add a variable in an include you would have to use the following:

<% Server.Execute(strID) %>

The reason is includes are executed before the asp code, so you wont be able to use in variables for the include name.
__________________
Drew Gauderman
ASP - MSSQL Coder / Buisness Owner / Coder for Hire!
MSN-ICQ-AIM-YIM in Profile

http://www.iportalx.net an easy ASP portal system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Web Host, New Problem! justchat PHP 2 09-29-03 03:39 PM
Script to change file extensions JavaHead Script Requests 2 09-13-03 10:44 AM
Writes to a text file gamextremer2003 JavaScript 4 09-11-03 10:43 AM
Upload file type and size limiter! Arctic ASP 1 08-02-03 08:06 PM
ASP Renaming a file (with some filename parsing) camt ASP 2 06-30-03 10:53 PM


All times are GMT -5. The time now is 08:18 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.