That is just regular HTML,
It will take the hostname on top of your browser,
For example
If you are logged in on the admin server at www.yourdomain.com:81
An url="/base/feature/filename.php"
Would automatically use this address
www.yourdomain.com:81/base/feature/filename.php
So if you intend to call php pages outside the admserv Interface, That might
be another story (no sure if that's actually secure for XSS issues).
Hope this Helps
Regards
Rodrigo O
Xnet
-----Original Message-----
From: Jes Kasper Klittum [mailto:jes (at mark) enavn.com]
Sent: Viernes, 29 de Septiembre de 2006 12:20 a.m.
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:07291] Re: Programming the BQ ui
> the url= feature doesn't work that way. It has to look like so;
>
> url="/base/feature/filename.php"
>
> Thanks!
> Brian
>
Thanks - however, I do not have great knowledge of php. Could anyone
enlighten me how to load the requested url through a phh handler script or
send me to a page where I can learn?
Jes