On Feb 7, 3:02 pm, "Chandrashekhar Sengupta" <[EMAIL PROTECTED]> wrote: > hi > Is there any API available to get the head information of a html page > which is currently loaded on the mozilla browser. i want to access the > html head information from a C program where i am using GtkMozEmbed to > load the page. How can i get the head information?
What do you mean? Content-Type: text/html X-Server-Message: "hello world" <html> <head> <script> document.firstChild.innerHTML="<title>hi</title>"; </script> </head> which of x-server message, script, or title do you want? _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
