Hello
I am writing some code to generate an HTML page which has a hyperlink to another javascript function, with the following code:
document.write(a + 1, '. <a href="javascript
penImage("../images/bab072.jpg"
>', os[0], '</a>', os[2], ' <img src="../images/', os[4], '" width=61 height=46> ');
The code runs and shows the text and image on screen however the hyperlink is truncated after the first (, - so the link is javascript
penImage(
How do I use the quoation marks to get the full string of javascript
penImage("../images/bab072.jpg"
I am writing some code to generate an HTML page which has a hyperlink to another javascript function, with the following code:
document.write(a + 1, '. <a href="javascript
The code runs and shows the text and image on screen however the hyperlink is truncated after the first (, - so the link is javascript
How do I use the quoation marks to get the full string of javascript