|
Search
You searched for the word(s): form
Showing page 15 of 300 (2,996 total posts)
< 1 second(s)
-
Adam,
If you add the HTML snippet from my original post to this example (under Windows XP or Vista and IE7), you should see the issue. Just to be clear, I'm referring to behavior of the dropdown list in the Normal pane, not the Preview pane. Also, if you click it twice in rapid succession, the list will stay down. But this ...
-
Ah, no. What I'm talking about is the Editor box itself. Here's what I'm trying to do (a garish example, but its only an example, not exactly what I'm looking for):
And all the other stuff that goes along with it, such as the overall background color, etc., but primarily just the outside border.
-
Hi wingowin,
Actual, the code is corrects by the browser, the html code what you are using is not a standard HTML, so the browser corrects it directly. For now we can not prevent it, sorry for your inconvenience.
Regards,
Ken
-
Please try the following code:
<%@ Language=''VBScript'' %>
<!-- #include file=''aspuploader/include_aspuploader.asp'' -->
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Darryl,
Here it is:
Dad.htm
<HTML><HEAD><SCRIPT>function popupCuteEditor(v_form, v_field){ var newWin, v_pagestring; w = 770; h = 500; LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : ...
-
Sure, here it is:////////////////using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using CuteChat;
using System.Data;
using System.Data.Common;
using System.Collections;
using System.Data.SqlClient;
using System.Data.Sql;
/// <summary>
/// Summary description for CCDVAChatProvider
/// ...
-
Hi hackerim, Please refer to example page ''form-keepingstate.asp'', in this example it shows you how to get the upload file name by classic asp code. Then you can save it it database there. What I mean is the code below. mvcfile.FileName is the original file name. You can save it there. <%Dim ...
-
Dear ahcool82,
Please refer to the following snippet:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Dear doubter,
Please refer to the following example:
<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?>
<html>
<head>
</head>
<body>
<form name=''theForm'' action=''Edithtml.php?postback=true'' method=''post''>
<?php
$editor=new CuteEditor();
$editor->ID=''Editor1'';
// ...
-
Do you mean the source code of todatabase.asp? The following are its code:
<!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' -->
<html>
<head>
<title></title>
<link rel=''stylesheet'' href=''asp.css'' type=''text/css'' ...
... 15 ...
|
|
|