kevind
Posts: 251
|
| Posted: 05/21/2008, 4:06 AM |
|
i'm playing around with Ajax inside CCS apps using some 3rd party scripts - i'm trying to get Editing in place to work
I've done a few Ajax things with CCS and it works well. I use Ajax scripts from Dynamic Drive as well as their handy CSS toolbars etc.
my current 'experiment' is to use this script:
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
to load a form into a DIV (I start by creating a Grid in CCS and then take out the table html tags and replace them with DIVs) for each row i display a div with a label of data from the database and an empty div with an ID set to the ID of the record in the grid.
then i add a link following each label of data that triggers the Ajax script to open the form into the empty div - this works well and jazzes up the CCS project.
where i want to go next:
- load the form, passing parameters
- tell the called form to use the calling page as the return page
- if possible, prevent more than 1 form being opened/called by the user at a time
** this is not a request for assistance, i'm working on this and will post results if anyone is interested - if anyone tries this script out themselves and finds ways to implement the above, please post ***
BTW - are there any good AJAX coding packages that integrate/can be called with CCS no matter the version of CCS?
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
kevind
Posts: 251
|
| Posted: 05/31/2008, 4:29 PM |
|
when i fetch a page into the div of the main page and then click 'submit' or 'cancel' on the form the page is reloaded to this fetched page - not the page that called the form even though i indicate a return page on the form
any ideas anyone ?
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|