Java-Script in print

>>>>> Gehen Sie zum Original-Thread <<<<<

Google
Adsense
Abi08
Hallo Freunde


ich habe ein Problem und zwar möchte ich diesen Java-Script über print in php ausgeben aber ich habe probleme mit den Anführungzeichen:



code:
1:
2:
3:
<a href="#" onClick="window.open('popup.html', 
'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=n0,width=400,height=200')">
Dein Link-Text</a>
XundY
Einfache und doppete Anführungszeichen die du per echo oder print ausgeben willst must du mit einem Backslash \ maskieren

mfg
Abi08
php:
1:
2:
<a href="#\" onClick=\"window.open('gal.php', 
'NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=n0,width=800,height=600')">




So jetzt hab ichs!
>>>>> Gehen Sie zum Original-Thread <<<<<
Sedo - Buy and Sell Domain Names and Websites project info: wbb-help.de Statistics for project wbb-help.de etracker® web controlling instead of log file analysis
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43