hi All,
I am looking for a VBA code that allow me to click a tab (provided as image) on a web page. The web page is not showing any id specific to the tab. Here is the source code.
td height="36" valign="bottom">
a href="javascript:submitTab('pair_search')" tabindex="6"
img src="/pair/img/tabs/image17off.gif"
name="imag40" height="36" hspace="0" vspace="0" border="0"
***********="nbGroup('over','imag40','/pair/img/tabs/image17on.gif','/pair/img/tabs/image17on.gif',1);"
**********="nbGroup('out');"
*******="nbGroup('down','group1','imag40','/pair/img/tabs/image17off.gif',1); submitTab('pair_search')"
alt="Select New Case" /> </a></td
Please help me with the code. Thanks with advance
I am looking for a VBA code that allow me to click a tab (provided as image) on a web page. The web page is not showing any id specific to the tab. Here is the source code.
td height="36" valign="bottom">
a href="javascript:submitTab('pair_search')" tabindex="6"
img src="/pair/img/tabs/image17off.gif"
name="imag40" height="36" hspace="0" vspace="0" border="0"
***********="nbGroup('over','imag40','/pair/img/tabs/image17on.gif','/pair/img/tabs/image17on.gif',1);"
**********="nbGroup('out');"
*******="nbGroup('down','group1','imag40','/pair/img/tabs/image17off.gif',1); submitTab('pair_search')"
alt="Select New Case" /> </a></td
Please help me with the code. Thanks with advance
Last edited: