bernard wrote:
Hi,
Thanks for the suggestions !
Problem is solved sofar.
But how can I open the link in a new window, I tried (with my limited php
knowlegde) a lot of things, but i'ts not working :-(
From the Newbie Guide :
6. PHP is a server side scripting language.
Whatever processing PH
Output this to a new file each time and then use a blind page refresh
via
$output = "
function openpopup(){
var popurl=\"$launch\"
winpops=window.open(popurl,\"\",\"width=400,height=338,toolbar,location,
directories,status,scrollbars,menubar,resizable,\")
}
openpopup()
";
if($file=fopen($pop.h
bernard wrote:
Hi,
Thanks for the suggestions !
Problem is solved sofar.
But how can I open the link in a new window, I tried (with my limited php
knowlegde) a lot of things, but i'ts not working :-(
To open the URL in a new window, you MUST use javascript.. You can
output a HTMP page l
3 matches
Mail list logo