Search

You searched for the word(s): aspx
Showing page 80 of 918 (9,180 total posts) < 1 second(s)
  • Re: Customise Pop up alert Window

    Hello adam,   http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/onbeforeunload.asp   this URL contain one example that was execute when you click on ''SHOW ME'' button.   Its opens one URL in popup window. There was a link in page when we click on it the alert message will ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by nimit on February 28, 2007
  • Re: Links Dropdown Customisation

    Here is the page_load function code...   Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load doGlobal.checkLogin(Session(''Access''), Application(''logGeneral'')) If Not Page.IsPostBack Then If Not ContentTextBox.ToolControls(''LinkTree'') Is Nothing Then Dim tdd As ...
    Posted to Cute Editor for .NET (Forum) by ClearChannel on February 27, 2007
  • Re: Using ExecCommand with custom commands

    Colin,   ExecCommand doesn't support any custom button. All the support commands can be found in http://cutesoft.net/developer+guide/index.html.   For your questions, I suggest you create a custom button. When the user click this button, you can call you own javaScript then post back the form.   For ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2007
  • Re: Printing problem

    Adam,   I have a Save and Print Preview button below the cuteeditor control, when that button is clicked, I save the cuteeditor content to database and then in the same event, I am using window.open in javascript to open the print preview.aspx page in a new window. This page will show the saved content from the database, I also replace ...
    Posted to Cute Editor for .NET (Forum) by Bindujiju on October 28, 2006
  • Re: no list of users in livesupport operator client?

    Well, that was a dumb thing to do :-PI tested live support on its own web site first, then added it to my site linking to the livesupport site, then tried to integrated it directly into my site.When I integrated it directly, I forgot to change the path links to the cutesoft client in the BLOCKED SCRIPT<script ...
    Posted to Cute Live Support (Forum) by kenyee on October 6, 2006
  • Re: create multiple versions of uploaded images

    Thanks for replying Adam. What I need is programmatic access so that I can generate x versions of the uploaded file, eg 640x480, 320x240 etc. What I intend to do is allow the correspondents submit articles to the page, and when they insert an image, I want to intercept the image insertion, resize it into several sizes, then return the path ...
    Posted to Cute Editor for .NET (Forum) by jonathanmcnamee on September 14, 2006
  • Re: Disconnected Error: Cutesoft.chat doesn't match the assembly reference

    Terry,   Thanks for your reply.   No, I didn't receive same exception when use IE/Firefox to chat. I am getting the same error when fire the URL provided by Adam i.e.  http://cutesoft.net/redirectforumtochat.aspx?forumid=25   Beside this, I would like to know when the new version is going to released which will fix the ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Anonymous on July 31, 2006
  • Re: CuteEditor Text-to-Image-type conversion

    >> I believe there is NO Image or varbinary output.  It's only HTML.   Yes.   If you want to store the image, files into the database, please check the following links:   Store Files (images, flashes and documents) in a Database Download the example source code Using an access database as the file ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 5, 2006
  • Re: How to create CuteEditor Dynamically in VB

    I have simplified the code to the point where its only giving the error   ''The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).''   Please take a look and let me know if there is a better way of accomplishing the same result. I want to add a new CuteEditor at a ...
    Posted to Cute Editor for .NET (Forum) by aonh2000 on June 16, 2006
  • Re: Problems with firefox!

    Following link do not work in Firefox: http://cutesoft.net/example/howto/use-CuteEditor-as-image-selector/use-CuteEditor-as-image-selector.aspx   have the same problem as with the other Demos for using CuteEditor as an image selector, the problem is that nothing happends when i press the ''Change Image''-button. No window ...
    Posted to Cute Editor for .NET (Forum) by barbaClemens on May 29, 2006
« First ... < Previous 78 79 80 81 82 Next > ... Last »