Hello !
after a web page loaded, my c++ application analyses the Dom. Some href
links look like this :
"<a href="javascript:DisplayPopUp('shelf/ZoomCover.asp?SomeArguments')">..."

Because the above link is in javascript, i'd like to call the javascript
function "DisplayPopUp" with its arguments
in my c++ application, in order to resolve the href.

I had a look in the "javascript reference implementation" on the mozilla web
site and i didn't understand all of the document.
I saw i could execute a script ... but i don't know how to call a javascript
function in my C++ app.

Any idea ?

The last question : is there any way to simulate a javascript "onclick"
event ?

Thank you.
-- 
B�atrice Philippe

[EMAIL PROTECTED]


_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to