Click to See Complete Forum and Search --> : HTML


Emile Sock
July 17th, 2000, 10:27 AM
Hi
I have a main window on which I display a child window. On the child window I make a search on a Database. Then I want to see the result on the main window.
Is it possible to do that on HTML? If yes how can I do ?
Thanks in advance

July 18th, 2000, 06:33 AM
Try to make search in hidden frame and then in window.onload function pass
information to your main window

rignesh
January 7th, 2002, 12:40 PM
hello
in java script there is a fuction called
window.opener this is referreing the main window who open the child one.so just use this property
ex. window.operner.formname.elementname.value="rignesh"

rignesh
January 7th, 2002, 12:40 PM
hello
in java script there is a fuction called
window.opener this is referreing the main window who open the child one.so just use this property
ex. window.opener.formname.elementname.value="rignesh"