A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: JavaScript pop-up on link in txt file. How?

  1. #1
    Senior Member flipsideguy's Avatar
    Join Date
    Dec 2000
    Location
    Sweden
    Posts
    834

    JavaScript pop-up on link in txt file. How?

    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.
    Flipsideguy

  2. #2
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    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>&

  3. #3
    Senior Member flipsideguy's Avatar
    Join Date
    Dec 2000
    Location
    Sweden
    Posts
    834
    Thanks a bunch.

    Got it.

    Flip.
    Flipsideguy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center