![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Folks, I made a test page at http://www.thrha.org/Programs/LowRent/test.asp which has a button I want to let users click to see some information about a topic. I have a graphic I bound to the "open browser window" and I made two instances of the button. One for "On Mouse Down" event and the other for "On Click". When you click the buttons, the window 350x575px appears to try and open but then closes again. Can anyone tell me what I can do to fix this. I'm using Classic ASP/VBScript and it's being hosted under IIS 6 Windows 2003 Web Edition Server. Thanks Rich |
#3
| |||
| |||
|
|
The pages you're calling (i.e., http://www.thrha.org/Programs/LowRent/FWrentalfees.asp) are automatically closing themselves. Check your javascript....... |
#4
| |||
| |||
|
|
On Thu, 1 Jul 2004 21:01:03 -0700, "Mad Dog" <md (AT) mdp (DOT) com> wrote: The pages you're calling (i.e., http://www.thrha.org/Programs/LowRent/FWrentalfees.asp) are automatically closing themselves. Check your javascript....... It's the "Close button" at the bottom: img src="../../Assets/Site-Images/btn-close.jpg" alt="Close the Rental Fees Window" name="Close" width="140" height="14" border="0" id="Close" onload="MM_callJS('window.close()')" Note the onload event handler: onload="MM_callJS('window.close()')" Gary |
#5
| |||
| |||
|
|
Thanks guys, dumb mistake on my part. |
![]() |
| Thread Tools | |
| Display Modes | |
| |