Hi Dian, You have a <% %> mixed in with a Response.Write. Look at it like so:
<% Response.Write "value=<%=variableName%>" %> Can you see why that's invalid? There are nested ASP <% %> blocks. Try: <%Response.Write "<a href='http://usmsrv1/usm_faq/pages/TeamUSM_ProfileDisplay.asp?ID=" & RS("ProfileID") & "'>" %> Ray at work > -----Original Message----- > From: Dian Chapman [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 03, 2004 2:38 PM > To: [EMAIL PROTECTED] > Subject: [ASP] The evil "Quote" monster...rises it's head, AGAIN! > > Hi guys... > > I was REALLY doing fine...until I had to add the Response.Write into > the mix...now I'm lost (again...forever?) in the mad quote mix. > > Phuleez...someone tell me what I screwed up now? I'm getting > an "undetermined string constants" error...which is obvious, cos' I > can't figure out the string either...why should I except IIS to do it! > > Here's what I have that it doesn't like when I wrap with Response... > > <%Response.Write("<a > href='http://usmsrv1/usm_faq/pages/TeamUSM_ProfileDisplay.asp?ID=<%=RS > ('ProfileID')%>'>")%> > > TIA... > Dian ~ > (Still hoping the Quote light will go off someday) > > > > > ------------------------ Yahoo! Groups Sponsor > --------------------~--> > Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. > Now with Pop-Up Blocker. Get it for free! > http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM > -------------------------------------------------------------- > ------~-> > > -------------------------------------------------------------- > ------- > Home : http://groups.yahoo.com/group/active-server-pages > --------------------------------------------------------------------- > Post : [EMAIL PROTECTED] > Subscribe : [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > --------------------------------------------------------------------- > Yahoo! Groups Links > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
