| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #2 (permalink) |
| NamePros Member Join Date: Nov 2003
Posts: 44
![]() | Java.... <!-- Java scripts --> <SCRIPT LANGUAGE="JavaScript"> <!-- function Start(page) { OpenWin = this.open(page, "CtrlWindow","toolbar=No,menubar=No,location=No,sc rollbars=No,resizable=No,status=No,width=400,heigh t=400,left=0,top=0,"); } window.moveTo(0,0) window.resizeTo(screen.width,screen.height) ????: NamePros.com http://www.namepros.com/programming/15539-pop-up-window-code.html //--> </script> Link... <a href="javascript:void(0);" onclick="javascript:Start ('core/query.php?pg=profile&id=pablo');">Pablo_RSA</a> you can change the size of the window with editing the java width and hight..
__________________ Click Link for Java IRC PHP-Live IRC: pgardner.net:6667, Channel: #php. |
| |
| | #3 (permalink) |
| NamePros Member Join Date: Jul 2003
Posts: 118
![]() | You can do it the way pablo has done it using javascript which gives a lot of control over the different aspects of the new window, but if you just want a new browser window opened you can do it this way, Code: <a href="http://www.yourSite.com/yourPortfolioPage.html" target="_blank">http://www.yourSite.com/yourPortfolioPage.html</a> ????: NamePros.com http://www.namepros.com/showthread.php?t=15539 Code: target="_blank"
__________________ Paulicon Web design - Your one stop shop |
| |