Displaying 1 result from an estimated 1 matches for "mm_openbrwindow".
2007 Apr 11
2
Open Browser Window help
When I previously designed my static sites in dreamweaver, I used an
Open Browser Window behavior which opened a URL in a new window of
fixed size by inserting the following:
<a href="javascript:;"
onclick="MM_openBrWindow(''example.html'', ...
''width=300,height=300'')</a>
Is there a simple way to do the same thing in ruby?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&...