Help with Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • registry
    New Member
    • Oct 2008
    • 7

    Help with Error

    Microsoft VBScript compilation error '800a0409'

    Unterminated string constant

    /trhosdet.asp, line 158

    Response.Write( "<div id=""Layer16"" style=""positio n:absolute; left:16px; top:416px; width:132px; height:80px; z-index:0""><a href=""http://www.mapquest.co m/maps/map.adp?city=
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^
    how can I fix? please help thank you so much
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Probably asking on the VB board would help but I think you need to escape the quotes. \""

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      Moved from HTML/CSS

      Comment

      • registry
        New Member
        • Oct 2008
        • 7

        #4
        Originally posted by Markus
        Moved from HTML/CSS
        how do I do that?? please explaine

        Comment

        • leannsmarie
          New Member
          • Oct 2008
          • 5

          #5
          Try this website:

          http://www.computerper formance.co.uk/Logon/code/code_800A0409.h tm


          Sounds like a syntax error. Like a missing bracket or quotation mark.

          Comment

          Working...