From: Tarun R E. <ta...@we...> - 2000-11-28 19:47:00
|
Didnt clearly understand : is it Netscape or IE or both thats giving the problem ? When faced with this kind of a situation, I usually use a different (and safer) design : I keep 2 frames : one hidden( rows and cols as zero) and the other as the main frame. When I want content to be loaded into any widget, I submit a form in the hidden frame that then retrieves the HTML content from the server into a textbox. Then I use JScript to read this textbox, and update the widget in the main frame with the contents of the textbox. Yeah! I know its a bit messy, however its more reliable, and you can abstract the details with a little bit of savvy. ----- Original Message ----- From: "Cameron Hart" <ca...@bi...> To: "Dynapi-Help (E-mail)" <dyn...@li...> Sent: Tuesday, November 28, 2000 11:51 PM Subject: [Dynapi-Help] targeting a loadpanel with a form > Hi, > > I am trying to use loadpanel to firstly load a form from another html file > (this works okay). The next thing I want to do is submit the form using the > POST method and have the form response load back into the loadpanel. I did I > test using a plain html version and I could get IE to load the form response > into a named IFRAME, I didn't have any success with Netscape though. I > haven't managed to get this to work using loadpanel though, loadpanel > doesn't appear to name the IFRAME, and even when I tried hard coding a name > in the code, IE still didn't recognise it. > > What I want to know is has anyone tried and succeded in doing such a thing? > It seems like sending the form data using GET would work, but is it possible > using POST? > > Thanks, > > Cameron. > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > |