1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
use strict; use OpenOffice::OODoc; use OpenOffice::OODoc::Meta; use OpenOffice::OODoc::XPath ; use OpenOffice::OODoc::Image; &test; sub test { my $doc = ooDocument(file => "C:\\macros\\OOSjablonen\\test.odt") ; my $element = getFrameElement('frame_name'); print "el: $element text:\n"; }
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14:
$.ajax({ type: "POST", url: "root/to/file.php", data: dataString, success: function(data) { alert(data); $('#addshipping').hide(); $('#success').fadeIn(1000,function() { parent.$.fancybox.close(); }); } })