PDA

View Full Version : e-mail subject from sub heading


Tonz
09-16-2002, 12:28 AM
I am wondering if I can add the subject for an e-mail from a sub heading in a <tr>

For example...


<tr>
<td>This is the sub heading</td>
<td>Some info about the sub heading</td>
<td><a href="mailto:myemailaddy:?this is the same info as the sub heading ">Click here for more info</a></td>
</tr>

Whatever is in the first table cell is then automaticly added to the subject in the mailto link.

________________

OR

______________

Can I pass the sub heading info into a form?

Many thanx

Tonz:cool:

glenngv
09-16-2002, 02:15 AM
is this dynamically generated? if you are using a server-side language, you can just insert the variable in the link.

Tonz
09-16-2002, 02:31 AM
No - its client side, hence the search for a java script solution.

The client is updating themselves and I wanted to make it as easy as possible.

Tonz:cool:

Tonz
09-16-2002, 09:50 PM
Any one.......

............Pleaze


Tonz:confused: