The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Table(full text in and press submit)
predatornw
post Jan 17 2011, 07:24 AM
Post #1





Group: Members
Posts: 6
Joined: 17-January 11
Member No.: 13,608



Hello now i found better way how to show it to you people.
I finished one teail of this workd .
Now the most important thing i need to do is >

1. Check this http://zr-gaming.ucoz.com/index/ban_lista/0-5
2. In place "Nick Igraca" __________ . When i type there something , that text shoudl go automaticly in table oben
Example When i write "OMG" it should fill "OMG" Under "Nick Igraca" There you see Pred@t0R is allredy filled in , but i do it alone in codes .
So i want when i fill the text and press submit it should go to real place automaticly , so it should be filled in .

How can i do it ?
I hear i need some script or something .

I will give you Reward and Reputation points for help , its inportant for me , i need to finish it for 24 hours .

Thank you very much guys .


If you dont understand something just tell me .

And very thanks to you who will try to help me .


This is important for me i need to finish my website for 24 hours
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 17 2011, 09:26 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



You can't do that with HTML alone.

What's Reward and Reputation points? Not sure I want that.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
predatornw
post Jan 17 2011, 10:00 AM
Post #3





Group: Members
Posts: 6
Joined: 17-January 11
Member No.: 13,608



Hmmmm i mean here u can give reputation and awards for help , but how i see now its not possible .

I hear only html codes and some Java script is needed for this .
Do anyone know how to do it ?

I'll be grateful to you people .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Jan 17 2011, 12:11 PM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Your form currently has no action attribute, so it is completely dependent upon JavaScript.

But even if you use JavaScript to submit the form, you need some kind of server-side (e.g., CGI, PHP) program to process the form data and do something. The only exception might be some sort of JavaScript calculator, but JavaScript can't save the data anywhere other than browser cookies.

Please see the FAQ entry How do I use forms?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
predatornw
post Jan 17 2011, 12:38 PM
Post #5





Group: Members
Posts: 6
Joined: 17-January 11
Member No.: 13,608



QUOTE(Darin McGrew @ Jan 17 2011, 06:11 PM) *

Your form currently has no action attribute, so it is completely dependent upon JavaScript.

But even if you use JavaScript to submit the form, you need some kind of server-side (e.g., CGI, PHP) program to process the form data and do something. The only exception might be some sort of JavaScript calculator, but JavaScript can't save the data anywhere other than browser cookies.

Please see the FAQ entry How do I use forms?




Hmmm , thank you for spending your time on my problem .
But do you know is it possible , when i click Submit it send me automaticly this data to my e-mail.
For my website i am using free service www.ucoz.com .
So i really dont understand some things about design becouse i am still learning design websites and coding biggrin.gif
That becouse i am learning of you proffesional people .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 17 2011, 01:52 PM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



See the FAQ entry after the one Darin linked to.
http://www.htmlhelp.com/faq/html/forms.html#mailto-form

You have two option.

A. You use a script that runs on the server, i.e. not JavaScript.

B. You use mailto (described in the FAQ entry I linked to). This is unreliable and may not work. When it does work, all it does is open the user's email client with an email with the To line already filled in and the form result in the body of the email. Not very cool.

If you can't run scripts where you are hosted you may use a service that handle things for you. The price for this is either money or ads. The ads don't have to be that bad if they are displayed in the emails and not on your page. Maybe there are free and ad-free services too, I don't know. You find a whole bunch at the URL below.
http://www.hotscripts.com/category/remotel...orm-processors/

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
predatornw
post Jan 18 2011, 07:51 AM
Post #7





Group: Members
Posts: 6
Joined: 17-January 11
Member No.: 13,608



Well my website service is Ucoz , and i am able to use Java scripts on my website & i am able to Apply personal template to the page .
Now i really dont know how to make this script and i dont know what should i do and i dont know anything about this option i need .
This is my first time to try to make so something like this i explaned to you .
All scripts i used i found it on Google , and there are explanation where i should paste it and what i should change .

So if you can make this Html codes & script codes for me please .

Well just tell me the info what you need.

The code what i am using right now is :
CODE
<table width="100%" cellpadding="2" cellspacing="2">
<tbody><tr>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Nick Igraca :</b></font></td>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Steam ID Igraca :</b></font></td>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Razlog Bana :</b></font></td>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Trajanje Bana :</b></font></td>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Admin Nick :</b></font></td>
</tr>
<tr>
<td bgcolor="#000000">Here should go the text typed in filed (Nick Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Steam ID Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Razlog bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Trajanje Bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Admin Nick)</td>
</tr>
</tbody></table>

<br><br><br><br>
<html>
<head></head>
<body>
<fieldset>
<legend><b><font color="#ff0000"><blink>PODACI</blink></font></b></legend>
<table border="0">
<tbody>
<tr>
<td>Nick igraca <font color="#ff0000">=></font></td>
<td>
<input type="text" name="clientname" id="clientname" value>
</td>
</tr>
<tr>
<td>Steam ID Igraca <font color="#ff0000">=></font></td>
<td>
<input type="text" name="clientmail" id="clientmail" value>
</td>
</tr>
<tr>
<td>Razlog bana <font color="#ff0000">=></font></td>
<td>
<input type="text" name="clientcity" id="clientcity" value>
</td>
</tr>
<tr>
<td>Trajanje Bana <font color="#ff0000">=></font></td>
<td>
<input type="text" name="servername" id="servername" value>
</td>
</tr>
<tr>
<td>Admin Nick <font color="#ff0000">=></font></td>
<td>
<input type="text" name="clientmail" id="clientmail" value>
</td>
</tr>
</tbody>
</table>
</fieldset>
<input type="submit" name="submit" value="Submit">
<br><br><br><br>


