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

Question for pros

Participant ,
Sep 13, 2006 Sep 13, 2006
Ok this is my problem. I create a leave request page, the employees log in. After they log in it takes them to a calandar. On the calandar they request the leave by clicking a check mark box next to the day they are requesting and hit submit. And the record is updated. To prevent duplicate entrys in our database, if the employee wants to request additional leave for that month they login and return to the calandar. The calandar already displays the days that they have prevously requested. Now this is my problem. It displays the days they prevously requested as planed, but I want to block the user from changing any of the exising checkmarks from a prevous request. Is it possible to Gray these out or hide these fields with checkmarks. Thanks for you help in advance.
TOPICS
Server side applications
259
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

correct answers 1 Correct answer

LEGEND , Sep 14, 2006 Sep 14, 2006
Just set the attribute disabled="disabled" in the checkbox tag of those that
they have already entered.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"lands1ide" <webforumsuser@macromedia.com> wrote in message
news:ee9f7o$qnp$1@forums.macromedia.com...
> Ok this is my problem. I create a leave request page, the
> employees
> log in. After they log in it takes them to a calandar. On the calandar ...
Translate
LEGEND ,
Sep 14, 2006 Sep 14, 2006
Just set the attribute disabled="disabled" in the checkbox tag of those that
they have already entered.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"lands1ide" <webforumsuser@macromedia.com> wrote in message
news:ee9f7o$qnp$1@forums.macromedia.com...
> Ok this is my problem. I create a leave request page, the
> employees
> log in. After they log in it takes them to a calandar. On the calandar
> they
> request the leave by clicking a check mark box next to the day they are
> requesting and hit submit. And the record is updated. To prevent
> duplicate
> entrys in our database, if the employee wants to request additional leave
> for
> that month they login and return to the calandar. The calandar already
> displays
> the days that they have prevously requested. Now this is my problem. It
> displays the days they prevously requested as planed, but I want to block
> the
> user from changing any of the exising checkmarks from a prevous request.
> Is it
> possible to Gray these out or hide these fields with checkmarks. Thanks
> for you
> help in advance.
>


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
Participant ,
Sep 15, 2006 Sep 15, 2006
LATEST
thaks for your help.
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