delacosta45
Posts: 5
|
| Posted: 07/20/2009, 6:10 AM |
|
Hi
i have a window that contain a result component.I also have a link (created with CCpop up utility) that open the search form in another page.
How can i do so that when i search i can get the result back to the window that open the search page in pop up?
|
 |
 |
jjrjr1
Posts: 942
|
| Posted: 07/20/2009, 10:37 AM |
|
Hi
I think you can do sonething like this
<script language="javascript">
function changeparent()
{
window.opener.document.getElementById('text1').value="Value changed.."
}
</script>
Hope That Helps
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
laneoc
Posts: 154
|
| Posted: 07/20/2009, 6:45 PM |
|
What is the ccpop up utility?
_________________
Lane |
 |
 |
ReneS
Posts: 225
|
| Posted: 07/21/2009, 1:56 AM |
|
pop-up utility is from www.codechargetools.com
and it is free.
Rene
|
 |
 |