PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → javascript in webdev
javascript in webdev
Iniciado por alaskadxb@gmail.com, jun., 07 2011 10:18 AM - 1 resposta
Publicado em junho, 07 2011 - 10:18 AM
hi,

how can i use JavaScript in webdev any example?
i want to call document.getelementbyID("imgbtn") in webdev on click event(browser)
for that how can i specifies control id in webdev
i tried the control name but control name is not same as i named in webdev properties it is different in html code ?

thanks
eldhose
Publicado em junho, 08 2011 - 12:06 PM
hi,

Is there is no way to do that in html code that control id an name is automatically generated like "A1" Why dont they used the same control name in the description tab
and in other laungage(asp.net,etc..) we can directly add html properties to the control but here two options are
1)html code generated before control
2)html code henerated after control

i tried to add id in both but it is showing like another html control..!

Is this possible to do(support) in webdev ?

Regards
Elshose