Ummm I really don't know where to begin with this set of questions, I presume it's safe to say that you are not a comfortable web developer? Your don't sound as if you do web dev as a main job. I'm guessing the reason you can't access the services is probably down to the common domain security issues
https://developer.mozilla.org/En/Same_origin_policy_for_JavaScript As for writing to the web page after load there are several ways of manipulating the page after load; you could try reading up on innerHTML. Really though if you plan to do this project properly I would suggest getting more familiar with web technologies and web deving! On Fri, Feb 20, 2009 at 9:57 PM, alooster <[email protected]>wrote: > > I am doing a functional prototype of a dynamic "browse results" page > that uses webservices and asynchronus calls to return data. > Unfortunately I can only leverage the live site and the services and > calls will not work if the page is outside the production domain. > > I want to preserve the current functionality and move around a few UI > elements on the page. I have accomplished that using Stylish. Now I > need to introduce new html with javascript calls to the page. > > How can I accomplish this using firebug or any other firefox plugin/ > addon and make the changes persist through the session. > > This prototype will be used for a usability study. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
