[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: How to make link using image with ajax

Max Muermann

3/24/2007 11:32:00 AM

On 3/24/07, Saravanankumar Saravanan <gohannimbus@yahoo.co.in> wrote:
> Hi,
>
> I have an image. I want to make it as a link using ajax.
> Please anybody, tell me the way how to do it?
>

First, you want the rails mailing list:
http://lists.rubyonrails.org/mailman/list...

Second, try

link_to_remote image_tag('some_image'), :url=>{some_url_parameters}

--max

> with regards,
> saravanan.
>
> --
> Posted via http://www.ruby-....
>
>

2 Answers

Gandalf Grey

8/10/2007 8:47:00 PM

0


"SO WHAT?" <GayBush@CrawfordRanch.net> wrote in message
news:5S3vi.130$924.92@newssvr23.news.prodigy.net...
>
> "Gandalf Grey" <gandalfgrey@infectedmail.com> wrote in message
> news:46bcc368$0$18920$9a6e19ea@news.newshosting.com...
>>
>> "Poser" wrote in message
>> news:46bcc317$0$14503$a82e2bb9@reader.athenanews.com...
>>> Stinks like rotten eggs . Not tomention the ugly sores . How can i get
>>> rid of it?
>
> athenanews.com
>
> Hank.

Yeah. I guess imitation is the sincerest form of flattery. My enemies now
take me so seriously that they're forced to pretend they're me.

I guess if they don't have an argument, posing and forgery are all they've
got left.

>
>


Saravanankumar Saru

9/27/2007 12:49:00 PM

0

Hi Muermann,
Thanks for you hint. Its working.

Max Muermann wrote:
> On 3/24/07, Saravanankumar Saravanan <gohannimbus@yahoo.co.in> wrote:
>> Hi,
>>
>> I have an image. I want to make it as a link using ajax.
>> Please anybody, tell me the way how to do it?
>>
>
> First, you want the rails mailing list:
> http://lists.rubyonrails.org/mailman/list...
>
> Second, try
>
> link_to_remote image_tag('some_image'), :url=>{some_url_parameters}
>
> --max

--
Posted via http://www.ruby-....