location = NO doesnt work on IE 7 and later
Hi all,
I am facing issue with window.open function. I need to hide the address bar of the window but i am unable to do that inspite of having location set to "NO"
window.open('XXXXXXXX.asp?lngMappingID=" + m_lngNodeID +
"&lngEnforce=" + lngSelected +
"&lngCheckAlerts=" + lngCheckAlerts +
"', 'Compliance','width=750,height=550,status=no, resizable=no, scrollbars= no, toolbar=no,location=no, menubar=no');
I am using window.open in a loop and would asynchronously open up windows. Is there any solution for this?
Thanks,
Sachi
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks