Wrox Programmer Forums
|
BOOK: VBScript Programmer's Reference, 1st, 2nd, and 3rd editions
This is the forum to discuss the Wrox book VBScript Programmer's Reference, 3rd Edition by Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read; ISBN: 9780470168080
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: VBScript Programmer's Reference, 1st, 2nd, and 3rd editions section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 20th, 2006, 07:38 AM
Registered User
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need ur Help

I want to get a value in input box and then fetch that value into ASP. Please help me.

Aku
 
Old March 20th, 2006, 08:59 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 553
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to vinod_yadav1919 Send a message via Yahoo to vinod_yadav1919
Default

Hii Akansha!!
Hope this will help you
********demo.asp*********

<% firstname="akash" %>
<input type=text name="fname" value="<%=firstname%>">

When you click on the submit button and want to access it in asp page then
*******************submit.asp************
<%
response.write(request("fname"))
firstname=request("fname")
%>



Cheers :)

vinod





Similar Threads
Thread Thread Starter Forum Replies Last Post
can anybody share ur knowledge wth ajax kunchala_rakesh Ajax 1 September 13th, 2007 10:10 PM
Need ur help anils Visual Basic 2005 Basics 0 May 27th, 2007 02:55 AM
Need ur help anils Visual Basic 2005 Basics 0 May 27th, 2007 02:53 AM
i want ur help! thanx! vincentaries C++ Programming 2 September 18th, 2006 03:04 PM
im new here and i need ur help.... momoi Beginning VB 6 2 January 30th, 2006 11:44 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.