|
|
 |
Re: FN-FORUM: Asp.Net / C# HELP! P
date posted 9th January 2008 13:28
Phillip Healey wrote:
> Any c# / .Net folk out there who can give me a hand.
>
> I have a number of page menus using ‘.js’ files. I need to programmatically add the appropriate file at a set location in the html, based on a given criteria.
>
> Can anyone offer some insight towards this? I recall using some c code that for this a long time ago., but can no longer find reference to this.
>
> Any help would be appreciated.
>
Hi there Phil,
I'm not entirely sure what it is you are trying to do, can you just add
the .js files at the top of your page and then call the functions when
you need them? Failing that you can use Response.Write() to inject the
code where you need it to go.
--
Cheers,
Gary
http://www.garyshort.org
|
 |
|