Javascript call from URL
Javascript call from URL
- Started
- Last post
- 2 Responses
- Mick
Does anyone know if it's possible to run a javascript call from a URL through a URL string?
ie. www.site.com/thispage.asp?javasc…...
Is this possible in any way? I don't have access to change the page so it runs the javascript on an onload.
- o0o0
You can't change the script on the page? You could set something like that up...
I'm sure it's not possible otherwise. Imagine the havoc if it were possible. You could call functions on any site, pass in your own arguments, etc...
- Mick0
I figured as much, just checking.