Need substitute for SSI GLOBAL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Butler

    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


  • 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
    mschupp@ielearn ing.com
    Advancing limitless knowledge and continual growth to create confident problem solvers, one course at a time.

    714.637.9480 x17


    "Michael Butler" <michael.butler @sbcglobal.net> wrote in message
    news:uwzrKPgUDH A.2248@TK2MSFTN GP10.phx.gbl...[color=blue]
    > Hello,
    >
    > I'm trying to port a website from GoServer to IIS 5.1 and it makes a lot[/color]
    of[color=blue]
    > 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
    >
    >[/color]


    Comment

    • 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 http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      Working...