On Jun 10, 4:47 pm, Jeenu <[email protected]> wrote: > Hi, > > I'm currently using FB 1.5.4. I routinely visit a page which restricts > access after a particular time. The page has an <input> element with > it's 'onclick' attributed hard coded like this. > > <input type="submit" name="Submit" value="Enter" onclick="return > checkTime('20');" > > > I'd like to use FB to manipulate the argument to the above function so > a lower value gets passed to the function. I checked the DOM tab of > FB, and was able to track down the element. But I couldn't get to see > or change the 'onclick' attribute of the element. Is it possible with > FB? If so, could somebody point me how to do it? Jump to the HTML panel, find your element and click on the attribute. An inline editor should popup and you should be able to change its value.
Honza > > Thanks > Jeenu -- 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.
