Guys i need little help
all i want to do is to export a value in a textarea into a java script
This is the form
This is where i want the value to be in
can anybody help
Fast as possible please
all i want to do is to export a value in a textarea into a java script
This is the form
Code:
<form action="ytsubmit.php" method="post">
<input name="vid" type="text" id="vid" value="" size="30" />
<input type="submit" name="submit" id="submit" value="Submit" />
This is where i want the value to be in
Code:
var obj = {
embed : 'http://www.youtube.com/v/[B]HERE[/B]',
link : 'http://www.youtube.com/watch?v=[B]HERE[/B]',
thumb : 'http://img.youtube.com/vi/[B]HERE[/B]/default.jpg',
};
Fast as possible please

