Is this possible? I might be able to see a problem with it updating
something on the page but what about just storing a value in the
database and not updating anything?
I tried the following in the iframe:
<% call = remote_function(:url => {:action => ‘update_pic’, :only_path
=> false, :id => (x-2)}) %>
Everything is loaded correctly but nothing happens when I click… is
this impossible? All update_pic does is take the id and store it in the
database and then it is suppose to set a boarder on the clicked object.
I see why the boarder might not work but why wouldnt the value get
stored in the database?
I know the code works because I had it working before placing it in the
iframe
Thanks in advance