stvchez
12-19-2002, 02:54 AM
I am having a tough time trying to get this popup to work with the location=yes
1. This works as it should
<a href="read_yahoo.aspx" onclick="NewWindow(this.href,'name','500','500','yes');return false;"> // the window pops up
2. When I put in the location=yes, no window popup at all, like the javascript gets inactive...
<a href="read_yahoo.aspx" onclick="NewWindow(this.href,'name',location=yes,'500','500','yes');return false;">
basically i just need the URL bar within my popup window. thanks
1. This works as it should
<a href="read_yahoo.aspx" onclick="NewWindow(this.href,'name','500','500','yes');return false;"> // the window pops up
2. When I put in the location=yes, no window popup at all, like the javascript gets inactive...
<a href="read_yahoo.aspx" onclick="NewWindow(this.href,'name',location=yes,'500','500','yes');return false;">
basically i just need the URL bar within my popup window. thanks