Z
zzapper
Hi,
I use a JavaScript window to access a library of songs when the user
picks one this is written to the users database record (PHP/MySQL).
When the use closes the JavaScript window he returns to the original
browser window.
Unfortunately unless he manually refreshes this window he cannot see
that he has succeeded in selecting a song.
Any ideas how I can force the refresh from the Javascript window, or
any other work-around?
Whoops just googled this
<input type="button" value="Reload"
onclick="parent.location='javascript:location.reload()'"
alt="refresh"> </form>
Have tried this, but didn't work for me in IE
I use a JavaScript window to access a library of songs when the user
picks one this is written to the users database record (PHP/MySQL).
When the use closes the JavaScript window he returns to the original
browser window.
Unfortunately unless he manually refreshes this window he cannot see
that he has succeeded in selecting a song.
Any ideas how I can force the refresh from the Javascript window, or
any other work-around?
Whoops just googled this
<input type="button" value="Reload"
onclick="parent.location='javascript:location.reload()'"
alt="refresh"> </form>
Have tried this, but didn't work for me in IE