Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: Problem with relative/absolute paths and EditCompleteDocument
Re: Problem with relative/absolute paths and EditCompleteDocument
08-23-2007, 1:15 AM
mverbeek
Joined on 07-07-2005
Posts 9
Re: Problem with relative/absolute paths and EditCompleteDocument
Reply
Quote
Adam,
With editor.URLType = "Absolute"
I get the folowing source:
<html>
<head>
</head>
<body>
<img height="181" alt="" src="http://www.solit.nl/images/afbhomev1.jpg" width="98" border="0" />
</body>
</html>
BUT I want the image source to a different domain: editor.BaseHref =
http://www.anothersite.nl
So this is not the solution!!
View Complete Thread