kthomps17 wrote: > > I'm guessing that my problem is with the URL. I'm not really sure how to > get to that python script within Plone, let alone access a specific > function. My code needs to be refined quite a bit before i finish this > project, but until i get the dialogue going between my python and > javascript I'm pretty much stuck where I'm at. (I'm an intern working at a > company new to plone development, and have very little in house > assistance) >
There are no Python scripts inside Plone, but there are BrowserView classes. In the related notes, I put in some AJAX related stuff here yesterday: http://svn.plone.org/svn/collective/collective.developermanual/trunk/source/templates_css_and_javascripts/javascript.txt Please see the end of the file. ----- Mikko Ohtamaa Mobilize your Plone site - http://webandmobile.mfabrik.com mFabrik - Freedom Delivered. - http://mfabrik.com -- View this message in context: http://plone.293351.n2.nabble.com/AJAX-POST-to-specific-function-in-product-BrowserView-Class-tp5838117p5838400.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
