xtrim Posted December 1, 2003 Posted December 1, 2003 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?
Garry Claridge Posted December 1, 2003 Posted December 1, 2003 Here is a basic method: <script> document.write("http://fmp:591/blahblah..&-token=" + js result + "&......"); </script> All the best. Garry
Recommended Posts
This topic is 7732 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now