Click to See Complete Forum and Search --> : javascript to refresh a pop-up


scragar
03-06-2004, 06:39 AM
what santax should I use to refresh a pop-up window?

the window is named PP1 and I have another called PP2, I want these to refresh whenever I click a button, does anyone know how to do this?

Khalid Ali
03-06-2004, 07:13 AM
something like below will work

<input type="button" value="process" onclick="windowName.location.reload(true);"/>