This is the js file
jQuery(document).ready(function(){
$("#whoja").dialog( {
title: 'Dialog Title'
, width: 820
, height: 500
, autoOpen: false // fals
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 su
OK thanks all .This is correct and works
> For attributes you can use the cross browser attr() method on the jquery
> object like this: $("#whoja").attr("src",somevalue)
>
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send