J
John Smith
Help is appriciated.
I have a line of code that is driving me nuts.
document.write("<a href='javascript:window.external.AddFavorite('http://0mygoodness.com','Something,
Something, Something')'>")
I had the
<a href='javascript:window.external.AddFavorite('http://0mygoodness.com','Something,
Something, Something')'>
in another script as
<a href="javascript:window.external.AddFavorite('http://0mygoodness.com','Something,
Something, Something')">
the difference being the double quotes before javascript and before
the closing >.
The error I am getting is a syntax error, code 0. Through trial and
error I have narrowed it down to this line of code. BIG question is
how should I quote the line???
Thank you in advance for your help.
I have a line of code that is driving me nuts.
document.write("<a href='javascript:window.external.AddFavorite('http://0mygoodness.com','Something,
Something, Something')'>")
I had the
<a href='javascript:window.external.AddFavorite('http://0mygoodness.com','Something,
Something, Something')'>
in another script as
<a href="javascript:window.external.AddFavorite('http://0mygoodness.com','Something,
Something, Something')">
the difference being the double quotes before javascript and before
the closing >.
The error I am getting is a syntax error, code 0. Through trial and
error I have narrowed it down to this line of code. BIG question is
how should I quote the line???
Thank you in advance for your help.