|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Good day, I need help.
I have an html button that calls & open another browser window on the onMouseUp event, but once I close the popup new browser window my button has focus & is like selected. I want it not to be selected or clicked or has focus, how do i loose the focus after close of popup window? Code:
onMouseUp="window.open("
Please Assist! |
|
#2
|
||||
|
||||
|
Can't you do a blur after the window.open? Like
Code:
onMouseUp="window.open(...);this.blur();" ? |
|
#3
|
|||
|
|||
|
Great stuff works great
![]() |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Button to loose focus after close of popup window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|