|
-
Jun 14th, 2002, 01:50 PM
#1
Thread Starter
Fanatic Member
Access Text box using javascript
I am trying to access this text box through javascritp but unable to:
<FORM action="Page2.asp" method=post id=form1 name=form1?
<INPUT id=text1 name=text1 value="<%=Name%>">
</form>
In my javascript I have:
as soon as type form1 and then hit the . key the text1 should appear in the list that appears..
How come it is not?
-
Jun 14th, 2002, 02:02 PM
#2
Fanatic Member
Corrections made in red:
<form action="Page2.asp" method="post" id="form1" name="form1">
<input id="text1" name="text1" value="<%=Name%>">
</form>
-
Jun 14th, 2002, 03:56 PM
#3
Thread Starter
Fanatic Member
I tried it and it didnt work..
-
Jun 14th, 2002, 04:10 PM
#4
Thread Starter
Fanatic Member
I have attached the asp page...
In the CheckIt function, right after the FORM1, press . and then try to find Date1 or Date2..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|