Hi All,
This works
echo "<a href='JavaScript:var mylodge=\"lodge.php\"
mySubmit(myform,mylodge)'>Lodge<a>";
It is in a form where there are alternate submissions, this is why I'm using JavaScript.
This works also works but this is navigation.
<a href="../el_menu3.php" target="_top">link back</a>
It gets me out of both frames back to the menu.
But this attempt at submission out of the frameset doesnt work.
echo "<a href='JavaScript:var mylodge=\"lodge.php\"
target=\"_top\";
mySubmit(myform,mylodge)'>Lodge<a>";
Not sure how to excape the single quotes in JavaScript to make my lodge='lodge.php target=top'
Even if I did escape the quotes...would it work anyway????
Please can any one suggest how to get out of this?
Thanks
Best regards
RichFM