[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Javascript Question



I'm having a blank mind trying to figure something out.

If The user selects okay then I want to go to a URL.  The url variable
in the script.  Can someone tell me the prpoer JavaScript function to do
this?

function rebootPort(p) { 
       var msg;
       var url = '/cgi-bin/powercycle?reboot=1&port=' + p;
       msg = 'Cycle power on port ' + p + '?';
       if(confirm(msg)) {
      
       }
}



---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.