Getdata()

This is a discussion on "Getdata()" within the JavaScript Forum section. This forum, and the thread "Getdata() are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 9th, 2006, 09:15
Junior Member
Join Date: Sep 2005
Location: Beyond the seas there's a town,In hand of each child a branch of insight lies,I shall build a boat.
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Getdata()

Hello firends
May someone give me complete example about this function?getdata()?(Its syantax,Tutorial for that...)
Reply With Quote

  #2 (permalink)  
Old Sep 9th, 2006, 11:51
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Getdata()

http://msdn.microsoft.com/library/de...ds/getdata.asp

Why don't people try searching anymore?
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #3 (permalink)  
Old Sep 9th, 2006, 14:18
Junior Member
Join Date: Sep 2005
Location: Beyond the seas there's a town,In hand of each child a branch of insight lies,I shall build a boat.
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Getdata()

Hello firend
From AJAX for dummies:
Quote:
Checking to make sure you have a valid XMLHttpRequest object
Now that you’ve got the needed
XMLHttpRequest object stored in the variable
XMLHttpRequestObject


, how do you actually fetch the text the application
wants when the user clicks the button? All that takes place in the
getData


Code: Select all
function in the <script> element, as shown here: 
<FONT face=WileyCode-Regular size=1>
 
<script language = “javascript”>
.
.
.
function getData(dataSource, divID)
{
.
.
.
}
</script>
From that link you sent:
Syntax
sRetrieveData = object.getData(sDataFormat) That is different syntax,Anyway thanks

Last edited by spinal007; Sep 9th, 2006 at 17:14.
Reply With Quote
  #4 (permalink)  
Old Sep 9th, 2006, 17:12
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: Getdata()

You said a function called get data, you didnt' specify it was part of a library.
Anyone can write a function called getData, there's probably thousands out there.

what exactly do you want to know about the 'getData' functiion mentioned in this book? chances are there will be examples in the appendices...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
Reply

Tags
getdata

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


All times are GMT. The time now is 01:15.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43