Click here to Skip to main content
15,915,093 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: W3C learning Pin
Alsvha15-Sep-05 21:19
Alsvha15-Sep-05 21:19 
AnswerRe: W3C learning Pin
enjoycrack16-Sep-05 0:09
enjoycrack16-Sep-05 0:09 
QuestionASP retrieve font info????? Pin
Small Rat15-Sep-05 6:04
Small Rat15-Sep-05 6:04 
AnswerRe: ASP retrieve font info????? Pin
Guffa15-Sep-05 12:04
Guffa15-Sep-05 12:04 
QuestionGet Data out of html-page Pin
Tomerland15-Sep-05 1:47
Tomerland15-Sep-05 1:47 
AnswerRe: Get Data out of html-page Pin
markkuk15-Sep-05 11:39
markkuk15-Sep-05 11:39 
QuestionJavascript Q: How to remove selection rectangles Pin
matthias s.15-Sep-05 1:40
matthias s.15-Sep-05 1:40 
AnswerRe: Javascript Q: How to remove selection rectangles Pin
alex.barylski16-Sep-05 8:00
alex.barylski16-Sep-05 8:00 
Why not just use span tags and handle their onclick?

Whatever the case...you could try onselectstart="return false" inside your body tag...if thats the right event? Sigh | :sigh:

However I think this only works inside IE and it prevents textboxes and other input controls from receiving input. But you can work around that to by changing onselectstart to return TRUE when inside elements which need selection.

Lastly...you could just traverse the DOM looking for A tags and calling each elements blur() that might work and sounds like what you may have done in the past Smile | :)



It's frustrating being a genius and living the life of a moron!!!
QuestionRich-Thin Clients Pin
Spaz8014-Sep-05 21:46
Spaz8014-Sep-05 21:46 
AnswerRe: Rich-Thin Clients Pin
Edbert P15-Sep-05 16:04
Edbert P15-Sep-05 16:04 
QuestionPop screen opening problem Pin
ravibabu_kanaparthi14-Sep-05 19:03
ravibabu_kanaparthi14-Sep-05 19:03 
AnswerRe: Pop screen opening problem Pin
LeenaSo14-Sep-05 19:45
LeenaSo14-Sep-05 19:45 
GeneralRe: Pop screen opening problem Pin
ravibabu_kanaparthi14-Sep-05 20:04
ravibabu_kanaparthi14-Sep-05 20:04 
QuestionJavascript & IE: frame.location Pin
hung_ngole14-Sep-05 18:47
hung_ngole14-Sep-05 18:47 
QuestionRe: Javascript & IE: frame.location Pin
Guffa15-Sep-05 11:57
Guffa15-Sep-05 11:57 
QuestionDynamic rows in Table using javascript Pin
Anonymous14-Sep-05 2:39
Anonymous14-Sep-05 2:39 
AnswerRe: Dynamic rows in Table using javascript Pin
Guffa14-Sep-05 9:50
Guffa14-Sep-05 9:50 
GeneralRe: Dynamic rows in Table using javascript Pin
Anonymous15-Sep-05 3:00
Anonymous15-Sep-05 3:00 
GeneralRe: Dynamic rows in Table using javascript Pin
Guffa15-Sep-05 3:09
Guffa15-Sep-05 3:09 
QuestionIE problem: javascript not executing until all images loaded Pin
Ashley van Gerven13-Sep-05 23:17
Ashley van Gerven13-Sep-05 23:17 
GeneralRe: IE problem: javascript not executing until all images loaded Pin
Guffa13-Sep-05 23:30
Guffa13-Sep-05 23:30 
GeneralRe: IE problem: javascript not executing until all images loaded Pin
Ashley van Gerven14-Sep-05 1:48
Ashley van Gerven14-Sep-05 1:48 
QuestionSelecting printing tray in javascript Pin
Gktony13-Sep-05 0:04
Gktony13-Sep-05 0:04 
Questioncalling get method in jsp page Pin
amandeepsethi12-Sep-05 23:11
amandeepsethi12-Sep-05 23:11 
AnswerRe: calling get method in jsp page Pin
enjoycrack12-Sep-05 23:38
enjoycrack12-Sep-05 23:38 

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.