pop up windo for a .php

Orrisen

New Member
Hello, i have created my own guestbok/comment function, and would like to open it in a pop up window, but i can get it to work, does it batter that the file is a .php file insteed of a .html? or should i be able to use any script to do this?
 

jnjc

New Member
Being a php file shouldn't make any difference.

You may need to post a link to get more help.
 

adamblan

New Member
Popups are generated by javascript, which basically tells the browser to open a specific html or php page in a specific window or element of the DOM. If you want the page to just open in a new window, try this out
 
Top