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 like this:
<script language="jaavscript">
window.open('otherPage.html');
</script>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to