Hi guys,
Recently i get a frame creator in php. Him working with this parametrs:
http://my server.com/frame.php?url=http://url_output.com
I would like a using a frame. How to make a modifications in my links.html (template basead)...????
My link.html says:
<a class="link" href="<%db_cgi_url%>/ir.cgi?ID=<%ID%>" target="_new">
One question: is possible to me, putting into this sentence bellow?
<a class="link" href="<%db_cgi_url%>frame.php/ir.cgi?ID=<%ID%>" target="_new">
I think that this will give a error..
Please send me some informations or help how to is possible a use a my frame.php file.
Thanks for advanced help.
Quirino
Recently i get a frame creator in php. Him working with this parametrs:
http://my server.com/frame.php?url=http://url_output.com
I would like a using a frame. How to make a modifications in my links.html (template basead)...????
My link.html says:
<a class="link" href="<%db_cgi_url%>/ir.cgi?ID=<%ID%>" target="_new">
One question: is possible to me, putting into this sentence bellow?
<a class="link" href="<%db_cgi_url%>frame.php/ir.cgi?ID=<%ID%>" target="_new">
I think that this will give a error..
Please send me some informations or help how to is possible a use a my frame.php file.
Thanks for advanced help.
Quirino

