How to Make Requests with Chrome Developer Tools
How to Make Requests
Open the developer tools on the web page (for Chrome, press F12).
Go to the console.
Enter the JavaScript function, for example: goMenu('1018','admin');.
Press Enter to execute the function.
Example
JavaScript Code
function...