![]() | |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
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','Somet |
|
Something, Something')'>") I had the a href='javascript:window.external.AddFavorite('http ://0mygoodness.com','Somet |
|
Something, Something')' in another script as a href="javascript:window.external.AddFavorite('http ://0mygoodness.com','Somet |
|
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. |
#3
| |||
| |||
|
|
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')'>") |
#4
| |||
| |||
|
|
On 2 Jul 2004 21:29:07 -0700, johnr.smith (AT) gmail (DOT) com (John Smith) wrote: I have a line of code that is driving me nuts. Did you read the FAQ? getting rid of the javascript: would've solved your problem... http://jibbering.com/faq/#FAQ4_24 document.write("<a href='javascript:window.external.AddFavorite('http ://0mygoodness.com','Something, Something, Something')'>") |
![]() |
| Thread Tools | |
| Display Modes | |
| |