Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to set values in the placeholder through client side scripts.

0 views
Skip to first unread message

Krishna Kumar

unread,
Jun 10, 2002, 8:47:32 AM6/10/02
to
Hi all,
I have two questions.

1. I would like to know how do I set some values to the
placeholder through clint side script, in EDIT mode.

2. By the time of saving the content from the EDIT mode,
is there a way to access values entered in the HTML
elements also.

Thanks in advance.
Krish

Dee

unread,
Jun 10, 2002, 11:56:29 AM6/10/02
to
>1. I would like to know how do I set some values to the
>placeholder through clint side script, in EDIT mode.
==
"sethtml" enables writing to placeholders.

>2. By the time of saving the content from the EDIT mode,
>is there a way to access values entered in the HTML
>elements also.

==
values can be accessed from placeholders as text or html
format.
e.g.
Placeholders.Item("nameoftheplaceholder").text and
Placeholders.Item("nameoftheplaceholder").html

hope it helps

Krishna Kumar

unread,
Jun 12, 2002, 12:03:28 AM6/12/02
to
Thanks Dee!
My requirement is, by the time of editing the content,
the author would some value in a HTML text element. That
entered calue should be stored in the placeholder by the
time of saving the page. So I would like to know, can I
set the placeholder value from "Clint Side Script".
Do you have any idea how to get this done? Please let me
know.

Thanks
Krish

>.
>

0 new messages