« Return to Thread: access html elements programatically

access html elements programatically

by Fırat KÜÇÜK :: Rate this Message:

Reply to Author | View in Thread

Hi,
May we access html elements programatically?
For instance in asp.net:
<span id="foo" runat="server" />

if we use runat="server" attribute we may access html elements from codebehind.

i used:
<span id="deneme" jsfc="h:outputText" value="#{Foo.text}" />

but how may i change css class or onmouseover attributes?

--
FIRAT KÜÇÜK
TÜBİTAK MAM BTE
GEBZE / TÜRKIYE

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: access html elements programatically