Harvey (Runtime Error) When I click to open profiles.

Blaster10

Member
Whenever I try and open the profiles when it pops up in the javascript window, I get a runtime error as follow:

Runtime Error

Do you wish to Debug?

Line: 472

Error: Object doesn't support this property or method

I went to debug and this is the line it came up with

function LoadProfile(profile,session) { win=window.open('/PHP/Profiles/LoadProfile.php4?FromOnline=1&Profile=' + profile + '&Session=' + session,'jav','width=700,height=400,resizable=yes,scrollbars=yes');win.opener=self; win.moveTo(screen.width/2-360,screen.height/2-200); window.refresh();}//-->

see what u can do, i am runnin win xp and ie 6.0

 
Back
Top