Click to See Complete Forum and Search --> : Need explaination for this javascript code


Han84
08-21-2003, 08:13 PM
Hi everyone,
I do not understand this javascript code. Can anyone please explain to me what the purpose and function for this code?

The code is:
<Input type=button value=" GO " style="height:17px;font-size:7px;position:relative;top:-2;"onclick="javascript: location.href='Orac_approved.asp?product='+document.oracleform.product.value; "


Thx alot

Tasmanian Devil
08-21-2003, 08:38 PM
Looks like when the button is pressed it takes you to a page called Orac_approved.asp?product='+document.oracleform.product.value

Do not hold that to me, bu that is what it looks like