473,387 Members | 1,492 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

syntax

Hi,

My asp syntax is very lacking, it seems the double quotes that have been
done by me are not what asp is looking for. Anyone that could correct my
faulty thinking would be thanked.

Priti

Response.Write " Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR>
<a href=" " http://www.hello.org " ">Back to the Home Page</a>"
Jul 19 '05 #1
8 2055
You have to double them right next to each other without a space in between:
Response.Write "Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR><a href=""http://www.hello.org"">Back to the Home
Page</a>"

Ray at work
"Priti" <pr***@low.com> wrote in message
news:xI*********************@news20.bellglobal.com ...
Hi,

My asp syntax is very lacking, it seems the double quotes that have been
done by me are not what asp is looking for. Anyone that could correct my
faulty thinking would be thanked.

Priti

Response.Write " Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR>
<a href=" " http://www.hello.org " ">Back to the Home Page</a>"

Jul 19 '05 #2
Or, you could use ' instead of ", or you could leave them out, as they're
not necessary.

(And if you want to discuss the religious side of whether they're necessary,
please take it to an HTML group!)

;-)

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:u1**************@TK2MSFTNGP12.phx.gbl...
You have to double them right next to each other without a space in between:

Response.Write "Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR><a href=""http://www.hello.org"">Back to the Home
Page</a>"

Ray at work
"Priti" <pr***@low.com> wrote in message
news:xI*********************@news20.bellglobal.com ...
Hi,

My asp syntax is very lacking, it seems the double quotes that have been
done by me are not what asp is looking for. Anyone that could correct my
faulty thinking would be thanked.

Priti

Response.Write " Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR>
<a href=" " http://www.hello.org " ">Back to the Home Page</a>"


Jul 19 '05 #3
XHTML!

Ray at work

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:uJ**************@TK2MSFTNGP10.phx.gbl...
Or, you could use ' instead of ", or you could leave them out, as they're
not necessary.

(And if you want to discuss the religious side of whether they're necessary, please take it to an HTML group!)

;-)

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/

Jul 19 '05 #4
> XHTML!

Whatever!
Jul 19 '05 #5
INFIDEL !!! :>)

More religious topics....

Java vs Everything else
Linux vs Windows
C# vs VB.Net

And last, but probably most controversial ....
MaryAnne vs Ginger

Bob Lehmann

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:uJ**************@TK2MSFTNGP10.phx.gbl...
Or, you could use ' instead of ", or you could leave them out, as they're
not necessary.

(And if you want to discuss the religious side of whether they're necessary, please take it to an HTML group!)

;-)

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:u1**************@TK2MSFTNGP12.phx.gbl...
You have to double them right next to each other without a space in

between:


Response.Write "Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR><a href=""http://www.hello.org"">Back to the Home
Page</a>"

Ray at work
"Priti" <pr***@low.com> wrote in message
news:xI*********************@news20.bellglobal.com ...
Hi,

My asp syntax is very lacking, it seems the double quotes that have been done by me are not what asp is looking for. Anyone that could correct my faulty thinking would be thanked.

Priti

Response.Write " Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR>
<a href=" " http://www.hello.org " ">Back to the Home Page</a>"



Jul 19 '05 #6
> Java vs Everything else

I'll take ANYthing else
Linux vs Windows
Duh
C# vs VB.Net
C#
MaryAnne vs Ginger


Ginger, for sure!
Jul 19 '05 #7
What about cat vs. dog?

Anyone who picks dog has an incorrect opinion. :]

Ray at work

"Bob Lehmann" <no****@dontbotherme.zzz> wrote in message
news:eR**************@tk2msftngp13.phx.gbl...
INFIDEL !!! :>)

More religious topics....

Java vs Everything else
Linux vs Windows
C# vs VB.Net

And last, but probably most controversial ....
MaryAnne vs Ginger

Bob Lehmann

Jul 19 '05 #8
Thanks Ray; as for the other part of this thread, i'll leave it to the
experts, I am just a humble infidel

priti
"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote in
message news:u1**************@TK2MSFTNGP12.phx.gbl...
You have to double them right next to each other without a space in between:

Response.Write "Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR><a href=""http://www.hello.org"">Back to the Home
Page</a>"

Ray at work
"Priti" <pr***@low.com> wrote in message
news:xI*********************@news20.bellglobal.com ...
Hi,

My asp syntax is very lacking, it seems the double quotes that have been
done by me are not what asp is looking for. Anyone that could correct my
faulty thinking would be thanked.

Priti

Response.Write " Your Response Has Been Sent. <br> <strong>Thank
You</strong><BR><BR>
<a href=" " http://www.hello.org " ">Back to the Home Page</a>"


Jul 19 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
22
by: Tuang | last post by:
I'm checking out Python as a candidate for replacing Perl as my "Swiss Army knife" tool. The longer I can remember the syntax for performing a task, the more likely I am to use it on the spot if...
14
by: Sandy Norton | last post by:
If we are going to be stuck with @decorators for 2.4, then how about using blocks and indentation to elminate repetition and increase readability: Example 1 --------- class Klass: def...
16
by: George Sakkis | last post by:
I'm sure there must have been a past thread about this topic but I don't know how to find it: How about extending the "for <X> in" syntax so that X can include default arguments ? This would be very...
23
by: Carter Smith | last post by:
http://www.icarusindie.com/Literature/ebooks/ Rather than advocating wasting money on expensive books for beginners, here's my collection of ebooks that have been made freely available on-line...
19
by: Nicolas Fleury | last post by:
Hi everyone, I would to know what do you think of this PEP. Any comment welcomed (even about English mistakes). PEP: XXX Title: Specialization Syntax Version: $Revision: 1.10 $...
4
by: Jeremy Yallop | last post by:
Looking over some code I came across a line like this if isalnum((unsigned char)c) { which was accepted by the compiler without complaint. Should the compiler have issued a diagnostic in this...
177
by: C# Learner | last post by:
Why is C syntax so uneasy on the eye? In its day, was it _really_ designed by snobby programmers to scare away potential "n00bs"? If so, and after 50+ years of programming research, why are...
4
by: Bob hotmail.com> | last post by:
Everyone I have been spending weeks looking on the web for a good tutorial on how to use regular expressions and other methods to satisfy my craving for learning how to do FAST c-style syntax...
3
by: Manuel | last post by:
I'm trying to compile glut 3.7.6 (dowbloaded from official site)using devc++. So I've imported the glut32.dsp into devc++, included manually some headers, and start to compile. It return a very...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.