开发者

Using Html DOM in firefox plug-in?

开发者 https://www.devze.com 2023-01-16 08:05 出处:网络
Can you use Html DOM in f开发者_如何学Goirefox plug in to... 1) write/Auto fill in a form? 2) Read values in label? Textboxes? And use them in your program?In Firefox, the current document is access

Can you use Html DOM in f开发者_如何学Goirefox plug in to...

1) write/Auto fill in a form?

2) Read values in label? Textboxes? And use them in your program?


In Firefox, the current document is accessible in JavaScript by content.document and from there you can do anything you would do in JavaScript on the page itself.

0

精彩评论

暂无评论...
验证码 换一张
取 消