| Customizing Uncommon Pop-up (help) Code--- |
titanium

msg:1493370 | 4:31 am on Jun 30, 2003 (gmt 0) | I have a common window in the links menu. I need a code that using the links of the common window BUT the product link launch in a centered (by link) pop-up window. And every link of the common window launch in the SAME pop-up window by using links. (not automatically). Thanks! Sorry for my english, I´m latin hehe!
|
tedster

msg:1493371 | 7:45 am on Jun 30, 2003 (gmt 0) | Welcome to the forum, titanium. | product link launch in a centered (by link) pop-up window. |
| Here'a thread that may help you: [webmasterworld.com...] I'm not sure if you mean centered above the original window or centered on the screen. Makes a difference, especially because not everyone has their browser at full screen. At any rate, we've talked about that topic a good bit here. You can uncover even more help with our Site Search (top of screen). | every link of the common window launch in the SAME pop-up window |
| It's easier than you may think. The standard window.open() method has many parameters, and as long as the second parameter, which is the window name, is the same for each link - then the page will load in that same pop-up window that is already open. window.open('newpage.html','windowname',)
|
|
|