Member
Last active 12 years ago
How do we disable the dialog that asks us to confirm leaving? We have fop2 embedded in another web app, and it asks us every time we click a link, very bothersome =)
Thanks!
I think this will work great for now.
Hi,
I need to have an html page (we have control over) submit to the FOP2 user form so we can integrate with another app.
Problem is it is of course not working (thats why I am here), and I know our system works because we do it all the time on other "non flash" forms.
Here is what I have:
exten= "my extension"
seccode= "my password"
After running firebug it appears the variables are posted (no hidden vars I can see in form source to post as well) to http://www.mydomain.com/html/fop2/setvar.php
Thanks!