Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
URL in javascript function.....
Message
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00343549
Message ID:
00343644
Views:
22
>Is it possible to perform a goto URL in a javascript function
>
>function changePage(theform) {
> num = document.theform.D1.selectedindex
> if (num==1) {
> "i need a link here" ex: http://www.levelextreme.com
> }
>
>Thanks

I think it may be:

location.href = "http://www.levelextreme.com"
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform