Hi,

I need the information to create frames in erb rails.

I need to display the links in a frames instead of provide as link to new
window.

Eg.

<a href="taxas?[gm]=<%= prefer.name %>&[sp]=<%= prefer.sp%>"
target="new">Link </a>

This should be modified as

<frameset rows="25%,75%">
<frame src="taxas?[gm]=<%= prefer.name %>&[sp]=<%= prefer.sp %>"> </frame>.
</frameset>

I dont need to open a html or new file. The source file will be same
and params will be changed.

Kindly correct the above frameset operations. Its not creating frames.
Kindly suggest me your vision on this issue.
-- 
With Regards,
Palani Kannan. K,

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to