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
<head id="Head1" runat="server"> <title>Simple Dialog box </title> <script language="javascript" type="text/javascript"> function window_onload() { document.body.style.overflow = "hidden"; var dlgBox = ISGetObject("WebDialogBox1"); dlgBox.ShowDialog(); } </script> </head>
And then at the server side:
protected void Page_Load(object sender, EventArgs e) { body.Style.Add("overflow", "hidden"); // Add java script onload="window_onload()" body.Attributes.Add("onload", "window_onload()"); }
Gordon, Probably I'm just stupid, but I can't (I repeat CAN NOT) find the Java script documentation for the Intersoft controls in your documentation. It must be very well hidden. I know I can open the "WebDesktop.NET 2.5 Reference" and search "SetContentURL" and then it pops up (but then I have to know what to search for). But I can't se where in the tree at the left I can brows for this. Can you tell me?
The other alternative to se it in the debugger I'm not sure. Can you tell me in details how that is possible (JAVAScript CLIENT SIDE) in Visual Studio 2008?....and I'm starting to tear off my hear becuase of this....The gnereal JavaScript horror is actualy the biggest reason my company is moving away from this platform to Silverlight. The JavaScript stuff is simply too time consuming and also slow in complex clients.
Sorry for my irritation :-)
Gordon when I compared your code and mine the only differene was that you did:
But I did:
If you use my method you will run into my problem. How should I know that there exist a JavaScript method SetContentURL for the WebCombo? Does a Intersoft control javaScript reference exist somewhere?My problem is solved. But I realy want to know where I can find the JavaScript documentation for the Intersoft controls.
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