PHP, jAVASCRIPT setting input values, why isn't it working?


Posted on 16th Feb 2014 07:03 pm by admin

Hi:

I am calling this javascript:
<script language="javascript">
Did you know?Explore Trending and Topic pages for more stories like this.
function set_item_values(x)
{
document.forms.form1.GetElementById(x).value = "itemcode";
}

</script>



from here, to set other values in the form:
<select name="Product_Pick" size="1" id="Product_Pick" onchange="set_item_values(document.forms.form1.Item_Code)">
<?php
do {
?>
<option value="<?php echo $row_Product_Select['Product_Code']?>"><?php echo $row_Product_Select['Product_Code']?> - <?php echo $row_Product_Select['Name']?></option><?php
} while ($row_Product_Select = mysql_fetch_assoc($Product_Select));
$rows = mysql_num_rows($Product_Select);
if($rows > 0) {
mysql_data_seek($Product_Select, 0);
$row_Product_Select = mysql_fetch_assoc($Product_Select);
}
?>

The value I have in there so far is just a proving string...

It ain't working, but I don't know why, and I am having problems finding a good reference for using php and javascript for working with documents and events in html, so that i can set off a value change to set values for several fields, or perform actions.

Can I have my hand held please and someone get me up and running? I have been programming for 15 years or so and in different languages (from pl1, jcl, pascal, to basic, java) so what I guess a good insight into using variables and syntax would get me going...
No comments posted yet

Your Answer:

Login to answer
348 Like 48 Dislike
Previous forums Next forums
Other forums

Multi Level Array Problem
hi all,

For example I have array like below:

$temp = array(array('north america', 'us'

! = ''
In the following 'IF' statement if v_ompcat = PU for example then Oracle equates that 'IF' statement

Setting/Modify Headers using mail() function
I have a question about setting email headers when using mail() in a php script.

When I send

Downloading file (Headers)
I'm trying to make users download a file, but they must wait 60 seconds before it begins.

But

Help on query replacing the date
Hi Pals,

i want to replace the current date in a column to some value say C or D or any n

Sub-domains & calling unique content
Hello,

Is there a way use something similar to the $_GET function for a sub-domain? I to be a

Read from forum
Haven't written anything forever and I would like to get back.
What I'm trying to do is getting t

Need help making a script that moves data into acrhive table
Hi,

I'm kinda new to php/mysql

And i wrote a simple script to store sales lead for a b

Coding question?
Hey guys, I have a quick question. If I want to make a way for people to pay for health in my game,

Is this Safe or Unsafe?
Hi i made a few pages with lots of peoples help now i just want to know if they are safe or not can

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash