vad blir det för fel då?
kan nån lägga till flera funktioner?
28 svar · 1 087 visningar · startad av medialabs · sida 2 av 2
Frågan, av medialabs
hej! har hittat ett litet och bra Editor men nu undrar jag om on skulle kunna göra så att man kan spara sidan på hårddisken genom att tex. klicka på nån länk på sidan. och så skulle jag uppskatta om skulle kunna lägga in så att html taggarna kom med också för nu så kommer inte \<html\> och dom med.
Läs frågan i sin helhet →blir inget fel, <br> kommer inte med närman har sparat sidan.
Detta då?
<%
Response.contentType = "application/text-html"
Response.addHeader "content-disposition", "attachment; filename="& request("htmlName") &"_html.html"
strText=replace(request("box2"),"<P>"," ")
strText=replace(request("box2"),"</P>","<BR>")
Response.write "<html><head><head>"&_
"<body>"& strText & "</body><html>"
%>
Kan man använda editorn på sidor jag skall sälja eller måste man pröjsa? :D
Det var iaf den absolut bästa editorn jag sett.
henrikjohansson skrev:
Kan man använda editorn på sidor jag skall sälja eller måste man pröjsa? :D
Det var iaf den absolut bästa editorn jag sett.
Copyright (c) 2002 interactivetools.com, inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
a) The above copyright notice, this permission notice, and the "About this editor" button that appears as a question mark in the editor interface, shall be included in all copies or substantial portions of the Software.
b) The "About this editor" button that appears as a question mark ("?") in the editor interface must always be visible in the editor interface and bring up the original "About" dialog window when clicked.
c) The "About" dialog window and its contents, including the link to interactivetools.com can not be amended.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Ok där ser man.. Men vad skulle det kosta att köpa loss den?
Varför ändra så att enterslag blir till <br> ?
Som den är nu fungerar den ju som en riktig editor, <br> får du om du trycker shift+enter.
Jag undrar också var man ändrar så att istället för <p> vid entertryckning så vill jag att man ska få <br>
(Iofs går det väl, om inte annat kanske med omvägen genom asp...?)
