programmher
Programmer
I have a child window that updates fields on the parent page. I also need the database to be updated. I am considering performing this function in JS, also.
My question is - will my users experience any response time issues by my opening a connection from within JS?
Also, are there any additional security issues I need to consider?
My question is - will my users experience any response time issues by my opening a connection from within JS?
Also, are there any additional security issues I need to consider?