(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-webbrowser.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-webbrowser.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-cgi.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 11.1 webbrowser Up: 11.1 webbrowser Next: 11.2 cgi
11.1.1 Browser Controller Objects
Browser controllers provide two methods which parallel two of the module-level convenience functions:
- open (url[, new])
- Display url using the browser handled by this controller. If new is true, a new browser window is opened if possible.
- open_new (url)
- Open url in a new window of the browser handled by this controller, if possible, otherwise, open url in the only browser window.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-webbrowser.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-webbrowser.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-cgi.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 11.1 webbrowser Up: 11.1 webbrowser Next: 11.2 cgi
See About this document... for information on suggesting changes.