CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Jun 2008
    Posts
    142

    Facing problem with calling a popup window from <A href> by passing parameter.

    Hi,

    I strucked calling the popup window from <a href> by passing the ID.

    I used this statement, but it gives the error: "Illegal line end in string literal"

    Code:
    actTitle = "<a href=# onClick=\"OZ_openBrWin2('ozLOVSlsContactCall.jsp?id=<%=id%>&dtltype=PSN','callLOV');\">"+calcontact.getCallName()+"</a>";
    I need to pass id with extentions as &dtltype=PSN
    so, what i need to modify in the above statement.

    Thanks in advance...
    Last edited by adusumalli; September 4th, 2008 at 02:20 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured