Mhtml
08-10-2002, 03:01 AM
Well, I'm hosted on brinkster for free and they don't offer cdo to free users so I'm trying to work around it by sending the form contents to a text file.
I can do the sending of the form info to the text file but I need to know when there are new messages so this is what I need to do:
1. on my default homepage which is on my harddrive I plan to have an iFrame which opens up a page on my brinkster site.
2. I need that page to check if there are new messages.
I figured that If on the form page I had a script which changed a variable to say NewMessage = Yes then all I'd have to do is access that variable, but how would I store that variable in a place so that I could access it?
I can do the sending of the form info to the text file but I need to know when there are new messages so this is what I need to do:
1. on my default homepage which is on my harddrive I plan to have an iFrame which opens up a page on my brinkster site.
2. I need that page to check if there are new messages.
I figured that If on the form page I had a script which changed a variable to say NewMessage = Yes then all I'd have to do is access that variable, but how would I store that variable in a place so that I could access it?