Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
8
of
8
(
80
total posts)
< 1
second(s)
How to change or retain mode on page PostBack?
F
o
r
e
x
a
m
p
l
e
i
c
h
a
n
g
e
d
m
o
d
e
f
r
o
m
n
o
r
m
a
l
t
o
h
t
m
l
&
#
1
6
0
;
i
n
c
u
t
e
e
d
i
t
o
r
n
o
w
w
h
e
n
t
h
e
p
a
g
e
i
s
p
o
s
t
e
d
b
a
c
k
t
h
e
c
u
t
e
e
d
i
t
o
r
&
#
1
6
0
;
i
s
i
n
h
t
m
l
m
o
d
e
i
w
a
n
t
t
h
a
t
c
u
t
e
e
d
i
t
o
r
s
h
o
u
l
d
r
e
m
a
i
n
i
n
n
o
r
m
a
l
m
o
d
e
w
h
e
n
e
v
e
r
t
h
e
p
a
g
e
i
s
p
o
s
t
e
d
b
a
c
k
.
T
h
a
n
k
s
.
&
#
1
6
0
;
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
April 22, 2005
How to make inserted image as a backgroud image ?
&
#
1
6
0
;
w
h
e
n
w
e
i
n
s
e
r
t
a
n
i
m
a
g
e
i
n
c
u
t
e
s
o
f
t
e
d
i
t
o
r
,
h
o
w
c
a
n
w
e
m
a
k
e
t
h
a
t
i
n
s
e
r
t
e
d
&
#
1
6
0
;
i
m
a
g
e
t
o
b
e
a
b
a
c
k
g
r
o
u
n
d
i
m
a
g
e
?
&
#
1
6
0
;
A
c
t
u
a
l
l
y
w
e
w
a
n
t
t
o
i
n
s
e
r
t
a
n
i
m
a
g
e
i
c
o
n
o
n
t
h
a
t
i
n
s
e
r
t
e
d
i
m
a
g
e
.
.
.
&
#
1
6
0
;
&
#
1
6
0
;
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 30, 2005
HTML is changed after it is pasted in cute soft editor
w
h
e
n
i
u
s
e
f
o
l
l
o
w
i
n
g
c
o
d
e
t
o
p
a
s
t
e
t
h
e
h
t
m
l
&
#
1
6
0
;
,
w
h
e
n
t
h
e
d
r
o
p
d
o
w
n
i
s
s
e
l
e
c
t
e
d
-
f
o
r
e
a
c
h
(
F
i
l
e
S
y
s
t
e
m
I
n
f
o
i
n
f
o
i
n
f
s
i
)
{
s
F
i
l
e
P
a
t
h
=
s
F
i
l
e
L
o
c
+
i
n
f
o
.
N
a
m
e
;
s
t
r
i
n
g
s
T
e
x
t
=
t
h
i
s
.
G
e
t
F
i
l
e
T
e
x
t
(
s
F
i
l
e
P
a
t
h
)
;
d
r
o
p
d
o
w
n
.
I
t
e
m
s
.
A
d
d
(
i
n
f
o
.
N
a
m
e
,
s
T
e
x
t
.
T
o
S
t
r
i
n
g
(
)
)
;
}
d
r
o
p
d
o
w
n
.
A
t
t
r
i
b
u
t
e
s
[
'
'
o
n
c
h
a
n
g
e
'
'
]
=
'
'
[
C
u
t
e
E
d
i
t
o
r
_
D
r
o
p
D
o
w
n
C
o
m
m
a
n
d
(
t
h
i
s
,
'
P
a
s
t
e
H
T
M
L
'
)
]
'
'
;
I
&
#
1
6
0
;
w
a
n
t
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 29, 2005
How to clear text area of editor before pasting html?
i
h
a
d
m
a
d
e
a
d
r
o
p
d
o
w
n
i
n
t
o
o
l
b
a
r
o
f
c
u
t
e
s
o
f
t
e
d
i
t
o
r
a
n
d
i
a
m
u
s
i
n
g
f
o
l
l
o
w
i
n
g
c
o
d
e
t
o
p
a
s
t
e
t
h
e
H
T
M
L
i
n
t
e
x
t
a
r
e
a
o
f
c
u
t
e
s
o
f
t
e
d
i
t
o
r
.
d
r
o
p
d
o
w
n
.
A
t
t
r
i
b
u
t
e
s
[
'
'
o
n
c
h
a
n
g
e
'
'
]
=
'
'
[
C
u
t
e
E
d
i
t
o
r
_
D
r
o
p
D
o
w
n
C
o
m
m
a
n
d
(
t
h
i
s
,
'
P
a
s
t
e
H
T
M
L
'
)
]
'
'
;
&
#
1
6
0
;
b
u
t
b
e
f
o
r
e
t
h
i
s
t
e
x
t
s
h
o
u
l
d
b
e
p
a
s
t
e
d
i
n
e
d
i
t
o
r
,
i
w
a
n
t
t
o
d
e
l
e
t
e
a
l
l
H
T
M
L
o
r
t
e
x
t
,
p
r
e
s
e
n
t
i
n
t
h
e
t
e
x
t
a
r
e
a
&
#
1
6
0
;
o
f
t
h
e
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 29, 2005
Re: How to get "SRC" or URL of selected image.
T
h
a
n
k
s
A
d
a
m
.
.
i
t
w
o
r
k
s
.
.
I
r
e
a
l
l
y
a
p
p
r
e
c
i
a
t
e
y
o
u
r
h
e
l
p
.
.
&
#
1
6
0
;
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 29, 2005
How to get "SRC" or URL of selected image.
i
a
m
u
s
i
n
g
f
o
l
l
o
w
i
n
g
c
o
d
e
.
.
a
n
d
n
o
t
a
b
l
e
t
o
g
e
t
t
h
e
'
'
S
R
C
'
'
o
r
U
R
L
o
f
t
h
e
s
e
l
e
t
e
d
i
m
a
g
e
.
.
v
a
r
e
d
i
t
o
r
1
=
d
o
c
u
m
e
n
t
.
g
e
t
E
l
e
m
e
n
t
B
y
I
d
(
'
&
l
t
;
%
=
E
d
i
t
o
r
1
.
C
l
i
e
n
t
I
D
%
&
g
t
;
&
l
t
;
%
=
E
d
i
t
o
r
1
.
C
l
i
e
n
t
I
D
%
&
g
t
;
&
l
t
;
%
=
E
d
i
t
o
r
1
.
C
l
i
e
n
t
I
D
%
&
g
t
;
'
)
;
v
a
r
e
d
i
t
d
o
c
=
e
d
i
t
o
r
1
.
G
e
t
D
o
c
u
m
e
n
t
(
)
;
&
#
1
6
0
;
i
f
(
e
d
i
t
d
o
c
.
s
e
l
e
c
t
i
o
n
.
t
y
p
e
=
=
'
C
o
n
t
r
o
l
'
)
{
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 29, 2005
Not able to Create a selection range, i am using following code.
f
u
n
c
t
i
o
n
c
r
e
a
t
e
R
a
n
g
e
(
)
{
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
v
a
r
e
d
i
t
o
r
=
d
o
c
u
m
e
n
t
.
g
e
t
E
l
e
m
e
n
t
B
y
I
d
(
'
C
E
_
E
d
i
t
o
r
1
_
I
D
_
F
r
a
m
e
'
)
;
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
e
d
i
t
o
r
.
f
o
c
u
s
(
)
;
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
v
a
r
s
e
l
=
e
d
i
t
o
r
.
d
o
c
u
m
e
n
t
.
s
e
l
e
c
t
i
o
n
.
c
r
e
a
t
e
R
a
n
g
e
(
)
.
t
e
x
t
;
}
C
E
:
E
d
i
t
o
r
i
d
=
'
'
E
d
i
t
o
r
1
'
'
r
u
n
a
t
=
'
'
s
e
r
v
e
r
'
'
i
n
p
u
t
t
y
p
e
=
'
b
u
t
t
o
n
'
&
#
1
6
0
;
V
a
l
u
e
=
'
C
u
s
t
o
m
i
z
e
'
i
d
=
'
s
e
l
C
u
s
t
o
m
i
z
e
'
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 28, 2005
how to get file id of selected image?
A
c
c
o
r
d
i
n
g
t
o
t
h
e
c
o
d
e
b
e
l
o
w
i
h
a
v
e
t
o
p
a
s
s
t
h
e
f
i
l
e
p
a
t
h
t
o
g
e
t
t
h
e
f
i
l
e
i
d
o
f
t
h
e
s
e
l
e
c
t
e
d
i
m
a
g
e
.
.
p
u
b
l
i
c
o
v
e
r
r
i
d
e
s
t
r
i
n
g
G
e
t
F
i
l
e
U
r
l
(
s
t
r
i
n
g
f
i
l
e
p
a
t
h
)
{
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
f
i
l
e
p
a
t
h
=
C
a
l
c
P
a
t
h
(
V
i
r
t
u
a
l
R
o
o
t
,
f
i
l
e
p
a
t
h
)
;
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
/
/
t
r
y
p
u
t
t
i
n
g
y
o
u
r
c
o
d
e
h
e
r
e
.
.
.
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
r
e
t
u
r
n
d
o
w
n
f
i
l
e
+
'
'
?
f
i
l
e
i
d
=
'
'
+
G
e
t
I
t
e
m
I
d
(
f
i
l
e
p
a
t
h
)
;
}
N
o
w
i
f
t
h
e
r
e
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 28, 2005
How to get file id of selected image.
A
c
c
o
r
d
i
n
g
t
o
t
h
e
c
o
d
e
b
e
l
o
w
i
h
a
v
e
t
o
p
a
s
s
t
h
e
f
i
l
e
p
a
t
h
t
o
g
e
t
t
h
e
f
i
l
e
i
d
o
f
t
h
e
s
e
l
e
c
t
e
d
i
m
a
g
e
.
.
p
u
b
l
i
c
o
v
e
r
r
i
d
e
s
t
r
i
n
g
G
e
t
F
i
l
e
U
r
l
(
s
t
r
i
n
g
f
i
l
e
p
a
t
h
)
{
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
f
i
l
e
p
a
t
h
=
C
a
l
c
P
a
t
h
(
V
i
r
t
u
a
l
R
o
o
t
,
f
i
l
e
p
a
t
h
)
;
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
/
/
t
r
y
p
u
t
t
i
n
g
y
o
u
r
c
o
d
e
h
e
r
e
.
.
.
&
#
1
6
0
;
&
#
1
6
0
;
&
#
1
6
0
;
r
e
t
u
r
n
d
o
w
n
f
i
l
e
+
'
'
?
f
i
l
e
i
d
=
'
'
+
G
e
t
I
t
e
m
I
d
(
f
i
l
e
p
a
t
h
)
;
}
N
o
w
i
f
t
h
e
r
e
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 28, 2005
How to get identity of selected image.
I
a
m
a
b
l
e
t
o
s
t
o
r
e
t
h
e
i
n
f
o
r
m
a
t
i
o
n
o
f
t
h
e
u
p
l
o
a
d
e
d
i
m
a
g
e
i
n
t
h
e
d
a
t
a
b
a
s
e
.
B
u
t
d
o
h
e
l
p
m
e
i
n
d
o
i
n
g
t
h
i
s
&
#
8
2
1
1
;
I
h
a
v
e
u
p
l
o
a
d
e
d
f
e
w
i
m
a
g
e
s
i
n
t
h
e
c
u
t
e
s
o
f
t
e
d
i
t
o
r
a
n
d
w
h
e
n
I
s
e
l
e
c
t
a
n
y
o
n
e
o
f
t
h
o
s
e
i
m
a
g
e
,
a
n
e
w
.
a
s
p
x
w
i
n
d
o
w
s
h
o
u
l
d
b
e
o
p
e
n
e
d
o
n
p
r
e
s
s
i
n
g
t
h
e
c
u
s
t
o
m
i
z
e
d
b
u
t
t
o
n
,
a
n
d
t
h
e
n
a
m
e
o
r
t
h
e
i
m
a
g
e
i
d
o
f
t
h
a
t
s
e
l
e
c
t
e
d
i
m
a
g
e
s
h
o
u
l
d
b
e
p
a
s
s
e
d
t
o
t
h
a
t
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
gurpreet
on
March 25, 2005
More Search Options
« First
...
< Previous
4
5
6
7
8