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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -