javascript - HTML & JS - Add custom parameter to any request -


i have huge html+php file, , i'm not able edit fully. so, possible listen "onclick" on "onsubmit" on forms? means when user clicks on link, parameter automatically adds request. so, if http://example.com/file?param1=true should stay http://example.com/file?param1=true&customparam=value (this static parameter) , should request or post


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -