Wrox Programmer Forums
|
Other Programming Languages If you have a coding issue to discuss about another language that really isn't provided for in any other forum here (not ASP.NET C#, C++, VB, PHP, JavaScript, Python, Java, Perl, Applescript, XML or any of the other forum topics we have), post it here. Enough discussion on a language we don't have covered could prompt a new forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Other Programming Languages 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
  #1 (permalink)  
Old May 13th, 2006, 09:55 AM
bsd bsd is offline
Registered User
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default very urgent question

Hello..
can any one help me in this problem
if I have this code ..

<HTML>
<body>
<input id=T1 type=text size=20 name=T1 runat="server">

<form id=Form1 runat="server">

<asp:textbox id=Ts1 Runat="server" name="Ts1" size="20" />

<asp:imagebutton id=Imagebutton1 onclick = trans runat="server" ImageUrl="pic1/button4C.jpg"></asp:imagebutton>
</form>

<script>
Sub trans(sender As Object, e as ImageClickEventArgs)**
Ts1.Text= "" & T1.value
btnLogin_OnClick(sender,e)
End Sub
</script>

<script language=VB runat="server">

Sub btnLogin_OnClick(Src As Object, E As ImageClickEventArgs)
.....
this function is using the "text" in the Ts1 to search for it in the database
...
</script>
</body>
</html>

this function does not pass the value of T1 to Ts1
note :
I don't want to put the " input id=T1 " inside a form

please help me I really need it

Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
question urgent anubhav2007 C++ Programming 1 October 10th, 2007 11:28 PM
question on xslt templates -- urgent subbukns XSLT 1 May 21st, 2007 05:17 PM
Classic ASP question. Urgent !!! victorv Classic ASP Basics 0 September 25th, 2006 10:22 AM
ASP launching exe question - URGENT! Rammek Classic ASP Basics 2 October 26th, 2004 05:30 PM
Urgent Question Ben Horne Flash (all versions) 4 April 26th, 2004 04:50 PM





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