Hi, this is the first lines of a function. Although it runs, it still
throws an "Unterminat ed string constant" error in the browser. It is
all in one line, just wouldn't fit here.
The error appears to occur right after type='+typeIn+' &id <----before
the =
Any clues appreciated! Thanks, Kathy
function Anomaly(typeIn, idIn,textIn)
{
newWindow = window.open(('A nomaly.aspx?typ e='+typeIn+'&id ='+idIn+'&text= '+textIn),
'Anomaly', 'width=650,heig ht=700,left=100 ,toolbar=no,men ubar=no,resizab le=yes');
throws an "Unterminat ed string constant" error in the browser. It is
all in one line, just wouldn't fit here.
The error appears to occur right after type='+typeIn+' &id <----before
the =
Any clues appreciated! Thanks, Kathy
function Anomaly(typeIn, idIn,textIn)
{
newWindow = window.open(('A nomaly.aspx?typ e='+typeIn+'&id ='+idIn+'&text= '+textIn),
'Anomaly', 'width=650,heig ht=700,left=100 ,toolbar=no,men ubar=no,resizab le=yes');
Comment