HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
using javascript to submit form in asp
Post new topic   Reply to topic    HTML Help Forum Index -> ASP
View previous topic :: View next topic  
Author Message
rollsroyce1400



Joined: 12 Sep 2006
Posts: 34

PostPosted: Thu Sep 18, 2008 10:37 am     using javascript to submit form in asp Reply with quote

So heres the problem:
i have a js function updaterecord which passes in an id. the js then has a hidden form value = ID then submits the form.

My problem is when its on the next page the value is still at default even though i know it was the correct value when on the original page..


User clicks this
Code:

<td align="center"><input type="submit" name="Update"  value="Update" onClick="UpdateRecord(<%= rstMatrix.Fields("ID").Value %>)"></td>


JS function
Code:

function UpdateRecord(intPrimaryKey)

{
       document.getElementById('intUpdatePrimaryKey').Value = intPrimaryKey;

            document.frmUpdate.submit();
}



and heres the hidden form which has the new value (but value doesnt transfer to UpdatePlantMfg.asp, rather stays as -1)


Code:

   <form name="frmUpdate" method="post" action="UpdatePlantMfg.asp">
            <input type="hidden" name="intUpdatePrimaryKey" value="-1" />
   </form>



Ive tried alot and have not been able to figure this out..any help is appreciated!!
rollsroyce1400



Joined: 12 Sep 2006
Posts: 34

PostPosted: Thu Sep 18, 2008 11:28 am     Reply with quote

figured it out.....

.value (case sensitive) DUH Embarassed
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> ASP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial