a piece of javascript
a piece of javascript
- Started
- Last post
- 3 Responses
- freekilly
i'm looking for a piece of javascript that I can put in a custom function which loads a URL to _self that i can put in the functions variable. like this:
gotoURL(targetURL){
(the piece of javascript)
}
i'm not so good at writing javascript yet, so if anyone can help me i'm very gratefull
- o0o0
gotoURL(targURL){
window.open(targURL, "_self");
}that what you mean?
- PeterNorf0
I got one that will do it randomly
- freekilly0
yeah, thanks guys. it seems so simple once you see it...