Nov 21, 2002 #1 Soti Programmer Jul 9, 2001 34 US I have set of arrays, one of which has to be a link. Everytime I do it my code generates an error, this is the example: var arrayOfData2 = ["Rates are too high", "Rates are too low"]; How would I make the Rates are too high a link?
I have set of arrays, one of which has to be a link. Everytime I do it my code generates an error, this is the example: var arrayOfData2 = ["Rates are too high", "Rates are too low"]; How would I make the Rates are too high a link?
Nov 21, 2002 #2 Targol Technical User Sep 13, 2002 908 FR Is it the line you gave that gives an error ? Water is not bad as long as it stays out human body ;-) Upvote 0 Downvote
Is it the line you gave that gives an error ? Water is not bad as long as it stays out human body ;-)
Nov 21, 2002 Thread starter #3 Soti Programmer Jul 9, 2001 34 US No, it works fine as I presented it above, it's when I add the <a href="xxx"> to "rates are to high" that I get an error. Any advice? Upvote 0 Downvote
No, it works fine as I presented it above, it's when I add the <a href="xxx"> to "rates are to high" that I get an error. Any advice?
Nov 21, 2002 Thread starter #4 Soti Programmer Jul 9, 2001 34 US Forget it, I got it. Thanks. Upvote 0 Downvote