I would need some help to imprelement an OnMouseClick action that should do the following:
Code:
if value = Enable SecureJailShell
{
change value to Disable SecureJailShell;
change $status[$user[$i_line]] to 1
}
if value = Disable SecureJailShell
{
change value to Enable SecureJailShell;
change $status[$user[$i_line]] to 0
}
So this action should affect both: the button from Column3, where the action should be added; and the value from Column2
Could someone please help me?
Last edited by PeejAvery; November 11th, 2008 at 07:22 PM.
Reason: Added code tags.
I have never used JailShell before, but you are going to have to use some intermediate page which accomplishes the actions. Simply use a hidden iframe to load the following script. Or, you can use AJAX to call it.
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.