Dynamic content message

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

    Dynamic content message

    I need a way to display a "Happy Birthday Tom Smith, Jane Doe, etc" on my
    site, on the birthday of an individual(s).

    any suggestions?

    Thanks

    Ken


  • Thomas A. Rowe

    #2
    Re: Dynamic content message

    Do you only want the specific individual to see the message, or the whole
    world?

    If the whole world, then this is easy as do a search for JavaScript Quote of
    the Day script and in place of the Quote enter the individual's name, etc.

    If just for the individual, then you will need to use a database driven
    application where the user login into your site, and then based on their
    login display a message to them.

    --

    =============== =============== =============== =
    Thomas A. Rowe (Microsoft MVP - FrontPage)
    WEBMASTER Resources(tm)

    FrontPage Resources, Forums, WebCircle,
    MS KB Quick Links, etc.
    =============== =============== =============== =
    To assist you in getting the best answers for FrontPage support see:


    "Ken" <kwh61X@Xprodig yX.net> wrote in message
    news:y8fqb.2393 $gn1.214524@new s1.news.adelphi a.net...[color=blue]
    > I need a way to display a "Happy Birthday Tom Smith, Jane Doe, etc" on my
    > site, on the birthday of an individual(s).
    >
    > any suggestions?
    >
    > Thanks
    >
    > Ken
    >
    >[/color]


    Comment

    • Andrew Murray

      #3
      Re: Dynamic content message

      you can add other 'bits' to it like

      <a href="mailto:yo u@somewhere.com ?subject=your subject&body=sh ort paragrap">Click
      here to email</a>


      "Thomas A. Rowe" <tarowe@mvps.or g> wrote in message
      news:ucIFsA$oDH A.3040@TK2MSFTN GP11.phx.gbl...[color=blue]
      > Do you only want the specific individual to see the message, or the whole
      > world?
      >
      > If the whole world, then this is easy as do a search for JavaScript Quote of
      > the Day script and in place of the Quote enter the individual's name, etc.
      >
      > If just for the individual, then you will need to use a database driven
      > application where the user login into your site, and then based on their
      > login display a message to them.
      >
      > --
      >
      > =============== =============== =============== =
      > Thomas A. Rowe (Microsoft MVP - FrontPage)
      > WEBMASTER Resources(tm)
      > http://www.ycoln-resources.com
      > FrontPage Resources, Forums, WebCircle,
      > MS KB Quick Links, etc.
      > =============== =============== =============== =
      > To assist you in getting the best answers for FrontPage support see:
      > http://www.net-sites.com/sitebuilder/newsgroups.asp
      >
      > "Ken" <kwh61X@Xprodig yX.net> wrote in message
      > news:y8fqb.2393 $gn1.214524@new s1.news.adelphi a.net...[color=green]
      > > I need a way to display a "Happy Birthday Tom Smith, Jane Doe, etc" on my
      > > site, on the birthday of an individual(s).
      > >
      > > any suggestions?
      > >
      > > Thanks
      > >
      > > Ken
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: Dynamic content message

        Andrew Murray wrote:
        [color=blue]
        > you can add other 'bits' to it like
        >
        > <a href="mailto:yo u@somewhere.com ?subject=your subject&body=sh ort paragrap">Click
        > here to email</a>[/color]

        Don't use `mailto:', it is flawed.
        [color=blue]
        > [Top post][/color]

        Don't do that, either. And please don't crosspost without F'up2.


        PointedEars, F'up2 cljs

        Comment

        Working...