Everyone knows yahoo mail. When you just logged on to your account you see on the page "You have 0 unread messages". I just womdered is there any way how can i find something on the page using javascript and return as variable. So what i've done is:
1. I have a frame with src="http://mail.yahoo.com"
2. every 10 seconds it refreshes iframe
Now i need to find in the content of iframe that "simple number" and display it on the title.
Example @ http://www.geocities.com/cppforlife/projects/html/yahoo.html
thanks everyone...