Hi, > I do not know why $("#whoja") this is not correct
$("#whoja") is correct but it is a Jquery Object, so you have to reach src on the node $("#whoja")[0].src so On Feb 25, 11:20 pm, fleusebio <fleuse...@gmail.com> wrote: > OK problem solved by changing > $("#whoja").location = xpdf; OR > $("#whoja").src = xpdf; > > by -->>> document.getElementById("whoja").src = xpdf; > > I do not know why $("#whoja") this is not correct > > sorry for my English -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.