Get your own customer support community
 

Useful resources for assignment 5

Adding HTML to a sidebar:

http://developer.mozilla.org/en/docs/...

(note: I had to wrap my HTML elements in a block-level HTML container, i.e. a div or span tag.)

--

Working with Mozilla's implementation of the DOM:

http://developer.mozilla.org/en/docs/...

--

Responding to the page load event:

http://developer.mozilla.org/en/docs/...

(note: you can just add Javascript within <script> tags in you firefox overlay XUL document)

--

Targeting links to the browser's main content area:

http://devedge-temp.mozilla.org/views...

(note: the page is pretty long and probably very out of date, but setting target="_content" worked for me.)
 
silly I’m amused
Inappropriate?
3 people like this idea

User_default_medium