Click here to Skip to main content
15,912,504 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Godd css Layouts Pin
Brendan Vogt15-Sep-07 4:53
Brendan Vogt15-Sep-07 4:53 
GeneralRe: Godd css Layouts Pin
Paul Conrad15-Sep-07 5:04
professionalPaul Conrad15-Sep-07 5:04 
GeneralRe: Godd css Layouts Pin
devboycpp17-Sep-07 13:26
devboycpp17-Sep-07 13:26 
AnswerRe: Godd css Layouts Pin
Guffa15-Sep-07 6:30
Guffa15-Sep-07 6:30 
AnswerRe: Godd css Layouts Pin
George L. Jackson17-Sep-07 0:12
George L. Jackson17-Sep-07 0:12 
QuestionWeb-based HTML Editors preferring STRONG instead of B Pin
Vasudevan Deepak Kumar14-Sep-07 23:37
Vasudevan Deepak Kumar14-Sep-07 23:37 
AnswerRe: Web-based HTML Editors preferring STRONG instead of B Pin
Fred_Smith15-Sep-07 3:05
Fred_Smith15-Sep-07 3:05 
QuestionHow come javascript onfocus and onblur events do not fire in IE more then once? Pin
rgordon9914-Sep-07 6:52
rgordon9914-Sep-07 6:52 
Could someone tell me why the onfocus and onblur events only fire once. For example, using the code below, when you bring IE to the foreground the onfocus event fires and when you click on another windows (outside of that instance of IE) the onblur event fires, very good. But I can not get it to fire again, unless I reload the code. I expected these events to keep firing for each time the browser gets and loses focus. Is there something I'm missing or is that just a limitation of IE v7?

Here is a sample test:




function lostfocus()
{
document.write("lostfocus\n")
}

function gotfocus()
{
document.write("gotfocus\n")
}








Thanks...
Rick
AnswerRe: How come javascript onfocus and onblur events do not fire in IE more then once? Pin
daveyerwin15-Sep-07 6:29
daveyerwin15-Sep-07 6:29 
QuestionRequesting the link for WS guidlines... Pin
Sushil D Jadhav14-Sep-07 3:58
Sushil D Jadhav14-Sep-07 3:58 
QuestionUsing XML Web Service With JavaScript Pin
i-developer of Istanbul14-Sep-07 3:20
i-developer of Istanbul14-Sep-07 3:20 
QuestionQUESTION Related PHP + OSCOMMERCE Pin
| Muhammad Waqas Butt |13-Sep-07 22:16
professional| Muhammad Waqas Butt |13-Sep-07 22:16 
QuestionPostback event doesnt fire first time -- safari Pin
Viral Upadhyay13-Sep-07 20:15
Viral Upadhyay13-Sep-07 20:15 
AnswerRe: Postback event doesnt fire first time -- safari Pin
Guffa14-Sep-07 6:15
Guffa14-Sep-07 6:15 
GeneralRe: Postback event doesnt fire first time -- safari Pin
Viral Upadhyay14-Sep-07 20:21
Viral Upadhyay14-Sep-07 20:21 
AnswerRe: Postback event doesnt fire first time -- safari Pin
Guffa14-Sep-07 21:59
Guffa14-Sep-07 21:59 
GeneralRe: Postback event doesnt fire first time -- safari Pin
Viral Upadhyay14-Sep-07 23:33
Viral Upadhyay14-Sep-07 23:33 
GeneralRe: Postback event doesnt fire first time -- safari Pin
saini arun15-Sep-07 3:42
saini arun15-Sep-07 3:42 
Questioncan you pass a variable into a Include File Statement? Pin
ronchase13-Sep-07 19:09
ronchase13-Sep-07 19:09 
AnswerRe: can you pass a variable into a Include File Statement? Pin
Guffa13-Sep-07 19:40
Guffa13-Sep-07 19:40 
QuestionASP.Net Trusted IP Pin
hifiger200413-Sep-07 19:08
hifiger200413-Sep-07 19:08 
AnswerRe: ASP.Net Trusted IP Pin
\laddie13-Sep-07 20:14
\laddie13-Sep-07 20:14 
GeneralRe: ASP.Net Trusted IP Pin
hifiger200413-Sep-07 20:52
hifiger200413-Sep-07 20:52 
GeneralRe: ASP.Net Trusted IP Pin
\laddie13-Sep-07 21:17
\laddie13-Sep-07 21:17 
GeneralRe: ASP.Net Trusted IP Pin
hifiger200413-Sep-07 21:26
hifiger200413-Sep-07 21:26 

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.