Design View

  • Thread starter Thread starter TCORDON
  • Start date Start date
T

TCORDON

I have this code inside a <IMG> tag:

onclick="NewWindow('ContactBuyer.aspx?IdContacto=','name','520','400','no');return
false;"

Now I cannot chancge to design view, VS Tells me to quote it differently,
how?

TIA!
 
I have this code inside a <IMG> tag:

onclick="NewWindow('ContactBuyer.aspx?IdContacto=','name','520','400','no');return
false;"

Now I cannot chancge to design view, VS Tells me to quote it differently,
how?

TIA!

WFM; are you sure this is the 'problem source'? This is the code on the
line number vs.net spit up? Show us the whole <img> tag...
 
Back
Top