 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
TinyTitan
Joined: 20 Jun 2007 Posts: 2
|
Posted: Mon Jun 25, 2007 12:33 pm Radio button popup MAILTO |
|
|
|
Hi y'all,
So I created a form for my work intranet, need an urgency level first chosen. If it is and real urgent matter it has to be brought to someone in person so when I choose Urgent in my radio buttons I want a popup reminding my users of this so I used this:
<input type="radio" name="Level" value="Note: If this is an extremely urgent matter please come see me ASAP."onClick="alert(value)">Urgent
In another radio I have:
<input type="radio" checked name="Level" value="Not urgent">Not urgent
So if I email this form using MAILTO I get it in plain text showing, in this case, I get "Level=Not urgent". Because it adds the value= in the Level text field. But my Urgent popup radio sends me "Level=Note: If this is an extremely urgent matter please come see me ASAP." And not "Level Urgent".
So the popup is sweet but how can I get the right message? BTW, at the moment I can only use this MAILTO and no php or cgi options.
Thanx a million
Tiny |
|
TinyTitan
Joined: 20 Jun 2007 Posts: 2
|
Posted: Tue Jun 26, 2007 4:07 am |
|
|
|
WoW, not one reply, I am not gonna fix this am I?
Maybe another side question to keep you own your toes.
This info, as I said, is sent to me as a plain text email. Can I also get the info sent to another web page at the same time? You know like have a data base that keeps all this info for reference? |
|
Pattons3rd

Joined: 28 Dec 2006 Posts: 1212 Location: Colorado
|
Posted: Tue Jun 26, 2007 5:10 am |
|
|
|
| I am not sure how this could be done without a server side language, but I don't know much about doing this on intranets. |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|