Depending on what you are trying to achieve...
you could use js to assign the window name as a text value to a blank hidden input field, e.g. document.formna me['hiddenInput'].value = 'windowName';
submit the form and pick up the name in PHP from the POST/GET array....
Leave a comment: