Ask a Question related to ASP.NET General, Design and Development.
-
Colm #1
Include files in .NET
Hi,
Does anyone know the syntax to include a .js file in an
ASPX page.
Colm
Colm Guest
-
editing include files
Can you explain in more detail how you got includes to work using Cold Fusion and Contribute. I've found that they don't display correctly in edit... -
how do I hide database connection files using PHP include files?
I have the following at the beginning of the PHP page: <?php require_once('Connections/conn.php'); ?> I want to hide the connection file,... -
Include Files Dynamically
Hey there ! I made my own WebControl, that inherits from WebControls, and i added an HtmlTable to it. I would like to include a file,... -
DM MX and Include files
We recently converted from MS Interdev to DW MX and I have copied the files for our existing site into a local site in DW. Most of our pages have SSI... -
include files
Hi all, I used to use the include statement in classic asp to centralise my database connection, is there a better way in asp.net, whats the... -
Steve C. Orr, MCSD #2
Re: Include files in .NET
The syntax hasn't changed from old ASP.
Here's the HTML to include some client side javascript on your page:
<script language="JavaScript" src="/myjsSubDir/mycode.js"></script>
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Colm" <colm@nospam.com> wrote in message
news:03de01c35b95$8d9542d0$a401280a@phx.gbl...> Hi,
>
> Does anyone know the syntax to include a .js file in an
> ASPX page.
>
> Colm
Steve C. Orr, MCSD Guest



Reply With Quote

