Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browser problem trying to do a Page refresh.

Status
Not open for further replies.

sqoti

Programmer
Dec 1, 2000
50
US
Page A bottom frame had a open text window button and also displays current text messages with date and time. User opens text window and types in a message and clicks a save button. Text window closes and Page A refreshes using these lines.

window.opener.location.reload(true);
window.close();

This works great on my PC, but everybody else with the same IE version browser gets a permission denied error. What's up with that?





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top