PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → javascript in webdev
javascript in webdev
Iniciado por alaskadxb@gmail.com, 07,jun. 2011 10:18 - 1 respuesta
Publicado el 07,junio 2011 - 10:18
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 el 08,junio 2011 - 12:06
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