sandravega
Programmer
Hi
this is my first in this forum. I have a problem I think should be solved with javascript and ilayers, or Iframes but I'm not sure.
I have a form (an asp one) where users update information about movies. There is a select where they can choose the type of the movie (if it is for kids, if it is a drama and so on).
If the movie type is not already in the select list, the user can call a popup window and add it.
Now comes the problem: I need to close the window, refresh the select but not refresh the entire form, wich already has some of the inputs filled with data.
I think the answer is using an ilayer or an iframe (don't know exactly wich of them) as a container for the select and use some javascript function from the popup window to refresh just this portion of the html.
I used "window.opener.reload()" statement to refresh the first form from the popup window, but obviously this refreshes all the form and deletes data that is already filled in by the user.
Well, that was a long answer. Thank you all.
Sandra Vega
this is my first in this forum. I have a problem I think should be solved with javascript and ilayers, or Iframes but I'm not sure.
I have a form (an asp one) where users update information about movies. There is a select where they can choose the type of the movie (if it is for kids, if it is a drama and so on).
If the movie type is not already in the select list, the user can call a popup window and add it.
Now comes the problem: I need to close the window, refresh the select but not refresh the entire form, wich already has some of the inputs filled with data.
I think the answer is using an ilayer or an iframe (don't know exactly wich of them) as a container for the select and use some javascript function from the popup window to refresh just this portion of the html.
I used "window.opener.reload()" statement to refresh the first form from the popup window, but obviously this refreshes all the form and deletes data that is already filled in by the user.
Well, that was a long answer. Thank you all.
Sandra Vega