Click here to Skip to main content
15,920,896 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: While taking Quote Pin
Pete O'Hanlon9-Dec-10 1:37
mvePete O'Hanlon9-Dec-10 1:37 
GeneralRe: While taking Quote Pin
Xmen Real 9-Dec-10 1:48
professional Xmen Real 9-Dec-10 1:48 
GeneralRe: While taking Quote Pin
Chris Maunder9-Dec-10 2:03
cofounderChris Maunder9-Dec-10 2:03 
GeneralRe: While taking Quote Pin
thatraja9-Dec-10 2:07
professionalthatraja9-Dec-10 2:07 
GeneralRe: While taking Quote Pin
fjdiewornncalwe9-Dec-10 2:09
professionalfjdiewornncalwe9-Dec-10 2:09 
GeneralRe: While taking Quote Pin
thatraja9-Dec-10 2:12
professionalthatraja9-Dec-10 2:12 
GeneralRe: While taking Quote Pin
Xmen Real 9-Dec-10 1:53
professional Xmen Real 9-Dec-10 1:53 
GeneralAnother dirty solution Pin
thatraja9-Dec-10 2:35
professionalthatraja9-Dec-10 2:35 
We can use Title value instead of Alt Value for Smileys.
XML
<html>
<head>
<script>
function getTitle() {
document.getElementById("txtValue").value = document.getElementById("thumbsup").title;
}
</script>
</head>
<body>
<form>
<img id="thumbsup" align="top" alt="Thumbs Up" title=":thumbsup:" src="/script/Forums/Images/thumbs_up.gif">
<textarea cols="60" rows="10" id="txtValue" name="txtValue"></textarea>
<input type="button" name="btngetTitle" value="Show Quote Text" onclick="getTitle()" />
</form>
</body>
</html>

BTW I'm leaving now..... I'll try any other solution tomorrow
thatraja |Chennai|India|

Brainbench certifications
Univotes are like kid's kisses don't reject it Smile | :)
Do what you want quickly because the Doomsday on 2012 Smile | :)
My childhood story



GeneralRe: Another dirty solution Pin
Xmen Real 9-Dec-10 5:44
professional Xmen Real 9-Dec-10 5:44 
GeneralSearch and Suggestions Pin
Ajay Vijayvargiya8-Dec-10 20:18
Ajay Vijayvargiya8-Dec-10 20:18 
GeneralFluid layout or fixed width layout, whats the difference ? Pin
Xmen Real 8-Dec-10 19:29
professional Xmen Real 8-Dec-10 19:29 
GeneralRe: Fluid layout or fixed width layout, whats the difference ? Pin
Luc Pattyn8-Dec-10 20:59
sitebuilderLuc Pattyn8-Dec-10 20:59 
GeneralRe: Fluid layout or fixed width layout, whats the difference ? Pin
Indivara8-Dec-10 21:41
professionalIndivara8-Dec-10 21:41 
GeneralRe: Fluid layout or fixed width layout, whats the difference ? Pin
Luc Pattyn8-Dec-10 21:46
sitebuilderLuc Pattyn8-Dec-10 21:46 
GeneralRe: Fluid layout or fixed width layout, whats the difference ? Pin
Indivara8-Dec-10 21:56
professionalIndivara8-Dec-10 21:56 
GeneralRe: Fluid layout or fixed width layout, whats the difference ? Pin
Xmen Real 8-Dec-10 21:57
professional Xmen Real 8-Dec-10 21:57 
GeneralHomepage Doesn't Reflect Changed Lounge Post Titles Pin
AspDotNetDev8-Dec-10 11:18
protectorAspDotNetDev8-Dec-10 11:18 
GeneralNevermind Pin
AspDotNetDev8-Dec-10 11:29
protectorAspDotNetDev8-Dec-10 11:29 
GeneralRe: Nevermind Pin
Luc Pattyn8-Dec-10 12:07
sitebuilderLuc Pattyn8-Dec-10 12:07 
GeneralRe: Nevermind Pin
Pete O'Hanlon8-Dec-10 12:27
mvePete O'Hanlon8-Dec-10 12:27 
GeneralRe: Nevermind Pin
Luc Pattyn8-Dec-10 12:29
sitebuilderLuc Pattyn8-Dec-10 12:29 
GeneralRe: Nevermind Pin
Pete O'Hanlon8-Dec-10 12:31
mvePete O'Hanlon8-Dec-10 12:31 
GeneralRe: Nevermind Pin
AspDotNetDev8-Dec-10 12:33
protectorAspDotNetDev8-Dec-10 12:33 
GeneralEdit quick answer comments with Chrome Pin
Not Active8-Dec-10 5:34
mentorNot Active8-Dec-10 5:34 
GeneralLinks get cut off in Chrome Pin
Not Active8-Dec-10 5:33
mentorNot Active8-Dec-10 5:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.