And every time when i write the needed text in filds and hit "Submit" it should automaticly create new rows and put in the writed text in the fields.
Well the new rows should looks like that :
CODE

<tr>
<td bgcolor="#000000">Here should go the text typed in filed (Nick Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Steam ID Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Razlog bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Trajanje Bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Admin Nick)</td>
</tr>


Example :

When i three time write the text in filds and hit submit , the table should looks like this :
CODE

<table width="100%" cellpadding="2" cellspacing="2">
<tbody><tr>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Nick Igraca :</b></font></td>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Steam ID Igraca :</b></font></td>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Razlog Bana :</b></font></td>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Trajanje Bana :</b></font></td>
<td bgcolor="#ffffff"><font color="#ff0000"><b>Admin Nick :</b></font></td>
</tr>
<tr>
<td bgcolor="#000000">Here should go the text typed in filed (Nick Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Steam ID Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Razlog bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Trajanje Bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Admin Nick)</td>
</tr>
<tr>
<td bgcolor="#000000">Here should go the text typed in filed (Nick Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Steam ID Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Razlog bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Trajanje Bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Admin Nick)</td>
</tr>
<tr>
<td bgcolor="#000000">Here should go the text typed in filed (Nick Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Steam ID Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Razlog bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Trajanje Bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Admin Nick)</td>
</tr>
</tbody></table>

<br><br><br><br>
<html>
<head></head>
<body>
<fieldset>
<legend><b><font color="#ff0000"><blink>PODACI</blink></font></b></legend>
<table border="0">
<tbody>
<tr>
<td>Nick igraca <font color="#ff0000">=></font></td>
<td>
<input type="text" name="clientname" id="clientname" value>
</td>
</tr>
<tr>
<td>Steam ID Igraca <font color="#ff0000">=></font></td>
<td>
<input type="text" name="clientmail" id="clientmail" value>
</td>
</tr>
<tr>
<td>Razlog bana <font color="#ff0000">=></font></td>
<td>
<input type="text" name="clientcity" id="clientcity" value>
</td>
</tr>
<tr>
<td>Trajanje Bana <font color="#ff0000">=></font></td>
<td>
<input type="text" name="servername" id="servername" value>
</td>
</tr>
<tr>
<td>Admin Nick <font color="#ff0000">=></font></td>
<td>
<input type="text" name="clientmail" id="clientmail" value>
</td>
</tr>
</tbody>
</table>
</fieldset>
<input type="submit" name="submit" value="Submit">
<br><br><br><br>


And every time when someone write the text it shoudl create automativly new row
CODE

<tr>
<td bgcolor="#000000">Here should go the text typed in filed (Nick Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Steam ID Igraca)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Razlog bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed  (Trajanje Bana)</td>
<td bgcolor="#000000">Here should go the text typed in filed (Admin Nick)</td>
</tr>

With the text write in fileds .

So i know this is big process a coding , but if someone have time to do that for me .
I would be grateful to you from the heart ! smile.gif

So : i am able to use Java scripts on my control panel of my website .
I think all i need it is that finished "java script" and "and some html codes "
If someone can make it for me and give me , and explane where i should put that all "


Thank you very much!!!!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Jan 18 2011, 11:20 AM
Post #8


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE
And every time when i write the needed text in filds and hit "Submit" it should automaticly create new rows and put in the writed text in the fields.
Client-side programming (JavaScript) won't do it.

What kinds of server-side programming can you use on your server? CGI? PHP? ASP? Something else?

What kind of programming experience do you have?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 18 2011, 12:58 PM
Post #9


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



If you can't run scripts on the server (that does NOT include JavaScript that runs in the browser), use one of the services I linked to above.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
predatornw
post Jan 18 2011, 02:06 PM
Post #10





Group: Members
Posts: 6
Joined: 17-January 11
Member No.: 13,608



For now i dont have anything of this on my server , but server will make " php " soon .
I dont have really any experience with programing becouse i am newbie .
I am learning all . Its my first month.
I know the most important things for normal website .
But this one i dont know smile.gif
That becouse i am searching for someone who can help me .
But its hard to find helpful people sad.gif
Well now really i dont know what to do ..
Anyway thank you Darin McGrew and all other.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 18 2011, 02:25 PM
Post #11


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



We are trying to help you. For the form, use one of the services listed here: http://www.hotscripts.com/category/remotel...orm-processors/ . All you need to do is to modify the form in the way they show you. They handle everything and forward the form result in an email to you.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
predatornw
post Jan 18 2011, 07:27 PM
Post #12





Group: Members
Posts: 6
Joined: 17-January 11
Member No.: 13,608



Thank you very much people smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 05:25 PM