asp.net [modified]
-
Response.Write("")" and my java function is function openPopUp(var imgnames) I am using above code to display a popup window. it not working properly when passing a "lsimagename" as argument, but if i removed the argument it working properly (popup is displaying). when passing the argument popup not displaying. what is the problem pls kindly help me thanks in advance modified on Thursday, May 1, 2008 11:56 PM
modified on Friday, May 2, 2008 12:00 AM
-
Response.Write("")" and my java function is function openPopUp(var imgnames) I am using above code to display a popup window. it not working properly when passing a "lsimagename" as argument, but if i removed the argument it working properly (popup is displaying). when passing the argument popup not displaying. what is the problem pls kindly help me thanks in advance modified on Thursday, May 1, 2008 11:56 PM
modified on Friday, May 2, 2008 12:00 AM
I don't know if your code got screwed up when you pasted it into the window, but first of all, it looks like you aren't closing the parenthesis ")" when you call openPopUp. If that is not the problem, maybe you could post what the output looks like when you view the source in the web browser since that will most likely clue us into the problem - the server-side code doesn't tell us anything because we don't know what the end result is.
Mark's blog: developMENTALmadness.blogspot.com