|
|
Adding name values to a SRC URL string
|
Posted: Mar 15, 2002 11:17 PM
|
|
Need help ASAP!
I am passing data received from a form into a Java script listed below. The data received has been decoded correctly and now I need to add the data to the URL within the script, but I have no idea how to code the script to make it work correctly!
Can anyone help?
The decoded portion is listed as #srchData.link# within the script below, however, this coding returns a Java error!
SCRIPT Language="Javascript" SRC="#srchData.link#?open&pID=PAR"> </SCRIPT>
|
|