Ask a Question related to ASP, Design and Development.
-
Michael Butler #1
Need substitute for SSI GLOBAL
Hello,
I'm trying to port a website from GoServer to IIS 5.1 and it makes a lot of
use of SSI.
Under GoServer I could set GLOBAL variables, such as:
< !--#GLOBAL VAR="name" VALUE="me" -- >
and then use ECHO to display it:
I am < !--#ECHO VAR="name" -- >
IIS supports ECHO, but does not seem to support GLOBAL.
How can I convert my GLOBALs to something ECHO will display?
The conversion needs to be done rather quickly, so any 'quick and dirty'
advice will be most welcome.
Thanks
Michael
Michael Butler Guest
-
Flash as a DRM substitute
I'd like to be able to stream audio to end users, but do not want those users to be able to play back songs outside of the streaming. If I'm using... -
Substitute a color in an EPS
Hi, I must edit an EPS to change the color of the shapes. Since it's an EPS, I cannot edit each shape separately (moreover, it's a vectorized... -
Substitute for mod function
Hi all! I need to find a substitute for the mod function which can be found in vbscript and so on. Example: for i = 0 to 100 if (i mod... -
substitute character in variable
Pardon my ignorance but, How do you parse a variable to find every occurrence of a string and replace the string with another. I tried using ~s/... -
Using More Than 1 Substitute ?
I have a mess of text in 1 field. 140$042$024$104 etc ... I want to have 1 calc field that fixes all of it with a key. Substitute (text,... -
Mark Schupp #2
Re: Need substitute for SSI GLOBAL
You should probably ask this in an IIS newsgroup.
--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
[email]mschupp@ielearning.com[/email]
[url]http://www.ielearning.com[/url]
714.637.9480 x17
"Michael Butler" <michael.butler@sbcglobal.net> wrote in message
news:uwzrKPgUDHA.2248@TK2MSFTNGP10.phx.gbl...of> Hello,
>
> I'm trying to port a website from GoServer to IIS 5.1 and it makes a lot> use of SSI.
>
> Under GoServer I could set GLOBAL variables, such as:
> < !--#GLOBAL VAR="name" VALUE="me" -- >
>
> and then use ECHO to display it:
> I am < !--#ECHO VAR="name" -- >
>
> IIS supports ECHO, but does not seem to support GLOBAL.
>
> How can I convert my GLOBALs to something ECHO will display?
>
> The conversion needs to be done rather quickly, so any 'quick and dirty'
> advice will be most welcome.
>
> Thanks
>
> Michael
>
>
Mark Schupp Guest
-
Michael Butler #3
Re: Need substitute for SSI GLOBAL
HI,
I posted this message in a general area, they suggested posting it here,
probably because they thought there was some sort of ASP functional
equivalent to the SSI GLOBAL.
Michael
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Michael Butler Guest



Reply With Quote

