iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
No, I am trying to create a frame that wraps around the content page it is bringing in.
I cannot change the size of the content page that the frame is loading.
Thanks Yudi, But that is not what I am asking for.
Here is what I am trying to do:
I create a new IFrame window:
var wnd = dm.GetWindow("wndClaimSearch");
wnd = new WebDesktopWindow();
I set all the valid properties of the window: wnd = new WebDesktopWindow();
wnd.Text = "Claim Search";
wnd.Name = "wndClaimSearch";
wnd.TaskBarImage = "is_webdesktop-16.gif";
wnd.ControlBoxImage = "is_webdesktop-16.gif";
wnd.ContentURL = "ClaimSearch.aspx"; (Want to set iframe to this size)
wnd.ContentMode = "UseIFrame";
wnd.AllowMinimize = "Yes";
wnd.AllowMaximize = "No";
dm.Windows.Add(wnd);
Now I would like to Size or Resize the IFrame window to match the size of ClaimSearch.aspx
wnd.ResizeTo(width of ClaimSearch.aspx, height of ClaimSearch.aspx);
I do not want to set the size manually, I want it to look at the content page and adjust the IFrame to that size.
Thanks.
Clicking on preview causes the same error as double-clicking on the layout name.(WDM2.png)
I am aware of how it should work.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname