[ale] Javascript Question

cfowler cfowler at outpostsentinel.com
Mon Sep 30 10:06:36 EDT 2002


Thanks Kevin.  That did the trick.

On Mon, 2002-09-30 at 09:58, Kevin O'Neill Stoll wrote:
> <html>
> <head>
> 
> <script type="text/javascript">
> function locate()
> {
> location="http://www.w3schools.com/"
> }
> </script>
> 
> </head>
> <body>
> 
> <form>
> <input type="button" onclick="locate()" value="New
> location">
> </form>
> 
> </body>
> </html>
> 
> 
> 
> --- cfowler <cfowler at outpostsentinel.com> wrote:
> > 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.
> > 
> 
> 
> =====
> Kevin Stoll
> http://kevinstoll.org
> 
> OpenSource Software...FREE!
> Angering Bill Gates...priceless.
> ============================================================
> 
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
> 
> 
> 



---
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.






More information about the Ale mailing list