Hello, I was wondering if it is possible to have, in the pop-up screen, where you have to put your friends e-mail adres, that your own name and e-mail is allready filled in?
quote: This is already a feature. . . . look at the bottom of this thread.
If I understand corneillie right what he wants is that in the form on pop_send_to_friend.asp, the sender's name and email adress is already filled into the form fields. For some reason I don't understand, this is *not* a default feature. I studied the code of pop_send_to_friend.asp and found that these fields (YName and YEmail) are empty and have to be filled by the user if strAuthType is set to "db". If strAuthType is set to "nt" these form fields do not appear but are passed as hidden fields and the name and email of the sender are shown as text instead. A bit strange...