Announcement

Collapse
No announcement yet.

hundreds of windows appearing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    hundreds of windows appearing

    Im using the trial version of actinic developer 6 and am trying to mock up a trial system for a client. It all works except for one embarrasing thing. Whenever you click on the the "contact" link around 200 browser windows appear in quick succession all with error messages displayed saying it cant access the page!

    Ive checked the code, and played around with some variations, but the code was origionally generated by actinic and not myself.

    Here is the code:

    <a href="mailto:artwork@propa.net" target="self" onMouseOver="SwapImage('nav_mail','../mail2.gif')" onMouseOut="RestoreImage()"><IMG SRC="../mail1.gif" ALT="Contact Us" BORDER=0 HEIGHT=55 WIDTH=57> name=nav_mail</A>

    Now this is simple stuff, and there is no mention in that code of opening new windows, and it should only be opening the default mail program.

    Do i have to deploy the site before this will work properly, is this a program error or a coding error? Please help

    many thanks


    Mustafa

    #2
    get rid of the target in your code
    Owner of a broken heart

    Comment

    Working...
    X