|
Search
You searched for the word(s): aspx
Showing page 80 of 918 (9,180 total posts)
< 1 second(s)
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
>> 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 ...
-
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 ...
-
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 ...
... 80 ...
|
|
|