473,581 Members | 2,307 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Getting HTML in Yahoo?

In Yahoo mail, I click the Inbox link and see my messages. If I view
source, I don't have HTML which contains the URL of each message. The
source HTML contains javascripting and framesets. This is different from
what I am seeing.

If I right click on a message link and select "copy shortcut", I can paste
this link into my browser. This brings me to my message. If I view source,
once again, it is javascript and framesets. How do I get at the HTML that
is making all the tables and contains the images I'm seeing?

Accessing IE DOM is a possibility but won't that just give me access to the
javascripting and framsets since that is all the client has (remember what
is seen in view souce)? I know the HTML has to be accessible somehow.
Otherise, you wouldn't see it...right?

Sorry if this is the wrong group. If so, can some one point me in the right
direction?

Thanks,
Brett
Jul 23 '05 #1
11 1956
moi
There is HTML in the Yahoo mail files. It starts at:

<!-- type = text -->

it ends at:

<!-- toctype = X-unknown -->

I made a simple .exe which extracts the HTML and saves it into a new file.
It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip

Only problem is that Yahoo also changes original hyperlinks by adding their
own stuff so you should handle that with Search & Replace in a text editor.



"Brett" <no@spam.net> schreef in bericht
news:D6******** ************@rc n.net...
In Yahoo mail, I click the Inbox link and see my messages. If I view
source, I don't have HTML which contains the URL of each message. The
source HTML contains javascripting and framesets. This is different from
what I am seeing.

If I right click on a message link and select "copy shortcut", I can paste
this link into my browser. This brings me to my message. If I view
source, once again, it is javascript and framesets. How do I get at the
HTML that is making all the tables and contains the images I'm seeing?

Accessing IE DOM is a possibility but won't that just give me access to
the javascripting and framsets since that is all the client has (remember
what is seen in view souce)? I know the HTML has to be accessible
somehow. Otherise, you wouldn't see it...right?

Sorry if this is the wrong group. If so, can some one point me in the
right direction?

Thanks,
Brett

Jul 23 '05 #2
Can you post the code and explain how you are getting past the frameset to
get the HTML?

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
There is HTML in the Yahoo mail files. It starts at:

<!-- type = text -->

it ends at:

<!-- toctype = X-unknown -->

I made a simple .exe which extracts the HTML and saves it into a new file.
It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip

Only problem is that Yahoo also changes original hyperlinks by adding
their own stuff so you should handle that with Search & Replace in a text
editor.



"Brett" <no@spam.net> schreef in bericht
news:D6******** ************@rc n.net...
In Yahoo mail, I click the Inbox link and see my messages. If I view
source, I don't have HTML which contains the URL of each message. The
source HTML contains javascripting and framesets. This is different
from what I am seeing.

If I right click on a message link and select "copy shortcut", I can
paste this link into my browser. This brings me to my message. If I
view source, once again, it is javascript and framesets. How do I get
at the HTML that is making all the tables and contains the images I'm
seeing?

Accessing IE DOM is a possibility but won't that just give me access to
the javascripting and framsets since that is all the client has (remember
what is seen in view souce)? I know the HTML has to be accessible
somehow. Otherise, you wouldn't see it...right?

Sorry if this is the wrong group. If so, can some one point me in the
right direction?

Thanks,
Brett


Jul 23 '05 #3
moi

I just let the program read until the opening tag. From there it starts
writing the output file until it finds the closing tag. I don't get past
framesets or whatever - the HTML-file is treated like a text-file.
I made the tool in C++, but it can also be done in VB or any other language.
The code is at http://www.geocities.com/smplprgrsrc.../YMAIL_src.zip

"Brett" <no@spam.net> schreef in bericht
news:fP******** ************@rc n.net...
Can you post the code and explain how you are getting past the frameset to
get the HTML?

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
There is HTML in the Yahoo mail files. It starts at:

<!-- type = text -->

it ends at:

<!-- toctype = X-unknown -->

I made a simple .exe which extracts the HTML and saves it into a new
file.
It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip

Only problem is that Yahoo also changes original hyperlinks by adding
their own stuff so you should handle that with Search & Replace in a text
editor.



