|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
open link in new window
So I have the link opening in a new window, how do I control the size of the window it opens in?
<a href="calendar_view.htm" target="_blank" class="TxtLink">Also available in Calendar View</a> |
|
#2
|
||||
|
||||
|
As far as I know you can't.
|
|
#3
|
||||
|
||||
|
I am pretty sure you can......
|
|
#4
|
||||
|
||||
|
KNEW YOU COULD DO IT!
<script> window.onload = function() { window.resizeTo(800,600) } </script> |
|
#5
|
||||
|
||||
|
Show's what I know...lol. That's new to me. I didn't know you can do that.
![]() |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > open link in new window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|