Return + &?

wxdqz

New Member
:confused:
I am working on a "mailto" form where on and the code is currently:
<form name="form1" method="post" action="mailto:[email protected]?subject+Literature Request enctype="text/plain"">

<B>when I hit "submit" from my mac, it comes over nice and easy to read.
ie:</B>
Corporate Profile=5
StretchFlex=5
2001 Annual Report=5
StretchFlex 5L-I (Machine)=5
We're on the Web=5
StretchFlex 5L-II (Machine)=5
Intertape University=5
StretchFlex - III=5
Technical Svc. Tape Help Desk=5
StretchFlex 5L-SSC=4

submitted from a PC it comes out like this:
Corporate+Profile=3&StretchFlex=3&2001+Annual+Report=3&StretchFlex+5L-I+%28Machine%29=3&We%27re+on+the+Web=3&StretchFlex+5L-II+%28Machine%29=&Intertape+University=&StretchFlex+-+III=3&Technical+Svc.+Tape+Help+Desk=3&StretchFlex+5L-SSC=3&800+Customer+Service+Cards=3&StretchFlex-5L+HW+I=3&StretchFlex+-+HW+II=3&Carton+Sealing+Tape+Product+Guide=3


Any clues on how I can get the ones submitted via pc to look the same as the one from a mac????? It seems that if all the "&" symbols were actual returns, it would be all I need. Is there a way to do this???

Thanks.
 
Top