"Brett" <no@spam.net> schreef in bericht
news:D6******** ************@rc n.net...
In Yahoo mail, I click the Inbox link and see my messages. If I view
source, I don't have HTML which contains the URL of each message. The
source HTML contains javascripting and framesets. This is different
from what I am seeing.

If I right click on a message link and select "copy shortcut", I can
paste this link into my browser. This brings me to my message. If I
view source, once again, it is javascript and framesets. How do I get
at the HTML that is making all the tables and contains the images I'm
seeing?

Accessing IE DOM is a possibility but won't that just give me access to
the javascripting and framsets since that is all the client has
(remember what is seen in view souce)? I know the HTML has to be
accessible somehow. Otherise, you wouldn't see it...right?

Sorry if this is the wrong group. If so, can some one point me in the
right direction?

Thanks,
Brett



Jul 23 '05 #4
Thanks.

First is the frameset. From there you can follow a frame source link but
that will just kick you back into the frameset. I don't understand how you
are keeping from getting kicked back into the frameset???

You have the message Inbox page open, you write the output file, which is a
frameset. How do you follow a message URL, since that is not in the
frameset? Or do you get that far?

Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...

I just let the program read until the opening tag. From there it starts
writing the output file until it finds the closing tag. I don't get past
framesets or whatever - the HTML-file is treated like a text-file.
I made the tool in C++, but it can also be done in VB or any other
language.
The code is at http://www.geocities.com/smplprgrsrc.../YMAIL_src.zip

"Brett" <no@spam.net> schreef in bericht
news:fP******** ************@rc n.net...
Can you post the code and explain how you are getting past the frameset
to get the HTML?

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
There is HTML in the Yahoo mail files. It starts at:

<!-- type = text -->

it ends at:

<!-- toctype = X-unknown -->

I made a simple .exe which extracts the HTML and saves it into a new
file.
It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip

Only problem is that Yahoo also changes original hyperlinks by adding
their own stuff so you should handle that with Search & Replace in a
text editor.



"Brett" <no@spam.net> schreef in bericht
news:D6******** ************@rc n.net...
In Yahoo mail, I click the Inbox link and see my messages. If I view
source, I don't have HTML which contains the URL of each message. The
source HTML contains javascripting and framesets. This is different
from what I am seeing.

If I right click on a message link and select "copy shortcut", I can
paste this link into my browser. This brings me to my message. If I
view source, once again, it is javascript and framesets. How do I get
at the HTML that is making all the tables and contains the images I'm
seeing?

Accessing IE DOM is a possibility but won't that just give me access to
the javascripting and framsets since that is all the client has
(remember what is seen in view souce)? I know the HTML has to be
accessible somehow. Otherise, you wouldn't see it...right?

Sorry if this is the wrong group. If so, can some one point me in the
right direction?

Thanks,
Brett



Jul 23 '05 #5
moi
I don't have to deal with framesets. I only use plain text in the file.
All I do is read the saved Yahoo file text line by text line. If the begin
tag is found, it starts writing to a new file, until the end tag.
This has just nothing to do with HTML, it's all about reading text files and
writing text files.
So the program only finds and writes the original HTML-code that is found in
the Yahoo-mail-file.

"Brett" <no@spam.net> schreef in bericht
news:pp******** ************@rc n.net...
Thanks.

First is the frameset. From there you can follow a frame source link but
that will just kick you back into the frameset. I don't understand how
you are keeping from getting kicked back into the frameset???

You have the message Inbox page open, you write the output file, which is
a frameset. How do you follow a message URL, since that is not in the
frameset? Or do you get that far?

Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...

I just let the program read until the opening tag. From there it starts
writing the output file until it finds the closing tag. I don't get past
framesets or whatever - the HTML-file is treated like a text-file.
I made the tool in C++, but it can also be done in VB or any other
language.
The code is at http://www.geocities.com/smplprgrsrc.../YMAIL_src.zip

"Brett" <no@spam.net> schreef in bericht
news:fP******** ************@rc n.net...
Can you post the code and explain how you are getting past the frameset
to get the HTML?

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
There is HTML in the Yahoo mail files. It starts at:

<!-- type = text -->

it ends at:

<!-- toctype = X-unknown -->

I made a simple .exe which extracts the HTML and saves it into a new
file.
It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip

Only problem is that Yahoo also changes original hyperlinks by adding
their own stuff so you should handle that with Search & Replace in a
text editor.



"Brett" <no@spam.net> schreef in bericht
news:D6******** ************@rc n.net...
> In Yahoo mail, I click the Inbox link and see my messages. If I view
> source, I don't have HTML which contains the URL of each message. The
> source HTML contains javascripting and framesets. This is different
> from what I am seeing.
>
> If I right click on a message link and select "copy shortcut", I can
> paste this link into my browser. This brings me to my message. If I
> view source, once again, it is javascript and framesets. How do I
> get at the HTML that is making all the tables and contains the images
> I'm seeing?
>
> Accessing IE DOM is a possibility but won't that just give me access
> to the javascripting and framsets since that is all the client has
> (remember what is seen in view souce)? I know the HTML has to be
> accessible somehow. Otherise, you wouldn't see it...right?
>
> Sorry if this is the wrong group. If so, can some one point me in the
> right direction?
>
> Thanks,
> Brett
>



Jul 23 '05 #6
Maybe we are talking about completely different things. Here is what I'm
referring to:

1. log into yahoo mail
2. click inbox link
3. download this page with message URLs in it

Step #3 can't be done. If you download that page via IE, it will download a
small page with javascript in it. You can then open the local saved page,
which has a javascript URL redirect. This displays your Inbox message list
by referencing Yahoo.com. Although it all looks like it is still on your
hard drive. It will last about 24 hours before the session expires.

"All I do is read the saved Yahoo file text line by text line." Again, this
is a URL redirect back to the online version of your Inbox.

Perhaps you could explain your process in some step by step detail and that
may clear it up for me. I'd appreciate if you could because I really don't
understand.

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
I don't have to deal with framesets. I only use plain text in the file.
All I do is read the saved Yahoo file text line by text line. If the begin
tag is found, it starts writing to a new file, until the end tag.
This has just nothing to do with HTML, it's all about reading text files
and writing text files.
So the program only finds and writes the original HTML-code that is found
in the Yahoo-mail-file.

"Brett" <no@spam.net> schreef in bericht
news:pp******** ************@rc n.net...
Thanks.

First is the frameset. From there you can follow a frame source link but
that will just kick you back into the frameset. I don't understand how
you are keeping from getting kicked back into the frameset???

You have the message Inbox page open, you write the output file, which is
a frameset. How do you follow a message URL, since that is not in the
frameset? Or do you get that far?

Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...

I just let the program read until the opening tag. From there it starts
writing the output file until it finds the closing tag. I don't get past
framesets or whatever - the HTML-file is treated like a text-file.
I made the tool in C++, but it can also be done in VB or any other
language.
The code is at http://www.geocities.com/smplprgrsrc.../YMAIL_src.zip

"Brett" <no@spam.net> schreef in bericht
news:fP******** ************@rc n.net...
Can you post the code and explain how you are getting past the frameset
to get the HTML?

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
> There is HTML in the Yahoo mail files. It starts at:
>
> <!-- type = text -->
>
> it ends at:
>
> <!-- toctype = X-unknown -->
>
> I made a simple .exe which extracts the HTML and saves it into a new
> file.
> It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip
>
> Only problem is that Yahoo also changes original hyperlinks by adding
> their own stuff so you should handle that with Search & Replace in a
> text editor.
>
>
>
>
>
>
>
> "Brett" <no@spam.net> schreef in bericht
> news:D6******** ************@rc n.net...
>> In Yahoo mail, I click the Inbox link and see my messages. If I view
>> source, I don't have HTML which contains the URL of each message.
>> The source HTML contains javascripting and framesets. This is
>> different from what I am seeing.
>>
>> If I right click on a message link and select "copy shortcut", I can
>> paste this link into my browser. This brings me to my message. If I
>> view source, once again, it is javascript and framesets. How do I
>> get at the HTML that is making all the tables and contains the images
>> I'm seeing?
>>
>> Accessing IE DOM is a possibility but won't that just give me access
>> to the javascripting and framsets since that is all the client has
>> (remember what is seen in view souce)? I know the HTML has to be
>> accessible somehow. Otherise, you wouldn't see it...right?
>>
>> Sorry if this is the wrong group. If so, can some one point me in
>> the right direction?
>>
>> Thanks,
>> Brett
>>
>
>



