dean5000v
Apr 15th 2009, 7:14 am
Hey well i have this code to get the correct position:
$(document).ready(function(){
var relativePosition = getRelativePosition("#Company_Name");
var Test = (relativePosition);
}
but now i want to pass these values into a hidden field so i can then pass the values to php how would i go about storing the test var value into a field.
$(document).ready(function(){
var relativePosition = getRelativePosition("#Company_Name");
var Test = (relativePosition);
}
but now i want to pass these values into a hidden field so i can then pass the values to php how would i go about storing the test var value into a field.