PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → javascript in webdev
javascript in webdev
Started by alaskadxb@gmail.com, Jun., 07 2011 10:18 AM - 1 reply
Posted on June, 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
Posted on June, 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