Hi,
I've got a popup box that opens as follows:
<SCRIPT>
function newwindow2(theUrl) {
window.open(theUrl, 'jav', 'width=240,height=240,resizable=no,scrollbars=auto');
}
newwindow2('addexternalnameform.asp?Name=rgrger grer gerg&TheYear=2006&TheMonth=2&TheDay=15&URL=addcontractorform.asp')
</SCRIPT>
However when I right click on the popup and look at the properties next to address it has:
But it doesn't show the values TheYear, TheMonth, TheDay or URL.
Any ideas?
Thanks very much
Ed
I've got a popup box that opens as follows:
<SCRIPT>
function newwindow2(theUrl) {
window.open(theUrl, 'jav', 'width=240,height=240,resizable=no,scrollbars=auto');
}
newwindow2('addexternalnameform.asp?Name=rgrger grer gerg&TheYear=2006&TheMonth=2&TheDay=15&URL=addcontractorform.asp')
</SCRIPT>
However when I right click on the popup and look at the properties next to address it has:
But it doesn't show the values TheYear, TheMonth, TheDay or URL.
Any ideas?
Thanks very much
Ed