<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
<TITLE>RE: [Javascript] pop ups</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>I prefer to provide feedback in the same window. I also don't do frames unless required by contract. I personally do like windows opening all over the place, I find it distracting. Evidently there are a number of others who don't like pop-ups:</FONT></P>

<P><FONT SIZE=2><A HREF="http://www.pcworld.com/resource/redir/redirtoken.asp?tk=HS-040401X8060" TARGET="_blank">http://www.pcworld.com/resource/redir/redirtoken.asp?tk=HS-040401X8060</A> </FONT>
</P>
<BR>

<P><FONT SIZE=2>If you can control the visitor environment, more power to you. Again my comment are only my opinion and we all know opinions are like elbows -- just about everyone has them!</FONT></P>

<P><FONT SIZE=2>Bob Filipiak (Contractor)</FONT>
<BR><FONT SIZE=2>MCP </FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Andrew Gibson [<A HREF="mailto:andyg@ihug.co.nz">mailto:andyg@ihug.co.nz</A>]</FONT>
<BR><FONT SIZE=2>Sent: Thursday, April 05, 2001 5:44 PM</FONT>
<BR><FONT SIZE=2>To: javascript@LaTech.edu</FONT>
<BR><FONT SIZE=2>Subject: RE: [Javascript] pop ups</FONT>
</P>
<BR>

<P><FONT SIZE=2>Thanks, I found this worked pretty well, as I wanted</FONT>
<BR><FONT SIZE=2>the user the option of refreshing or not. This way I could</FONT>
<BR><FONT SIZE=2>also specify the div I wanted to be visible when the page</FONT>
<BR><FONT SIZE=2>refreshed.</FONT>
</P>

<P><FONT SIZE=2>&nbsp;function refresh()</FONT>
<BR><FONT SIZE=2>&nbsp;{</FONT>
<BR><FONT SIZE=2>&nbsp;opener.location='default.asp?div=favourites'</FONT>
<BR><FONT SIZE=2>&nbsp;close()</FONT>
<BR><FONT SIZE=2>&nbsp;}</FONT>
</P>

<P><FONT SIZE=2>Bob, you said you normally wouldn't use pop ups for database</FONT>
<BR><FONT SIZE=2>stuff?</FONT>
<BR><FONT SIZE=2>Wondering why....in this case its a site I can stipulate requires</FONT>
<BR><FONT SIZE=2>Javascript&nbsp; ?</FONT>
</P>

<P><FONT SIZE=2>Andrew</FONT>
<BR><FONT SIZE=2>---------------%&lt; snipped %&lt; ------------------------</FONT>
</P>

</BODY>
</HTML>