|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Basically i am building an albums website for development purposes, but when a customer clicks on the description of the album say 'robbie willimas' i want a popup window to appear that i can change the size of.
If i use basic <a href="robbie.php" target="none"> robbie </a> , this will open the link (robbie.php) information in seperate window but i want it sizable. This popup window would have detailed information about the artist. The information on the albums shown on the website will be stored in a databse. Im using lastest php with apache server and MySql i hope someone can help , as i am able to open sizable popup windows using html and javascript but i need it to work in php an ideas anyone |
|
#2
|
|||
|
|||
|
firstly this has nothing to do with php, its javascript (think client side)
you need to use javascript to create a sizeable window window.open('file.php', 'window_name', 'width = 50, height = 50'); put that in a <a> tag and it should work <a href="javascript: window.open('file.php', 'window_name', 'width = 50, height = 50');">link</a> |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > php pop up window |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|