Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: window.open woes!!!!


Message #1 by "Steve Mclean" <stevewmclean@h...> on Sat, 17 Feb 2001 18:09:34
My database can be searched for users profiles. All those that are matched 
are shown as text links on the results page. When a link is clicked the 
profile appears in a new window..the code..
<a href="javascript:window.open('/itc/itc_detail.lasso?user
[field:'username']','Title','toolbar=no,width=780,height=500,left=5,top=0,d
irectories=no,status=yes,scrollbars=yes,resize=yes,menubar=yes')">

This works ok, except resize for some reason. Anyway, the problem is the 
original results page now appears blank when opening the popup window. All 
that is visible in the blank white page is the text "[object]" in the top 
left corner. I want users to be able to view a profile, close the popup 
then carry on viewing more profiles. Can anyone help?

To see for yourself, go to www.triartist.com/itc/itc_home.lasso and try a 
search. Please excuse the state of the site for now, it's still very early 
days and not live yet.

Thanks for any help.

  Return to Index