Dian Chapman wrote:

>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')%>'>")%>
>  
>
You are already in a vbscript section, so no need for the opening tags 
again.

<%Response.Write("<a 
href=""http://usmsrv1/usm_faq/pages/TeamUSM_ProfileDisplay.asp?ID="; & RS
('ProfileID') & """>")%>


Cheers,

manzo


------------------------ 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

<*> 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/
 

Reply via email to