From: Cameron H. <ca...@bi...> - 2000-11-28 18:17:30
|
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. |