Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - ERR: pm_check_inc.asp
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ERR: pm_check_inc.asp

 Post Reply Post Reply
Author
pbsoft View Drop Down
Newbie
Newbie


Joined: 12 January 2006
Location: Italy
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote pbsoft Quote  Post ReplyReply Direct Link To This Post Topic: ERR: pm_check_inc.asp
    Posted: 12 January 2006 at 6:22pm
I found that at lines 72 and 80 the Response.Write statements contain an error where the "alt" HTML attribute is specified.
 
At both lines you can read something like:
 
.....alt=" & strTxtReadMessage & " border=.....
 
This doesn't raise an error, but in the case variable contains spaces (e.g.: "This is my alternative text"), the rendered HTML is incorrect, like
 
.....alt=This is my alternative text border=.....
 
and the relative tooltip shown by the browser, obviously, is This
 
The problem is the missing couple of double quotes.
 
The code should be similar to:
 
.....alt=""" & strTxtReadMessage & """ border=.....
 
which would be rendered in HTML as
 
.....alt="This is my alternative text" border=.....
 
and the relative tooltip shown by the browser, obviously, would be This is my alternative text
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 13 January 2006 at 2:22pm
Thank-you for pointing this out, I shall update teh file with the correct number of quotes
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.