Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Personal Message Script


Message #1 by "Rosie LoBrutto" <rosiel@f...> on Thu, 16 Jan 2003 00:43:28
> -----Message d'origine-----
> De : Rosie LoBrutto [mailto:rosiel@f...]
> Envoy=C3=A9 : jeudi 16 janvier 2003 01:43
> =C3=80 : javascript
> Objet : [javascript] Personal Message Script
>
>
> I am building a site for a customer who wants to be able to
> post weekly
> update messages for his site visitors. It important that he
> is the only
> one who can post messages, so the text box that he enters his
> data into must be hidden from the public.

	If a web site has to behave differently to different users, there
has to be an authentification mechanism (ie a login).  Do you have such
thing configured in your server first ?

> I have seen other sites in the past that
> allow the site owner to be able to post without having to upload

	It's impossible to do such thing without upload, unless he is his
own visitor :-) and he uses only one computer to browser the site.

> or use web development tools.

	That would depend on what you mean by "web development tools".

> I know that it was done in javascript, but I'm not
> exactly sure how to set this up. Any suggestions? Thanks in advance!

  Return to Index