ACZ
ACZ

Reputation: 91

How can I check or get the toolbar value of a browser with Javascript

I want to find out in Javascript if the toolbar property value of a Browser is either Yes or No. I know how to set it with a windows.open toolbar=no but I want to know how can I retrieve that value using Javascript. Thank You

Upvotes: 0

Views: 165

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038710

You can't do this using javascript.

Upvotes: 1

Related Questions