Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ajax edit-in-place w/ prototype.js

Status
Not open for further replies.

tamak

Programmer
Sep 6, 2006
19
0
0
US
re:
Ive been studying this tutorial / example and am trying to get it to work (i.e. 'catch' the edited text (textarea) at the 'save_URL' to then be able to do something with it like writ it to a database, etc. -- for now I'd be happy if I could just response.write it out and have it displayed)...

... but when I try to access the text that is supposed to be 'passed' to the subsequent page using any of the following, the string is empty:

Code:
request.form("bigedit")
request.querystring("bigedit")
request.querystring

... in PHP I understand its as simple as

Code:
$the_name = htmlspecialchars($_GET['greeting-name']);

how can I 'retrieve' / access the content using vb / asp?


Thanks!
 
You need the ASP forum for this: forum333

-kaht

Looking for a puppy? [small](Silky Terriers are hypoallergenic dogs that make great indoor pets due to their lack of shedding and small size)[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top