Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Word match programming

New Here ,
Jul 25, 2008 Jul 25, 2008
For my website, I have a text box on the homepage that I want for it to direct to another page ONLY if the person types in the code word, but I'm not sure how to program that. This is for HTML, not PHP.

Thanks.
TOPICS
Server side applications
242
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 25, 2008 Jul 25, 2008
HTML does not have the facility to do this kind of thing. You would have to
use eithe javascript or some server scripting. The former would be
exceptionally insecure, though.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"5th Star from Venus" <webforumsuser@macromedia.com> wrote in message
news:g6dfg7$8pd$1@forums.macromedia.com...
> For my website, I have a text box on the homepage that I want for it to
> direct
> to another page ONLY if the person types in the code word, but I'm not
> sure how
> to program that. This is for HTML, not PHP.
>
> Thanks.
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 28, 2008 Jul 28, 2008
LATEST
Murray *ACE* wrote:
> HTML does not have the facility to do this kind of thing. You would
> have to use eithe javascript or some server scripting. The former would
> be exceptionally insecure, though.
>
I think this person may mean asp or .NET - I'm thinking windows based
vs. php.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines