unistake Posted August 6, 2009 Share Posted August 6, 2009 Hi again! I also have a problem with 'echoing' variables within a text string. I am trying to get the output here to say: 'this is the qualifier! £25' <html> <body> <script type="text/javascript"> function calc() { var fb = freebet; text.innerHTML = 'this is the qualifier! £' + fb; } </script> <form name='calcform'> <input name="freebet" type="text" id="freebet" value="25"> <input type="submit" name="button" id="button" onClick="return calc();"> <span id="text"></span> </form> </body> </html> any ideas? thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.