jQuery Thickbox and URL Content
I was reading Roel's blog about the jQuery thickbox and I have inline content working beautifully. Now what I really want to do is the following:
1. Open up a child form in the thickbox
2. Pass in the key parameters
3. Update the child form
4. Save the data, close the thickbox and refresh the parent
I have been reading the thickbox documentation on http://jquery.com/demo/thickbox/ and following Roel's advice to use the iframed content. At this point, I can't even get the child form to open up in a thickbox. I have created a link like the following on the page:
<anchor class="thickbox" href="&P8_DETAILURL.&keepThis=true&TB_iframe=true&height=300&width=400">Add Objects</anchor>
where P8_DETAILURL is created in an onload process and looks like the following:
:P8_DETAILURL := HTMLDB_UTIL.PREPARE_URL('f?p=' || v('APP_ID') || ':6:' || V('SESSION') || '::NO:6:P6_CHNG_ID_NUM:' || :P8_CHNG_ID_NUM ) ;
This does launch my thickbox, but I get a 404 Not Found error in the thickbox. I assume this has something to do with the way the apex url's are constructed.
Any help would be appreciated.
Thanks,
Michelle