Hi, All

I am working on writing the scripts for my web application but the problem is 
that i am unable to locate the object named Microsoft Tab strip. Code is like 
that

<TR>
<TD colSpan=4><?IMPORT NAMESPACE = TSNS IMPLEMENTATION = 
"http://zaigham/webctrl_client/1_0/tabstrip.htc"; DECLARENAMESPACE 
/><TSNS:TabStrip id=tsvert style="FONT-SIZE: xx-small; BORDER-TOP-STYLE: none; 
FONT-FAMILY: Verdana; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; 
BORDER-BOTTOM-STYLE: none" 
onwcready="JScript:try{document.DSDefGeneral.__tsvert_State__.value=selectedInd 
ex}catch(e){}" 
onSelectedIndexChange="JScript:document.DSDefGeneral.__tsvert_State__.value=eve 
nt.index;if (getAttribute('_submitting') != 
'true'){setAttribute('_submitting','true');try{__doPostBack('tsvert','');}catch 
(e){setAttribute('_submitting','false');}}" 
sepDefaultStyle="background:#FFD700;color:#3333CC;" 
tabSelectedStyle="border-bottom:none;background:#FFD700;color:#000000;fontname: 
Verdana;fontsize:X-Small;" 
tabHoverStyle="background:#FFD700;color:#FFFFFF;fontname:Verdana;fontsize:X-Sma 
ll;" 
tabDefaultStyle="background:#FFD700;color:#3333CC;fontname:Verdana;fontsize:X-S 
mall;" selectedIndex=
 "0">

<TSNS:TabSeparator defaultImageUrl="HSOAPics/tabs/but_left_end.gif" 
selectedImageUrl="HSOAPics/tabs/but_left_end.gif" />

<TSNS:Tab>Patient Info</TSNS:Tab>

<TSNS:TabSeparator defaultImageUrl="HSOAPics/tabs/but_separator.gif" 
selectedImageUrl="HOPics/tabs/but_separator.gif" />

<TSNS:Tab>*Insurance Info*</TSNS:Tab>

<TSNS:TabSeparator defaultImageUrl="HSOAPics/tabs/but_separator.gif" 
selectedImageUrl="HOPics/tabs/but_separator.gif" />

<TSNS:Tab>*Admission Info*</TSNS:Tab>

<TSNS:TabSeparator defaultImageUrl="HSOAPics/tabs/but_right_end.gif" 
selectedImageUrl="HOPics/tabs/but_right_end.gif" />

</TSNS:TabStrip></TD></TR>

I did try the method to get the url of the respective tab and send it to that 
location but in vain due to the serverside session creation which is the part 
of the URL. Some session number dynamically generated is part of that URL. So 
when i use that approach it says session expired/ no such session exists.
I have to click the Admisison Info tab.

Please suggest some solution to resolve this burning issue.

Thanks 

kind Regards,
M.Imran
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to