Thread: address bar
View Single Post
  #3 (permalink)  
Old 08-29-2004, 04:45 AM
ronniethedodger's Avatar
ronniethedodger ronniethedodger is offline
WebProWorld 1,000+ Club
 
Join Date: Aug 2003
Location: Central US
Posts: 1,265
ronniethedodger RepRank 1
Default

Leave as much changing of a user's preference out when opening a new window. If that window is the last one closed when exiting your browser, it will then become the default preferences when reopening your browser. It is bad enough that you are turning a user's address bar off in the first place.

Code:
window.open(myurl,"preview",', location=no');
Reply With Quote