/    Sign up×
Community /Pin to ProfileBookmark

Help ! – Text Edit on Webpage

Hello, Can you help me… Im making a website and i want find a way to edit text on online not using Dreamweaver. The texts (words) display on homepage and when i want change the text so i login in to change the texts which display on homepage.

I don’t need the codes for login. All i need code for edit text. I got some ideas here

[CODE]<html>
<body>
<p>This is the text in the text file:</p>
<%
Set fs=Server.CreateObject(“Scripting.FileSystemObject”)

Set f=fs.OpenTextFile(Server.MapPath(“testread.txt”), 1)
Response.Write(f.ReadAll)
f.Close

Set f=Nothing
Set fs=Nothing
%>
</body>
</html>
[/CODE]

So that is .txt file so can i edit the text in my login and change the text then save it… it display the text on homepage…

I hope you understand what i mean. Hope to hear from you
Thanks,

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@A1ien51Jul 23.2007 — That JavaScript ActiveX is made to edit files on your local computer and not on some other web host. If you want to do something like that, you need to learn a serverside langauge.

Eric
×

Success!

Help @_VIP_ spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...