Hey, Mike a écrit : > It looks like you want the action=" " to be where my code from the > form is sent. What kind of page can I send it to, so that the server > executes it?
Well, action= needs to point to whatever URL your server side binds to the code that will update your script. You mentioned you wanted the server to tweak the script text, so it would be the URL for the PHP/ASP/JSP/page or servlet or whatever that does the tweaking and sends the updated script. -- Christophe Porteneuve aka TDD [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
