twinnie
Gebruiker
- Lid geworden
- 15 jan 2001
- Berichten
- 249
Hoi, als ik dit scriptje in mijn site plaats:
<a href="#" onClick="MyWindow=window.open('http://members.home.nl/tenherkel/Actievoorwaarden.jpg','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=519,height=738'); return false;"> <font color="#000000" style="font-size:8pt">Actievoorwaarden!</font></a></b><br>
dan staat het adres uit een http:// adres
Maar als ik dit scriptje heb :
<a href="images/Actievoorwaarden.jpg">Actievoorwaarden!</a><br>
dan is het adres: images/Actievoorwaarden ipv van een lang http://adres
dit komt omdat het op de zelfde server staat maar
hoe krijg ik dat bij het eerste scriptje ook gedaan dus zonder http://adres
Vast bedankt
Twinnie
:thumb:
<a href="#" onClick="MyWindow=window.open('http://members.home.nl/tenherkel/Actievoorwaarden.jpg','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=519,height=738'); return false;"> <font color="#000000" style="font-size:8pt">Actievoorwaarden!</font></a></b><br>
dan staat het adres uit een http:// adres
Maar als ik dit scriptje heb :
<a href="images/Actievoorwaarden.jpg">Actievoorwaarden!</a><br>
dan is het adres: images/Actievoorwaarden ipv van een lang http://adres
dit komt omdat het op de zelfde server staat maar
hoe krijg ik dat bij het eerste scriptje ook gedaan dus zonder http://adres
Vast bedankt
Twinnie
:thumb: