2
Use IE for one browser for admin
and firefox for the other browser with user.
____________________________
Also here is a piece of javascript you may like for the FIREFOX browser.
javascript:if(navigator.javaEnabled()!=true){alert('Enable Java!')}else{D=java.io.DataInputStream(java.net.URL(location).openStream());R='';while((T=D.readLine())!=null){R+=T+'n'}D.close();W=open('','X','width=520,height=365,resizable');with(W.document){write('+R+'
');close()}}void(null)
this code will create a popup window and allow you to edit the html of the page == press write and immediately see the changes. (Firefox only)
To get...
EDIT a Bookmark and put the above javascript in the location part of the shortcut and name it editpage or something like that.
I think you will like it just for kicks if nothing else.
BlueStocking