![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | Hi all! I am using the line below to open a new browser window explaining what the CAPTCHA is. <a href="http://www.website.com/whatsthis.html" target="_blank">What\'s this?</a> I know that target="_blank" opens a new browser window, I am wondering if it can also make the browser window open up smaller???? Thanks ahead. Daniel |
|
| | #2 (permalink) |
| Civilians | Hello, daniel! You wrote on Thu, 18 Aug 2005 14:41:57 -0400: dk> I am using the line below to open a new browser window explaining dk> what the dk> CAPTCHA is. dk> <a href="http://www.website.com/whatsthis.html" dk> target="_blank">What\'s this?</a> dk> I know that target="_blank" opens a new browser dk> window, I am wondering if it can also make the browser window open dk> up smaller???? this is a JavaScript application. you will need something like this: <a href="javascript:window.open('whatsthis.html', 'descr', 'width=200,height=300')" target="_blank">What\'s this?</a> // WBR, Stephen Mozyra // SM17-UANIC, http://cave.no-ip.biz |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linking to a Targeted Browser Window | randau | Web Design | 28 | 05-18-2005 20:00 |
| Re: Launching new browser window | Steve Rindsberg | Microsoft Applications | 1 | 04-20-2005 16:00 |
| Re: Launching new browser window | Steve Rindsberg | Microsoft Applications | 1 | 03-01-2005 12:00 |
| Open new browser window without toolbars | James M. Haberman | Web Design | 3 | 02-14-2005 12:00 |
| Launching PPT in a Browser Window | Paula | Microsoft Applications | 1 | 06-15-2004 19:48 |
![]() | ![]() | ![]() |