This is my first forum post ever, so I'm not sure exactly how it works.
I'm looping through the code below to create a list of links that will open a new window with information about an event. The code below seems to work fine in firefox but displays very odd in IE. It seems like I may have some single or double quotes out of place. Can anyone tell by the code below if my single and double quotes are correct?
Thanks you in advance. I've been struggling with this for two days now.
lblTitle.Text = "<br/><font size=1><a href=""javascript: window.open('EventDetails.aspx?ID_Num=" + CStr(dr("ID_Num")) + "','',config='height=500,width=500,scrollbars=yes','status=no'); void('');"" '>" + dr("EventName") + "</a></font>"