Ho we can remove menubar and toolbar of a webpage ?
-
Ho we can remove menubar and toolbar of a webpage ? Got ? Give..
-
Ho we can remove menubar and toolbar of a webpage ? Got ? Give..
Masood Kochi,SSF wrote:
Ho we can remove menubar and toolbar of a webpage ?
No need to write code to remove toolbar as well as menubar. just use this script to open popup window
window.open('PageName.aspx','title','width=500,height=500','');
Regards kHan
please don't forget to vote on the post that helped you.
-
Ho we can remove menubar and toolbar of a webpage ? Got ? Give..
may with something like this
toolbar=no, menubar=no, scrollbars=no, resizable=no,
location=no, directories=no, status=no'in window.open()
I Wish the Life Had CTRL-Z www.subaitech.blogspot.com
-
Masood Kochi,SSF wrote:
Ho we can remove menubar and toolbar of a webpage ?
No need to write code to remove toolbar as well as menubar. just use this script to open popup window
window.open('PageName.aspx','title','width=500,height=500','');
Regards kHan
please don't forget to vote on the post that helped you.
sorry dude, when i respond to post no answer was available
I Wish the Life Had CTRL-Z www.subaitech.blogspot.com