Script Help ( TOS in a pop-up window)

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
naughty.gif


PHP:


<font class="legal">By using this site you accept the following</font>&nbsp;<IMG SRC="../images/arrow.gif" ALT="arrows" WIDTH="7" HEIGHT="5" BORDER="0">&nbsp;<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:

Phil

Retired Staff
Messages
7,344
Reaction score
0
Points
36
No help? theres tons of scripts there that will make pop ups on your site.
 

s906201

New Member
Messages
46
Reaction score
0
Points
0
Try putting the full path (not relative ) for the TOS Document.

Just a suggestion
 

darkjetx

New Member
Messages
92
Reaction score
0
Points
0
thanks .just used it and it works :D

i dont like using somebody else's script ...just because i have to give credit ... i
'm sorry i cant use the?disp= part....but thats another problem...i'll look into it ...danke :D
now another issue ..as in the path i selected width=496 ..how can i make the terms_and_conditions.html to be the same? ( i want it so the user wont have to scroll left -right ... just up and down :D ;))
 
Top