----------- 07/26/2001 --------------- From: THorne@Estes-Express.com Subject: Pop-Up Window Well still having trouble with getting these pop up windows to work in Netscape and IE without making the original page scroll back to the top......And getting the JS to hide when JS has been disabled from the users browser....Again here is what I have so far...... JS File: function new_window1(url) { link = window.open(url,"Link"," toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=190, left=80,top=180"); } HTML File: Untitled













































Again thanks for all of your help with this problem....I know that the