iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > JavaScript

Reply
 
LinkBack (1) Thread Tools
Old April 3rd, 2009, 04:01 AM   1 links from elsewhere to this Post. Click to view. #1
New Member
 

Join Date: Apr 2009
Location: UK
Age: 25
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 vanesa is on a distinguished road
Can any one solve this coding

can somebody explain me about this source code means??? Thax a lot


function prosInputSekolah()
{
var param='kd_sekolah=' + $F('kd_sekolah') + '&nm_sekolah=' + $F('nm_sekolah') + '&alamat=' + $F('alamat') + '&jenis=' + $F('jenis') + '&status=' + $F('status_sekolah') + '&no_tlp=' + $F('no_tlp') + '&fax=' + $F('fax') + '&website=' + $F('website') + '&email=' + $F('email') + '&password=' + $F('password') + '&jenis_operasi=' + $F('jenis_operasi');
new Ajax.Request('admin/prosInputSekolah.php',
{
method:'post',
parameters: param,
onSuccess: function(transport)
{
var response = transport.responseText;
$('status').update(response);
$('status').innerHTML;
$('form1').reset();
new Ajax.Updater(
{success: 'gridbox'},
'admin/prosLihatSekolah.php',
{method: 'post', parameters: '', onFailure: function() { alert("Pencarian data gagal!") }
});
},
onFailure: function() { alert("Input Failure!") }
}
 
}

-------------------------------


Last edited by GalaxyTramp; September 20th, 2009 at 11:23 AM.. Reason: Signature rule violation
vanesa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old April 3rd, 2009, 10:13 AM   #2
Reputable Member
 

Join Date: Nov 2008
Location: Lexington, KY
Posts: 243
Thanks: 0
Thanked 1 Time in 1 Post
Rep Altering Power: 0 Dubbs is on a distinguished road
Re: Can any one solve this coding

It seems like the code is for a login script, or some type of form.
Dubbs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 19th, 2009, 05:05 AM   #3
New Member
 

Join Date: Apr 2009
Location: UK
Age: 25
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 vanesa is on a distinguished road
Re: Can any one solve this coding

Quote:
Originally Posted by vanesa View Post
can somebody explain me about this source code means??? Thax a lot


function prosInputSekolah()
{
var param='kd_sekolah=' + $F('kd_sekolah') + '&nm_sekolah=' + $F('nm_sekolah') + '&alamat=' + $F('alamat') + '&jenis=' + $F('jenis') + '&status=' + $F('status_sekolah') + '&no_tlp=' + $F('no_tlp') + '&fax=' + $F('fax') + '&website=' + $F('website') + '&email=' + $F('email') + '&password=' + $F('password') + '&jenis_operasi=' + $F('jenis_operasi');
new Ajax.Request('admin/prosInputSekolah.php',
{
method:'post',
parameters: param,
onSuccess: function(transport)
{
var response = transport.responseText;
$('status').update(response);
$('status').innerHTML;
$('form1').reset();
new Ajax.Updater(
{success: 'gridbox'},
'admin/prosLihatSekolah.php',
{method: 'post', parameters: '', onFailure: function() { alert("Pencarian data gagal!") }
});
},
onFailure: function() { alert("Input Failure!") }
}
 
}

-------------------------------
nice

Last edited by GalaxyTramp; September 20th, 2009 at 11:23 AM.. Reason: Signature rule violation
vanesa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks


LinkBacks (?)
LinkBack to this Thread: http://webforumz.com/javascript/73713-can-any-one-solve-this-coding.htm
Posted By For Type Date
Website Planning This thread Refback April 4th, 2009 04:37 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can you solve this coding Marky .NET 1 March 27th, 2009 05:06 AM
Can anyone help me to solve this coding? heeromai Flash and ActionScript 0 March 9th, 2008 05:57 AM
Please help solve bck grd img fliker IE6 Oak HTML, XHTML and CSS 12 March 5th, 2008 10:21 AM
solve my problem?! karoliina Your Design and Layout 9 February 21st, 2007 06:25 AM
Ok SQL wizzes! Solve this! Weird1993 Databases 2 February 12th, 2007 09:34 PM


Search Engine Optimization by vBSEO 3.2.0 RC8