Hi,

My client still uses Netscape 7 on occassion, and I've implemented
written the following code to populate a DIV:

new Ajax.Updater(mydiv, 'load_rich_contents', {
    method: 'post',
    parameters: 'myID=' + someVariable,
    evalScripts: true
}

This works perfectly in And in Netscape 7, the following appears in
the DIV:

Resource not found
Resource:  load_rich_contents POST

For reasons beyond the scope of this question, I'm using POST instead
of GET as I need to ensure that the browser is not cacheing the
results.

Can someone offer a suggestion as to how to make this work in Netscape
7?

Thanks,

Stan McFarland
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to