Displaying 2 results from an estimated 2 matches for "gohom".
Did you mean:
gohome
2007 Apr 16
4
newbie :: Running script at client side
Hi all,
I am newbie to Ruby and web programming as well.
My show.rhtml is like,
.
..
...
<% require ''win32ole'' %>
<% ie = WIN32OLE.new(''InternetExplorer.Application'') %>
<% ie.visible = true %>
<% ie.gohome %>
...
..
.
At server, when I access http://.../show it''ll open Iexplorer.exe as
expected,
but when I access same from different m/c it opens Iexplorer.exe at
server only,
obviously. How can open it on client side?
Please help me out.
Thanks
--
Posted via http://www.ruby-forum.com/....
2007 Sep 14
0
Wine release 0.9.45
...inRange implementation.
mshtml: Added IHTMLTxtRange::isEqual implementation.
winex11: Fixed GetClipboardFormatName spec entry.
urlmon: Added FIXME about unsupported pmkToLeft to BindToStorage.
shdocvw: Don't use BSTR in navigate_url prototype.
shdocvw: Added better GoHome stub implementation.
shdocvw: Better iexplore.exe command line handling.
mshtml: Reimplement IHTMLTxtRange::get_text.
mshtml: Added IHTMLTxtRange tests.
mshtml: Added IHTMLTxtRange::expand implementation.
mshtml: Fixed ref count in parentElement.
mshtml: Added I...