How do I "name" a browser window in ROR, such that I can open a page in it later, from another (popup) window (using the target="name" html parameter)
|
1
|
|
|
|
|
|
You have to use JavaScript for this:
Of course you could easily package this up into a Rails helper method. For example, in
Next, in your layout file, add this line somewhere within the HTML
Finally, in your view templates, simply add a line like this (can be anywhere you want) to output the correct JavaScript:
|
||
|
|
