Hi,
I am loading dynamic text from a text file. How do I apply a JavaScript pop-up script to a text link in the txt file? Anyone?
Thanks,
Flip.
Printable View
Hi,
I am loading dynamic text from a text file. How do I apply a JavaScript pop-up script to a text link in the txt file? Anyone?
Thanks,
Flip.
Hi,
in the text file use something like this
&someVariableName=some text and <a href="javascript:window.open('filename.html','newW indow','width=500,height=400');void(0);">a link</a>&
Thanks a bunch.
Got it.
Flip.