It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

News

Log In Sponsors
Partner Sites

value of text field



Hi,
I am having a problem in getting the value of a particualr field element.

i have a function that gets the field name but i want to get the value.



[PHP]


function playText(message)
{
var message;
// message = Field name


newMessage=productform.RestaurantNamePhonetic.value; // this gives a error
alert(newMessage); // display the value of the text field
}

[/PHP]

Click here to read the whole forum topic