hello developers is the first time I'm asking a question here so my question is this: I 'm calling a local html with webview and within that HTML has a list that each element needs to call other webview (external ) by clicking the element. how I do this ? is to select the Tegs with id in titanium ?? this is a list
<body> <div class="wrapper"> <div class="menu"> <div class="contentBox"> <p class="textTop">breve lançamento</p> <img src="imagens/logo.png" width="195" height="71" alt="EPIC" class="logo" /> <ul class="nav"> <li><a href="#">home</a></li> <li><a href="#">o projeto</a></li> <li><a href="#">diferenciais</a></li> <li><a href="#">imagens</a></li> <li><a href="#">plantas</a></li> <li><a href="#">tour virtual</a></li> <li><a href="#">localização</a></li> <li><a href="#">contato</a></li> </ul> </div> </div> </div> </body>