December 1, 200322 yr Hi I got a simple JS calculation on my page and I need to insert this calculation to a link raw example : "http://fmp:591/blahblah..&-token="js result"&..... where the "js result" is a simple variable within the script.... I tried many many sevral ways...no luck... is it possible?
December 1, 200322 yr Here is a basic method: <script> document.write("http://fmp:591/blahblah..&-token=" + js result + "&......"); </script> All the best. Garry
Create an account or sign in to comment