473,395 Members | 1,936 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,395 software developers and data experts.

Help with Error

Microsoft VBScript compilation error '800a0409'

Unterminated string constant

/trhosdet.asp, line 158

Response.Write("<div id=""Layer16"" style=""position:absolute; left:16px; top:416px; width:132px; height:80px; z-index:0""><a href=""http://www.mapquest.com/maps/map.adp?city=
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
how can I fix? please help thank you so much
Oct 17 '08 #1
2 1487
iam_clint
1,208 Expert 1GB
I need to see the rest of the string
Expand|Select|Wrap|Line Numbers
  1. Response.Write("<div id=""Layer16"" style=""position:absolute; left:16px; top:416px; width:132px; height:80px; z-index:0""><a href=""http://www.mapquest.com/maps/map.adp?city=
  2.  
this is definitely a unterminated string..
Oct 20 '08 #2
jhardman
3,406 Expert 2GB
Microsoft VBScript compilation error '800a0409'

Unterminated string constant

/trhosdet.asp, line 158

Response.Write("<div id=""Layer16"" style=""position:absolute; left:16px; top:416px; width:132px; height:80px; z-index:0""><a href=""http://www.mapquest.com/maps/map.adp?city=
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
how can I fix? please help thank you so much
I often find that if you have to write that many quote marks, just switch to standard HTML:
Expand|Select|Wrap|Line Numbers
  1. 'asp code here 
  2. %>
  3. <div id="Layer16" style="position:absolute; left:16px; top:416px; width:132px; height:80px; z-index:0"><a href="http://www.mapquest.com/maps/map.adp?city=
  4. <%
  5. 'more asp code here
Let me know if this helps.

Jared
Oct 23 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing...
5
by: xuatla | last post by:
Hi, I encountered the following compile error of c++ and hope to get your help. test2.cpp: In member function `CTest CTest::operator+=(CTest&)': test2.cpp:79: error: no match for 'operator='...
9
by: YZK | last post by:
Hello. I'm not a Web developer, just a user, and I think I may have somehow messed myself up majorly. I'm not quite sure how. Right now, javascript used by websites I go to either does not work at...
8
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
1
by: Dave | last post by:
I am having problems accessing DTS after install SP4 and was wondering if someone could offer some advice. I installed SP4 and got the following error after it competed. Unable to write to...
6
by: Jax | last post by:
I have Visual Studio 2002 Standard Edition. It has been working fine up to a point and now i'm at that point. Due to the limitations of the edition i am not using any of my own .dll's and instead...
5
by: Marc Violette | last post by:
<Reply-To: veejunk@sympatico.ca> Hello, I'm hoping someone can help me out here... I'm a beginner ASP.NET developper, and am trying to follow a series of exercises in the book entitled...
6
by: James Radke | last post by:
Hello, I have a multithreaded windows NT service application (vb.net 2003) that I am working on (my first one), which reads a message queue and creates multiple threads to perform the processing...
1
by: Rahul | last post by:
Hi Everybody I have some problem in my script. please help me. This is script file. I have one *.inq file. I want run this script in XML files. But this script errors shows . If u want i am...
12
by: =?Utf-8?B?ZGdvdw==?= | last post by:
I designed a "contact_us" page in visual web developer 2005 express along with EW2 after viewing tutorials on asp.net's help page. Features work like they should, but I cannot figure out how to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.