Instead of passing variables through a URL, I am considering implementing a method where the parameters are sent to the popup window through variables once it is opened. This would add an extra layer of security by not exposing sensitive information in the URL.
Another idea is to incorporate a function that runs when the link is accessed, which then transfers the necessary values to the JavaScript function within the new window. This could provide additional security measures against unauthorized access.
Is there anything else I can do to enhance the security of this process?
EDIT: To clarify, this system is internal and not intended for public use. Therefore, my main concern is ensuring that fake forms cannot be submitted using manipulated URLs.
Due to limitations with older technologies like tabular data control in IE, server-side validation or database verification is not feasible in this scenario.