Jul 23 '05 #7
moi
Imagine, in my Yahoo mailbox is a message from you, no@spam.net

When I right click on that link in my Yahoo-inbox, I choose: Save Target As

I save the hole bunche as 'C:\mailtodo.ht ml'

Then I use my app and type on Command Prompt:

C:\YMAIL C:\mailtodo.htm l C:\yahoomailout .html

After that, I can open and further design C:\yahoomailout .html, which is the
original HTML.


"Brett" <no@spam.net> schreef in bericht
news:c6******** ************@rc n.net...
Maybe we are talking about completely different things. Here is what I'm
referring to:

1. log into yahoo mail
2. click inbox link
3. download this page with message URLs in it

Step #3 can't be done. If you download that page via IE, it will download
a small page with javascript in it. You can then open the local saved
page, which has a javascript URL redirect. This displays your Inbox
message list by referencing Yahoo.com. Although it all looks like it is
still on your hard drive. It will last about 24 hours before the session
expires.

"All I do is read the saved Yahoo file text line by text line." Again,
this is a URL redirect back to the online version of your Inbox.

Perhaps you could explain your process in some step by step detail and
that may clear it up for me. I'd appreciate if you could because I really
don't understand.

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
I don't have to deal with framesets. I only use plain text in the file.
All I do is read the saved Yahoo file text line by text line. If the
begin tag is found, it starts writing to a new file, until the end tag.
This has just nothing to do with HTML, it's all about reading text files
and writing text files.
So the program only finds and writes the original HTML-code that is found
in the Yahoo-mail-file.

"Brett" <no@spam.net> schreef in bericht
news:pp******** ************@rc n.net...
Thanks.

First is the frameset. From there you can follow a frame source link
but that will just kick you back into the frameset. I don't understand
how you are keeping from getting kicked back into the frameset???

You have the message Inbox page open, you write the output file, which
is a frameset. How do you follow a message URL, since that is not in
the frameset? Or do you get that far?

Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...

I just let the program read until the opening tag. From there it starts
writing the output file until it finds the closing tag. I don't get
past framesets or whatever - the HTML-file is treated like a text-file.
I made the tool in C++, but it can also be done in VB or any other
language.
The code is at http://www.geocities.com/smplprgrsrc.../YMAIL_src.zip

"Brett" <no@spam.net> schreef in bericht
news:fP******** ************@rc n.net...
> Can you post the code and explain how you are getting past the
> frameset to get the HTML?
>
> Thanks,
> Brett
>
> "moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
> news:d4******** **@reader13.wxs .nl...
>> There is HTML in the Yahoo mail files. It starts at:
>>
>> <!-- type = text -->
>>
>> it ends at:
>>
>> <!-- toctype = X-unknown -->
>>
>> I made a simple .exe which extracts the HTML and saves it into a new
>> file.
>> It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip
>>
>> Only problem is that Yahoo also changes original hyperlinks by adding
>> their own stuff so you should handle that with Search & Replace in a
>> text editor.
>>
>>
>>
>>
>>
>>
>>
>> "Brett" <no@spam.net> schreef in bericht
>> news:D6******** ************@rc n.net...
>>> In Yahoo mail, I click the Inbox link and see my messages. If I
>>> view source, I don't have HTML which contains the URL of each
>>> message. The source HTML contains javascripting and framesets.
>>> This is different from what I am seeing.
>>>
>>> If I right click on a message link and select "copy shortcut", I can
>>> paste this link into my browser. This brings me to my message. If
>>> I view source, once again, it is javascript and framesets. How do
>>> I get at the HTML that is making all the tables and contains the
>>> images I'm seeing?
>>>
>>> Accessing IE DOM is a possibility but won't that just give me access
>>> to the javascripting and framsets since that is all the client has
>>> (remember what is seen in view souce)? I know the HTML has to be
>>> accessible somehow. Otherise, you wouldn't see it...right?
>>>
>>> Sorry if this is the wrong group. If so, can some one point me in
>>> the right direction?
>>>
>>> Thanks,
>>> Brett
>>>
>>
>>
>
>



