Is it possible to integrate a search window like in your standard onmouseover examples
Return to Recent Questions
Q:
Is it possible to add a search window for my clients like your "standart tree menu" ,
and what is the code for this feature ?
A:
To add input area and a search button you should write your onmouseover examples item in the
following way:
["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'>
<input type=button value='Go' style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
Return to Recent Questions
|