Nirmalks
10-23-2012, 05:23 AM
Hi All,
I have tried all the possible ways bit nothing seems to be working.
The below is part of a link. We need the click to be initiated for the Log On button. We are finding the button to click by GetElementsByTagName.
style = "width:100%"
href = "javascript:CallSubmit('onLoginNow');"
class = "SAPClass"
onMouseOut = "window.status = '';"
onMouseOver = "window.status = unescape('Log on'); return true;">
Log on
I have the following code configured but it it not working. I tried all the Tags with "Click" method of the object but not working:
aTags=.document.getElementsByTagName('INPUT')
for x = 0 to aTags.length
.document.GetElementsByTagName("INPUT").Item(x).Click()
.document.GetElementsByTagName("INPUT").Item(x).Click
ENDFOR
Thank you for whathever help you provide!
N
I have tried all the possible ways bit nothing seems to be working.
The below is part of a link. We need the click to be initiated for the Log On button. We are finding the button to click by GetElementsByTagName.
style = "width:100%"
href = "javascript:CallSubmit('onLoginNow');"
class = "SAPClass"
onMouseOut = "window.status = '';"
onMouseOver = "window.status = unescape('Log on'); return true;">
Log on
I have the following code configured but it it not working. I tried all the Tags with "Click" method of the object but not working:
aTags=.document.getElementsByTagName('INPUT')
for x = 0 to aTags.length
.document.GetElementsByTagName("INPUT").Item(x).Click()
.document.GetElementsByTagName("INPUT").Item(x).Click
ENDFOR
Thank you for whathever help you provide!
N