I was trying to alter a text area's value from empty into "Type here"
where the web page is not part of the extension (say Google.com and
"Text Here" appears in the text box).

This is my content script:

document.getElementsByName('q').value = "vvvvvvvvvvvvvvv";

--- thats it, where q is the name of the google text box.

And the manifest.js is correctly configured.

Could anyone help? :)

Thank you

--

You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to