Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
118
rated 0 times [  120] [ 2]  / answers: 1 / hits: 18010  / 12 Years ago, tue, march 13, 2012, 12:00:00

I am using a gwt based ui design framework (called GXT). In the docs for this framework, it is mentioned that running javascript:isc.showConsole() when the app is running, will open the developer console in browser.



However when I run this in Chrome it instead does a google search for the command- in firefox it simply does not work.



How do I execute this javascript in firefox or chrome--



javascript:isc.showConsole()

More From » firefox

 Answers
11

Bookmarklets cannot be executed in the location bar/omnibox any more.



You have to bookmark the javascript: link before it can be executed.

A better solution is using the built-in Developer tools, in which code can be pasted and executed in the current page:




[#86872] Monday, March 12, 2012, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
masonm

Total Points: 167
Total Questions: 87
Total Answers: 103

Location: Rwanda
Member since Wed, Jun 8, 2022
2 Years ago
;