Save do nothing
Save do nothing
Hi,
I'm using zoho writer in an iframe (myboooo.com) and now when i click on the save button nothing append, i've got no connexion on my callback url.
If i open the frame content in a new window and use firebug to send the js command " Writer.saveDocument() " it works but always do nothing on Save button click.
i call Writer like this :
<form method="post" action="http://<?php print($oprog); ?>.zoho.com/remotedoc.im?apikey=#########################&output=<?php print($output); ?>" target="_self" id="zohoLauncher" name="zohoLauncher" accept-charset="<?php print($encoding); ?>">
<input type="hidden" id="url" name="url" value="<?php print($_GET['dl'])?$_GET['path'].str_replace(' ','%20',str_replace('||','&',(($encoding == 'utf-8' || $ie7 === true)?$_GET['dl']:utf8_decode($_GET['dl'])))):$_GET['path'].$_GET['file']; ?>">
<input type="hidden" name="saveurl" value="<?php print($_GET['path']); ?>applications/Office/src/callback.php">
<input type="hidden" name="filename" value="<?php print($encoding == 'utf-8' || $ie7 === true)?$filename:utf8_decode($filename); ?>">
<input type="hidden" name="id" value="<?php print($_SESSION['usr'].':'.str_replace(' ','%20',str_replace('/','%5f',(($encoding == 'utf-8' || $ie7 === true)?$_GET['file']:utf8_decode($_GET['file']))))); ?>">
<input type="hidden" name="format" value="<?php print($ext); ?>">
<input type="hidden" name="persistence " value="true">
<input type="hidden" name="lang " value="<?php print($_SESSION['lang']); ?>">
</form>
I use the same thing with Zoho Sheet and it works like a charm ?
Thanks for help.