•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 375,200 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,227 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 183 | Replies: 2
![]() |
•
•
Join Date: Mar 2008
Posts: 68
Reputation:
Rep Power: 0
Solved Threads: 2
hi
i am new to php
i have a javascript function
below i have a html code for textboxes for getting tat value,i want to pass them to aspx page
i am new to php
i have a javascript function
JavaScript Syntax (Toggle Plain Text)
function delayer(){ var useri = document.getElementById('userid'); var passwor = document.getElementById('passwords'); window.location = "https://website.com/login.aspx?OPFirmID=86&UID=useri&PW=passwor"; }
Last edited by peter_budo : May 14th, 2008 at 2:08 pm. Reason: Keep It Organized - please use [code] tags
try this for getting textbox value.
JavaScript Syntax (Toggle Plain Text)
var useri=document.getElementById("<%=userid.ClientID%>"); var passwd=document.getElementById("<%=passid.ClientID%>");
Last edited by peter_budo : May 14th, 2008 at 2:09 pm. Reason: Keep It Organized - please use [code] tags
Nithya
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
Similar Threads
- xml data in different text boxes (VB.NET)
- Need help getting value of text boxes into variables (VB.NET)
- Clearing Text Boxes (VB.NET)
- Adding the results of two text boxes (Visual Basic Express Edition) (VB.NET)
- The Datagrid: How does one fill text boxes in edit mode with their original content? (ASP.NET)
- Cursor control in text boxes: (HTML and CSS)
- link text boxes with listbox (VB.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: checking the availability of the user
- Next Thread: I need u help in the Quires in many tables


Linear Mode