Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-06-2007, 01:12 AM   PM User | #1
psionicbattousa
New to the CF scene

 
Join Date: Feb 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
psionicbattousa is an unknown quantity at this point
Not quite sure how to do this

I'm fairly new to javascript, I was wondering how to do something. I've got a site for my DnD campaign, and on it, there is a place for my players to post their characters' journal entries. I developed a form that will allow them to post enter their journal entries online. I was wondering how to go about doing something like that, that will work in both IE and Firefox. Just a push in the right direction would be nice, I'm not asking for all of the code or anything (Unless someone has code of this nature and is willing to share. I wouldn't say no ). Anyways, thanks for your time.
psionicbattousa is offline   Reply With Quote
Old 02-06-2007, 04:33 AM   PM User | #2
TripperTreats
New Coder

 
TripperTreats's Avatar
 
Join Date: Oct 2006
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
TripperTreats is an unknown quantity at this point
if you want to have the journal entries appear permanently on the page, and not just for the individual who types it, you cannot use javascript because it is a client-side language. in other words, the server is done with you when it sends the webpage, and javascript adds bells and whistles on your side when you do stuff.

there are different options for what you need. you might try php or perl. there are also many, many, premade bulletin board templates out there that do all the work for you. i recommend you check these out, because if you are happy with your form, you can insert it into one of the many templates. they take care of difficult things like security, spam prevention, etc.
__________________
Psychedelic digital art at www.trippertreats.com.

"And in the end, the love you take
is equal to the love you make
."
TripperTreats is offline   Reply With Quote
Old 02-10-2007, 01:14 AM   PM User | #3
psionicbattousa
New to the CF scene

 
Join Date: Feb 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
psionicbattousa is an unknown quantity at this point
Quote:
Originally Posted by TripperTreats View Post
if you want to have the journal entries appear permanently on the page, and not just for the individual who types it, you cannot use javascript because it is a client-side language. in other words, the server is done with you when it sends the webpage, and javascript adds bells and whistles on your side when you do stuff.

there are different options for what you need. you might try php or perl. there are also many, many, premade bulletin board templates out there that do all the work for you. i recommend you check these out, because if you are happy with your form, you can insert it into one of the many templates. they take care of difficult things like security, spam prevention, etc.
Where could I go to find such a thing? I'd look myself, but I don't know what's good for this sort of thing, so if you could just point me in the right direction, that'd be great.
psionicbattousa is offline   Reply With Quote
Old 02-10-2007, 01:23 AM   PM User | #4
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
php www.hotscripts.com good luck.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:12 PM.


Advertisement
Log in to turn off these ads.