C
Craig
I've searched, read and tried everything until I'm finally frustrated.
Apparently this is a known IDE weakness, and I _CANT_ seem to get around
it...
My problem is working with this line:
<A
HREF="javascript
opUp('EventLogView.aspx?ID=<%#DataBinder.Eval(Container.Da
taItem,"ID")%>')">View</A>
The code compiles and runs fine, however when trying to switch from HTML
back to design view, I get the following IDE error:
Could not open in design view. Quote values differently inside a
'<%..."value"...%>' block.
Nothing I do gets me back to design view except removing the line.
Everything I read advised to replace double quotes with single quotes, but
I've tried every combination I can think of and it either won't compile, I
get a runtime 'badly formed' error, or the same condition where I can't get
into design view.
Please any help? Any other crafty way to make a javascript function fire
from HREF?
Apparently this is a known IDE weakness, and I _CANT_ seem to get around
it...
My problem is working with this line:
<A
HREF="javascript

taItem,"ID")%>')">View</A>
The code compiles and runs fine, however when trying to switch from HTML
back to design view, I get the following IDE error:
Could not open in design view. Quote values differently inside a
'<%..."value"...%>' block.
Nothing I do gets me back to design view except removing the line.
Everything I read advised to replace double quotes with single quotes, but
I've tried every combination I can think of and it either won't compile, I
get a runtime 'badly formed' error, or the same condition where I can't get
into design view.
Please any help? Any other crafty way to make a javascript function fire
from HREF?