
May 13th, 2000, 07:12 AM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi,
I am using this code to open a small po-up window that displays a user details:
<SCRIPT language="javascript">
<!--
function openwindow(url){newwindow =window.open(url,"one","width=400,height=350,toolbar=no,resizable=no,location=no,scrollbars=no");}//-->
</SCRIPT>
Once I've opened it there is a link to 'edit profile' that should open the edit form in the parent window - but I just can't get it to work. I've tried every combo of self/opener/parent/href/document I could think of, but my javascript just isn't up to it.
Can anyone give a hand?
Incidently I can't just link back to the opening frame as the site doesn't use them (although if theres a way to name pages that I'm missing that might work?).
Thanks
Steve
|