hi
my JQuery like this
$.window({
title: "Test",
width: 700,
height: 500,
url: "http://www.walmart.com/",
onClose: function (wnd) { // a callback function while user click close button
}
});
but this page show Total browser but same url i have use
jscript
window.open('http://www.walmart.com/','Test','height=700px,width=300px');
here show this url with in window why comes my jquery did not allow this
functionality any one apply your page then change this code.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com