mailing dynamic content

W

Ward Germonpé

Hi,

I have php generate a table with some data in frame["main"].

In frame["top"] I want a button that sends frame["main"] to a userdefinable
emailaddress.

Is there a quick way to do this or do I really have to go
"sessionvariables/serverside" ? Some javascript magic ?

Cause I noticed that IE allows sending a html page through mail and
Firebird doesn't. As I use frames in my webapp, the page that IE sends is
empty.



thx


Ward
 
R

rf

Ward Germonpé said:
Hi,

I have php generate a table with some data in frame["main"].

In frame["top"] I want a button that sends frame["main"] to a userdefinable
emailaddress.

Is there a quick way to do this or do I really have to go
"sessionvariables/serverside" ? Some javascript magic ?

Cause I noticed that IE allows sending a html page through mail and
Firebird doesn't. As I use frames in my webapp, the page that IE sends is
empty.

As you have found sending emails *must* be done server side to be reliable.
You have control over your server side processes. You have absolutely no
control over the client side configuration.

You also should not be using frames this century.

Cheers
Richard.
 
W

Ward Germonpé

Ward Germonpé said:
Hi,

I have php generate a table with some data in frame["main"].

In frame["top"] I want a button that sends frame["main"] to a userdefinable
emailaddress.

Is there a quick way to do this or do I really have to go
"sessionvariables/serverside" ? Some javascript magic ?

Cause I noticed that IE allows sending a html page through mail and
Firebird doesn't. As I use frames in my webapp, the page that IE
sends is empty.

As you have found sending emails *must* be done server side to be
reliable. You have control over your server side processes. You have
absolutely no control over the client side configuration.

You also should not be using frames this century.

Cheers
Richard.

It's strictly intranet, strictly IE6/outlook2000.
Part of the application is 'displaying fairly long lists'. Having them
scroll under the topframe (where the tableheaders are) is convenient.

Anyway thx for the effort.

Ward
 
R

rf

Ward Germonpé said:
Ward Germonpé said:
Hi,

I have php generate a table with some data in frame["main"].

In frame["top"] I want a button that sends frame["main"] to a userdefinable
emailaddress.

Is there a quick way to do this or do I really have to go
"sessionvariables/serverside" ? Some javascript magic ?

Cause I noticed that IE allows sending a html page through mail and
Firebird doesn't. As I use frames in my webapp, the page that IE
sends is empty.

As you have found sending emails *must* be done server side to be
reliable. You have control over your server side processes. You have
absolutely no control over the client side configuration.

You also should not be using frames this century.

Cheers
Richard.

It's strictly intranet, strictly IE6/outlook2000.

Then you should have mentioned this in your original post. Answers for an
intranet are vastly different to asnwers for the internet. Besides, in your
OP you mention Firebird. Does Firebird fit into this strictly intranet,
strictly IE6 scenario?
Part of the application is 'displaying fairly long lists'. Having them
scroll under the topframe (where the tableheaders are) is convenient.

Er, what?
Anyway thx for the effort.

No problem

Cheers
Richard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top