Try replacing the myRS("email") by the index number of the column in the
recordset, like myRS(4)Check that email is defined as a column in the table and or that at least it appears in the sql in the form select etc, etc1, emailaddress as email from tbl. To cut it short, check that email is referenced somewhere either in your code or in the table. Paul | -----Original Message----- | From: Conyers, Dwayne [mailto:[EMAIL PROTECTED] | Sent: Friday, January 09, 2004 12:18 AM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] A Homer Simpson Moment | | | I have a list of e-mail addresses coming from a recordset in | an ASP page. | | I want to display the addresses as hyperlinks. | | I tried the following syntax: | | <a href="mailto:<%=myRS("email")%>"><%=myRS("email")%></a> | | And I get an ASP error, "invalid number of arguments" | | It is apparently the quotes around the "email" arg. | | Any work arounds? | | Thanks. | | | === | Dwacon | www.dwacon.com | | ____ . The WDVL Discussion List from WDVL.COM . ____ | To Join wdvltalk, Send An Email To: | mailto:[EMAIL PROTECTED] | Send Your Posts | To: [EMAIL PROTECTED] | To set a personal password send an email to | [EMAIL PROTECTED] with the words: "set WDVLTALK | pw=yourpassword" in the body of the email. To change | subscription settings to the wdvltalk digest version: | http://wdvl.internet.com/WDVL/Forum/#sub | | ________________ http://www.wdvl.com _______________________ | | You are currently subscribed to wdvltalk as: | [EMAIL PROTECTED] To unsubscribe send a blank email to | %%email.unsub%% | | To unsubscribe via postal mail, please contact us at: | Jupitermedia Corp. | Attn: Discussion List Management | 475 Park Avenue South | New York, NY 10016 | | Please include the email address which you have been contacted with. | | | ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
