[Official Thread] Script Processor support thread
Re: [Official Thread] Script Processor support thread
I'm guessing it's not a Script Processor plugin problem but rather a Web UI or DB problem. My main system is still running 0.4.3 so I will take a look into the problem.
Re: [Official Thread] Script Processor support thread
See this image:
Re: [Official Thread] Script Processor support thread
Here are the adjusted lines that go in the scripts.aspx file to fix the issue of the Add/Update buttons not working in certain browsers:
<asp:Button runat="server" ID="btnAdd" class="btn" OnClientClick="saveScriptAdd(); return false;" Text="Add" />
<asp:Button runat="server" ID="btnUpdate" class="btn" OnClientClick="saveScriptUpdate(); return false;" Text="Update" />
This should fix the Add/Update issues.
(I tried deleting my last post, but hit the X on top, instead of on bottom and deleted 2 posts that I shouldn't have!)
Vaughn
<asp:Button runat="server" ID="btnAdd" class="btn" OnClientClick="saveScriptAdd(); return false;" Text="Add" />
<asp:Button runat="server" ID="btnUpdate" class="btn" OnClientClick="saveScriptUpdate(); return false;" Text="Update" />
This should fix the Add/Update issues.
(I tried deleting my last post, but hit the X on top, instead of on bottom and deleted 2 posts that I shouldn't have!)
Vaughn
Re: [Official Thread] Script Processor support thread
I had forgotten about that problem http://www.opensourceautomation.com/php ... lit=chrome