Hi,
Im making a drop down dynamic menu, as a rollover. I realise that I need to make a trip to the server, to execute my php, so that i can make the menu.
was trying to do something similar to
location.href="index.php?Result=" + p_param;
param being passed to a select statement. The problem is that this forces a page redraw which makes the original page 'flicker' . is ther another solution for this .... ?
any help appreciated



