Include File Outside Web Site
Is it possible to have an include file that resides outside of the web site parent folder? For instance, lets say you have several websites under Inetpub/global/websites/ but the include file is in Inetpub/inc/ I get a file not found error trying file/virtual starting with the root and even using C:/Inetpub. Example
Inetpub/global/websites/website1/global.asa
Inside global.asa is the statement
<--Include file="C:/inetpub/inc/functions.inc"-->
View Replies
ADVERTISEMENT
Is there a way I can include an ASP file on somebody elses page without useing Java or an Iframe from another web site?
I've tried using #include file but it will only include local files.. is it possible to do this with ASP?
View Replies
View Related
i have recently completed and tested a site in using IIS on my desktop as a server,
and everything runs fine. Upon transferring all the files up to the Real Server at work,
the ASP pages are not displayed as i get an error saying that the include files caanot be found.
The include files for my ASP pages are in a folder called 'includes' which sits in the same dir as the ASP files. This setup works fine on IIS on my desktop, but for some reason, this same setup is not working when the files are on the Server. Has anyone got any ideas as to why this might be happening?
View Replies
View Related
I want to be to call my menu from another file onto my page so that i dont have to add it to every page of my website. The problem is when i try to add it using the include method it says that only one include file is allowed on an ASP. The other include file is my connection string so i cant really take that out of the page because then nothing else will work!
How can i get the menu page included as well as the connecting string?
Have added the code below, i have highlighted the 2 include files that i want to use in blue, i have also left the div tag in for where i currently have the menu which is what i want to take out and have ther include file there instead, if that makes sense. Basically the bit in red i want to be able to remove from all of my pages and add the blue file above the red code in instead, but i dont know how!!!!! Code:
View Replies
View Related
I have an asp page written entirely in jscript with a vbscript used as an include file which one variable on the page must access.
When the page runs, I run into jscript complilation errors when it tries to access the include file (since it is written in vbscript), and I can't figure out how to get the two to work together. How do you get both scripting languages to work on the same page?
View Replies
View Related
At my site I have designed a framework with tabs as below:
(tabs_1.asp)
+----+ +------+ +-------+
| MC | | Cars | | Boats |
+ +-------------------------
then, into tabs_1.asp I include another page
(tabs_1_2.asp)
--------+ +--------------
| New | | Used | | Crasched |
+-----+ +------+ +----------+
Works fine so far... Here comes the problem...
The file tabs_1_2.asp has an included page (data.asp) witch doesnt appear...
When I look at the sourcecode from the webbrowser it seems to have been included but nothing is visible.
Is it inpossible to make several includes in the way I described?
View Replies
View Related
I need to access a file on a remote FTP server. Assuming I have all the FTP login credentials, how can I get that file (.txt file) and copy it to my server (so I can use it for my database). I need to have it on my server before I use it because I am not allowed to do anything with the remote file but copy it. (bandwidth crap, or so they say)
View Replies
View Related
How do i include a file on another site (which is accesale via a virtual directory)the file to be included is set up like this:
http://www.mysite.com/virtualdirect...includethis.asp
ive tried all sorts
View Replies
View Related
Am trying to include a txt file from another site...This is the code I am using:
<table width="540" border="1" cellspacing="1" cellpadding="5" align="center" bordercolor="#DCDCDC" style="BORDER-COLLAPSE: collapse">
<tr class="text" align="center">
<td width="250">
Name</td>
<td width="250">Type</td>
<td width="40">Info</td>
</tr>
<!--#include virtual="http://www.anothersite.com/MyFile.txt" -->
</table>
The contents of the txt file are all arranged with appropriate html so am hoping the output will be displayed appropriately on this ASP page.
View Replies
View Related
I'm wondering if there's any way to include a XML file (with a XSL) in a ASP file? I've tried this <!--#include file="publications.xml"--> but the XML-code is included before it is formated according to the XSL and ends up being unformated.
View Replies
View Related
how would i get something like this to work...
<!-- #include file="<%=Request.GetString("view")%>.txt" -->
i know wat i want and all but i can't figure out how to make it work.
View Replies
View Related
I want to include files, a header and a footer to my asp page. The files i want to include its on another server, i can reach it with a www-url. Can i use the www-url to include the file to asp page?
View Replies
View Related
How can I include a .cgi file in an .ASP file?
I've tried #include, Server.Transfer, and Server.Execute (yes, I know the last two are
only for ASP, but I tried it anyway).
If I have to, I guess I'll use ASPHTTP to do an http call to the file but first I wanted
to see if there was a more elegant way to do it
Is there an efficient way to include the output of a .cgi file in an ASP file?
View Replies
View Related
Is there any way of having an include file as a string, eg:
<!--#include file="<%=strURL%>"-->
This doesn't seem to work, I get an error:
The include file '<%=strURL%>' was not found
Is my syntax wrong or isn't this possible?
View Replies
View Related
<%
If rsResult.fields(3).value = "" Then
Response.Write "No File Available</td>"
Else
%>
<!-- #include file="Response.Write rsResult.fields(3).value" -->
<%
End If
%>
View Replies
View Related
I do almost exclusively ASP on IIS, so I'm stupid when it comes to dealing with flat HTML on Linux/Apache.I have a static site on a Linux box where I want to do an include on an ASP file on an IIS box, and can't make it work.
I've tried <!--#include virtual="http://where.com/abc.asp"-->
and <!--#include virtual="http://where.com/abc.txt"-->
The ".txt" extension try was in case it's true what I heard that IIS won't let a remote server execute an ASP in an include file.
Also tried <!--#include file=...", even though I know from experience that Apache requires "virtual," not "file."
And also tried <!--#exec cgi=...".
NOT drawing any errors: the generated output just repeats the "<!--#include..." line instead of outputting results from the ASP file.
View Replies
View Related
I want to execute another asp file at the end of my asp file.. How will I do that ?
View Replies
View Related
I use include files a lot in ASP, but I was wondering if these files aren't actually part of ASP at all and you can use them in other web-based files.
View Replies
View Related
how can i add include file that isnt in my directory i need to add a file called:
http://mpfile.hollosite.com/pafile/pafiledb.php
View Replies
View Related
Trying to use a include file in an if statement and it is not working,I have tried it multiple ways and have keep getting errors or blank where it should be.
Code:
<%
IF session("sessionID") = "" THEN
Response.write (" <!--#INCLUDE file=""loginHeader.asp""--> ")
ELSE
Response.write (" <!--#INCLUDE file=""loggedinHeader.asp""--> ")
END IF
%>
View Replies
View Related
How to include file into an ASP program? I was trying with this command:
<!-#include file="INC_file.asp" ->
but unfortunately it does not work but isn't any error message.IIS server shows primary site,but without informations from incuded file.How can I make it works?
View Replies
View Related
The current html file has to 2 drop down boxes. Depending on the selection chosen, there is a predetermined html file to load.My new asp file will replace the current html that has the 2 drop down boxes and it has its own set of design and graphics. So depending on the selection chosen, instead of loading the predetermined html file, I need to grap a section of the contents in this predetermined html file and add it to the content section of my asp file dynamic.
See, another very customised app. creates this predetermined html file dynamically and I have no access to this. My work around is to get the main content I want from this html and include it in my asp file dynamically.
View Replies
View Related
I'm trying to include file using <!-- #include file="abc.asp"--> and it works without any
problem. but the problem is in if file name is in asp variable how should i write?
View Replies
View Related
I have a few ASP pages within each ASP pages I have a block of Javascript that is different for each ASP page contained within the Javascript block is 20 lines that is same across the ASP pages. Is there any script I can enter that would include these lines from a text files or another ASP file?
View Replies
View Related
Why can't I get the following running?
<%
Dim GetODBCdsn
GetODBCdsn = <!--#include virtual="connectionssqlconnection.txt" -->
Response.Write(GetODBCdsn)
%>
View Replies
View Related
I have a #Include statement in an Asp page. I want to find the path of the included file at runtime. How can I do that?
View Replies
View Related
I need to include an asp file from another server. Code:
<!--#include file="SicurezzaDip.asp"-->
I think that is the normal way to do it. I've also used the code shown below, but it doesn't seem to work..Is it possible to Include asp files from another server ? How can i do it ? Code:
<!--#include file="http://81.74.60.30/Asp/SicurezzaDip.asp"--> ..
View Replies
View Related
I have a menu that I use as an include file. it's a horizontal menu that extends to show sub menus.
the table the menu is in has silver background. my problem is that when i use the page as a include file the background color for the menu expands to cover the whole page. is there an issue with the include files that would cause the table color to migrate to all the tables?
if any one knows another way i can use this menu as an include file and keep the background color from migrating it would be greatly appreciated.
View Replies
View Related
I just want to ask a basic question that how can i include a file in asp dynamically
i have tried the code but it is not working:
<%
FileName= "filename.asp"
<!--#include file="<%=FileName%>"-->
%>
View Replies
View Related
I used to do a lot with asp and now I'm going to use asp.net technology In asp I had a file functions.asp with all my functions I used on several pages like generating connection to database, generating links on pages and things like that.
Than I had <!-- #include file="..includefunctions.asp"--> statement on
each asp page, at the top of the page.
I would like to know, how is this in asp.net You use the same procedure or is there some other, better way to include functions? I read one book but I didn't found any instructions?
View Replies
View Related
Is it possible to use the same include file on one ASP. Example, I have a logic for valid and invalid users but I'll use the same include file for both scenarios; the difference would only be the position where I'll display the include file in the code for example I want to display it on the top and the other at the bottom part?
Ex.
<!--#include file="../save/include_page.asp"-->
View Replies
View Related
Normally I include files that are in the same directory/folder as the calling file. How can I include a file that is in another directory? Let's say the file that I am trying to include resides at C:websiteHeader.asp . and the file that should contains the include file is reside at C:Source.asp. In source.asp, I will have to write "include file="header.asp"?
View Replies
View Related
Just a thought...Using
Code:
Response.ContentType = "application/msword"
to save asp pages to MS Word, saves the text on the pages OK, but, pictures, icons etc are just saved as a link to the original picture file . If the picture/image is not on the current PC opening the WORD file, then none is shown..
I was wondering if I could save the asp pages WITH images/pictures & icons using MS WORD on the server and then the users downloading the .doc file from the server to their PC, would this embed the pictures etc in the .doc file, so it could be shown on any PC. (which has WORD or a WORD Viewer installed).
If this is possible could someone point me in the direction as to how to get started opening WORD on the server and saving the .doc file on the server.
View Replies
View Related