darkjetx
New Member
- Messages
- 92
- Reaction score
- 0
- Points
- 0
Ok , so i'm trying to make my page's footer and im stuck at the bottom links ...
I want , when somebody clicks the "legal docs links " ( TOS , Privacy Policy ...etc) , the page to be opened in a new , non-resizable window .... but when i click the link it tells me :/path/path/legal/?disp=terms_and_conditions.html' was not found
is it from the "?disp=" - display part? If yes , how can i make it work ?
Here's the code i want to make it to work
PHP:
<font class="legal">By using this site you accept the following</font> <IMG SRC="../images/arrow.gif" ALT="arrows" WIDTH="7" HEIGHT="5" BORDER="0"> <a href="javascript:void(0)" onClick="window.open('../legal/?disp=terms_and_conditions.html', 'Terms', 'height=400,width=496,scrollbars=1,resizable=0')" class="legal">Terms and Conditions</a>
I want , when somebody clicks the "legal docs links " ( TOS , Privacy Policy ...etc) , the page to be opened in a new , non-resizable window .... but when i click the link it tells me :/path/path/legal/?disp=terms_and_conditions.html' was not found
is it from the "?disp=" - display part? If yes , how can i make it work ?
Here's the code i want to make it to work

PHP:
<font class="legal">By using this site you accept the following</font> <IMG SRC="../images/arrow.gif" ALT="arrows" WIDTH="7" HEIGHT="5" BORDER="0"> <a href="javascript:void(0)" onClick="window.open('../legal/?disp=terms_and_conditions.html', 'Terms', 'height=400,width=496,scrollbars=1,resizable=0')" class="legal">Terms and Conditions</a>
Last edited: