Hey peaps. I've just made a new version of my URL query navigation! But im having problems echoing javascipt, my code:
<?php
if($_GET['aid']){
include "folder/" . $_GET['aid'] . ".php";
} else {
echo '<div align="center">
<table width="710" border="0" cellpadding="0" cellspacing="0">
<tr>... etc etc... <a href="javascript:window.external.AddFavorite('http://www.evostation.com/default.php', 'ES - EvoStation.com'">....(more HTML)....';
}
?>
See the problem with the quotes in the JS? is there a work-around on this? Maybe I could use the <script src> method? what do u guys think? Thx.