Jul 23 '05 #8
It seems this is not completely programmatic than. I want to
programmaticall y do the right click (or something that mimicks this) in your
first step. Yes - it is easy enough to right click and save target as.
However, I need to programmaticall y gather those message URLs in the Inbox.
That doesn't seem to be something you are doing. I see you are doing it but
only after you have right clicked, which involves user intervention and what
I want to avoid.
"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
Imagine, in my Yahoo mailbox is a message from you, no@spam.net

When I right click on that link in my Yahoo-inbox, I choose: Save Target
As

I save the hole bunche as 'C:\mailtodo.ht ml'

Then I use my app and type on Command Prompt:

C:\YMAIL C:\mailtodo.htm l C:\yahoomailout .html

After that, I can open and further design C:\yahoomailout .html, which is
the original HTML.


"Brett" <no@spam.net> schreef in bericht
news:c6******** ************@rc n.net...
Maybe we are talking about completely different things. Here is what I'm
referring to:

1. log into yahoo mail
2. click inbox link
3. download this page with message URLs in it

Step #3 can't be done. If you download that page via IE, it will
download a small page with javascript in it. You can then open the local
saved page, which has a javascript URL redirect. This displays your
Inbox message list by referencing Yahoo.com. Although it all looks like
it is still on your hard drive. It will last about 24 hours before the
session expires.

"All I do is read the saved Yahoo file text line by text line." Again,
this is a URL redirect back to the online version of your Inbox.

Perhaps you could explain your process in some step by step detail and
that may clear it up for me. I'd appreciate if you could because I
really don't understand.

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
I don't have to deal with framesets. I only use plain text in the file.
All I do is read the saved Yahoo file text line by text line. If the
begin tag is found, it starts writing to a new file, until the end tag.
This has just nothing to do with HTML, it's all about reading text files
and writing text files.
So the program only finds and writes the original HTML-code that is
found in the Yahoo-mail-file.

"Brett" <no@spam.net> schreef in bericht
news:pp******** ************@rc n.net...
Thanks.

First is the frameset. From there you can follow a frame source link
but that will just kick you back into the frameset. I don't understand
how you are keeping from getting kicked back into the frameset???

You have the message Inbox page open, you write the output file, which
is a frameset. How do you follow a message URL, since that is not in
the frameset? Or do you get that far?

Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
>
> I just let the program read until the opening tag. From there it
> starts writing the output file until it finds the closing tag. I don't
> get past framesets or whatever - the HTML-file is treated like a
> text-file.
> I made the tool in C++, but it can also be done in VB or any other
> language.
> The code is at
> http://www.geocities.com/smplprgrsrc.../YMAIL_src.zip
>
>
>
> "Brett" <no@spam.net> schreef in bericht
> news:fP******** ************@rc n.net...
>> Can you post the code and explain how you are getting past the
>> frameset to get the HTML?
>>
>> Thanks,
>> Brett
>>
>> "moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
>> news:d4******** **@reader13.wxs .nl...
>>> There is HTML in the Yahoo mail files. It starts at:
>>>
>>> <!-- type = text -->
>>>
>>> it ends at:
>>>
>>> <!-- toctype = X-unknown -->
>>>
>>> I made a simple .exe which extracts the HTML and saves it into a new
>>> file.
>>> It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip
>>>
>>> Only problem is that Yahoo also changes original hyperlinks by
>>> adding their own stuff so you should handle that with Search &
>>> Replace in a text editor.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> "Brett" <no@spam.net> schreef in bericht
>>> news:D6******** ************@rc n.net...
>>>> In Yahoo mail, I click the Inbox link and see my messages. If I
>>>> view source, I don't have HTML which contains the URL of each
>>>> message. The source HTML contains javascripting and framesets. This
>>>> is different from what I am seeing.
>>>>
>>>> If I right click on a message link and select "copy shortcut", I
>>>> can paste this link into my browser. This brings me to my message.
>>>> If I view source, once again, it is javascript and framesets. How
>>>> do I get at the HTML that is making all the tables and contains the
>>>> images I'm seeing?
>>>>
>>>> Accessing IE DOM is a possibility but won't that just give me
>>>> access to the javascripting and framsets since that is all the
>>>> client has (remember what is seen in view souce)? I know the HTML
>>>> has to be accessible somehow. Otherise, you wouldn't see
>>>> it...right?
>>>>
>>>> Sorry if this is the wrong group. If so, can some one point me in
>>>> the right direction?
>>>>
>>>> Thanks,
>>>> Brett
>>>>
>>>
>>>
>>
>>
>
>



Jul 23 '05 #9
moi
Yes, it is completely programmatic, only you bring up your second question
now, because the first question was about 'text files'.
But now I guess you want to have incoming mails being modified before
they're even read.
That script I can't write.

"Brett" <no@spam.net> schreef in bericht
news:-L************** ******@rcn.net. ..
It seems this is not completely programmatic than. I want to
programmaticall y do the right click (or something that mimicks this) in
your first step. Yes - it is easy enough to right click and save target
as. However, I need to programmaticall y gather those message URLs in the
Inbox. That doesn't seem to be something you are doing. I see you are
doing it but only after you have right clicked, which involves user
intervention and what I want to avoid.
"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
Imagine, in my Yahoo mailbox is a message from you, no@spam.net

When I right click on that link in my Yahoo-inbox, I choose: Save Target
As

I save the hole bunche as 'C:\mailtodo.ht ml'

Then I use my app and type on Command Prompt:

C:\YMAIL C:\mailtodo.htm l C:\yahoomailout .html

After that, I can open and further design C:\yahoomailout .html, which is
the original HTML.


"Brett" <no@spam.net> schreef in bericht
news:c6******** ************@rc n.net...
Maybe we are talking about completely different things. Here is what I'm
referring to:

1. log into yahoo mail
2. click inbox link
3. download this page with message URLs in it

Step #3 can't be done. If you download that page via IE, it will
download a small page with javascript in it. You can then open the
local saved page, which has a javascript URL redirect. This displays
your Inbox message list by referencing Yahoo.com. Although it all looks
like it is still on your hard drive. It will last about 24 hours before
the session expires.

"All I do is read the saved Yahoo file text line by text line." Again,
this is a URL redirect back to the online version of your Inbox.

Perhaps you could explain your process in some step by step detail and
that may clear it up for me. I'd appreciate if you could because I
really don't understand.

Thanks,
Brett

"moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
news:d4******** **@reader13.wxs .nl...
I don't have to deal with framesets. I only use plain text in the file.
All I do is read the saved Yahoo file text line by text line. If the
begin tag is found, it starts writing to a new file, until the end tag.
This has just nothing to do with HTML, it's all about reading text
files and writing text files.
So the program only finds and writes the original HTML-code that is
found in the Yahoo-mail-file.

"Brett" <no@spam.net> schreef in bericht
news:pp******** ************@rc n.net...
> Thanks.
>
> First is the frameset. From there you can follow a frame source link
> but that will just kick you back into the frameset. I don't
> understand how you are keeping from getting kicked back into the
> frameset???
>
> You have the message Inbox page open, you write the output file, which
> is a frameset. How do you follow a message URL, since that is not in
> the frameset? Or do you get that far?
>
> Brett
>
> "moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
> news:d4******** **@reader13.wxs .nl...
>>
>> I just let the program read until the opening tag. From there it
>> starts writing the output file until it finds the closing tag. I
>> don't get past framesets or whatever - the HTML-file is treated like
>> a text-file.
>> I made the tool in C++, but it can also be done in VB or any other
>> language.
>> The code is at
>> http://www.geocities.com/smplprgrsrc.../YMAIL_src.zip
>>
>>
>>
>> "Brett" <no@spam.net> schreef in bericht
>> news:fP******** ************@rc n.net...
>>> Can you post the code and explain how you are getting past the
>>> frameset to get the HTML?
>>>
>>> Thanks,
>>> Brett
>>>
>>> "moi" <coffeecop@_NOS PAM_planet.nl> wrote in message
>>> news:d4******** **@reader13.wxs .nl...
>>>> There is HTML in the Yahoo mail files. It starts at:
>>>>
>>>> <!-- type = text -->
>>>>
>>>> it ends at:
>>>>
>>>> <!-- toctype = X-unknown -->
>>>>
>>>> I made a simple .exe which extracts the HTML and saves it into a
>>>> new file.
>>>> It's here: http://www.geocities.com/smplprgrsrc/files/YMAIL.zip
>>>>
>>>> Only problem is that Yahoo also changes original hyperlinks by
>>>> adding their own stuff so you should handle that with Search &
>>>> Replace in a text editor.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> "Brett" <no@spam.net> schreef in bericht
>>>> news:D6******** ************@rc n.net...
>>>>> In Yahoo mail, I click the Inbox link and see my messages. If I
>>>>> view source, I don't have HTML which contains the URL of each
>>>>> message. The source HTML contains javascripting and framesets.
>>>>> This is different from what I am seeing.
>>>>>
>>>>> If I right click on a message link and select "copy shortcut", I
>>>>> can paste this link into my browser. This brings me to my
>>>>> message. If I view source, once again, it is javascript and
>>>>> framesets. How do I get at the HTML that is making all the
>>>>> tables and contains the images I'm seeing?
>>>>>
>>>>> Accessing IE DOM is a possibility but won't that just give me
>>>>> access to the javascripting and framsets since that is all the
>>>>> client has (remember what is seen in view souce)? I know the
>>>>> HTML has to be accessible somehow. Otherise, you wouldn't see
>>>>> it...right?
>>>>>
>>>>> Sorry if this is the wrong group. If so, can some one point me in
>>>>> the right direction?
>>>>>
>>>>> Thanks,
>>>>> Brett
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
7968
by: dan glenn | last post by:
hi. I want to code a 'preview' function into a guestbook entry page. I can do it with a button that posts, bringing up a whole new page showing a preview of what has been entered, and then the user could hit a 'return to entry form' button or some-such and go back to the form. But what I want to do instead is just use an HTML link with some...
1
5742
by: Mohan | last post by:
Hi All, I am using web browser control in a VB 6.0 client server application to print reports. I am writing the report into a HTML file and displays the report to the user using the code, webbrowsercontrol.navigate2 "path of the html file" method. When the user clicks command button on the VB form to print the report I am using the...
17
4666
by: John Hunter | last post by:
I have a largish data set (1000 observations x 100 floating point variables), and some of the of the data are missing. I want to try a variety of clustering, neural network, etc, algorithms on the data, and to keep life simple I want to reduce the dimensions of the matrix so that I have no missing values, since not all the algorithms are...
2
11303
by: Bhavin G | last post by:
Hi there , I am pretty new at javascripting and i am having this huge problem. I am using asp.net and C# webapplication. In my asp.net aspx file I have a place holder for taking an html table dynamically. I create a html table Time | Data1 | Data2 | Data3 type, in which the columns are not fixed, hence i am building it dynamically in c#...
37
12715
by: ajay | last post by:
How to make a web page getting refreshed after a given time interval automatically. HTML Code plz. Tx Ajay
4
1801
by: Larry Tate | last post by:
I am wanting to get those cool html error pages that ms produces when I hit an error in asp.net. For instance, when I get a compilation error I get an html error page that shows me the Description: Compiler Error Message: Source Error: Source File: The main thing I want is the Source Error. This give me a few lines of the
2
2998
by: PHP_Paul | last post by:
Ok, I'm trying to poineer into the wonderful area of PHP/MySQL programming, but I'm having some difficulties. http://www.paulhq.com/php/freepage.html should register, but when anyone fills something out, it returns a MySQL error: Could not insert data because You have an error in your SQL syntax; check the manual that corresponds to your MySQL...
10
2447
by: gentsquash | last post by:
Can javascript (easily) produce a click from the PC-speaker? This is the speaker that is (well, used to be) directly on the CPU-card and was -I believe- intended to give feedback to the typist, making a click-sound on each keypress. On Unix/Linux/MacOSX systems, you can hear this click by typing ^g (control g) into a shell/terminal. This is...
1
2795
by: srinivasan srinivas | last post by:
HI, I am using Solaris and subprocess.Popen to spawn a process on a remote machine. Thanks, Srini ----- Original Message ---- From:Diez B. Roggisch <deets@nospam.web.de> To: python-list@python.org
0
7868
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7792
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8149
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8304
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7899
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6553
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5674
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5364
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3827
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.