Posted By:
anwar_sadath
Posted On:
Wednesday, November 21, 2007 01:57 AM
I am trying to implement an auto search feature using the Adobe Spry Framework. What i need is i have data populating in a table as the user types which is gathered from an external XML file. When the user clicks on an item that should go to another html file. My Code is as follows:
//
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
New York
So when the user click on "New York" that should take the user to another html page. How do i achieve this. Pls Help.