Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Response.write statement to handle href
Hi,
I need to write a reponse.write statement of the following:
<A HREF="default.htm">Click Here to try again</A>
However, I am not clear about the syntax to handle this. I appreciate any
help.
Thanks.

Report this thread to moderator Post Follow-up to this message
Old Post
Jack
12-27-04 08:55 AM


Re: Response.write statement to handle href
You don't say what language you're using for ASP, so vbscript would be

response.write "<A HREF=""default.htm"">Click Here to try again</A>"

but since this just appears to be static text you could just take it
out of the code block

%>
<A HREF="default.htm">Click Here to try again</A>
<%


tim



"Jack" <Jack@discussions.microsoft.com> wrote in message
news:BCF4B2E2-79E7-4A78-B6FF-53F0C3258F8A@microsoft.com...
> Hi,
> I need to write a reponse.write statement of the following:
> <A HREF="default.htm">Click Here to try again</A>
> However, I am not clear about the syntax to handle this. I
> appreciate any
> help.
> Thanks.



Report this thread to moderator Post Follow-up to this message
Old Post
Tim Williams
12-27-04 08:55 AM


Re: Response.write statement to handle href
Tim,
Thanks for your help. Regards.

"Tim Williams" wrote:

> You don't say what language you're using for ASP, so vbscript would be
>
> response.write "<A HREF=""default.htm"">Click Here to try again</A>"
>
> but since this just appears to be static text you could just take it
> out of the code block
>
> %>
> <A HREF="default.htm">Click Here to try again</A>
> <%
>
>
> tim
>
>
>
> "Jack" <Jack@discussions.microsoft.com> wrote in message
> news:BCF4B2E2-79E7-4A78-B6FF-53F0C3258F8A@microsoft.com... 
>
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
Jack
12-28-04 01:55 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

ASP archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 08:28 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.