Announcement

Collapse
No announcement yet.

Pop up positioning again

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

    Pop up positioning again

    Hi all,

    I posted the following message some time ago,

    http://community.actinic.com/showthr...t=pop+position

    and have now done the same in Actinic v7 and it works apart from the fact that when I browse my site on line and click on any image popup I get a microsoft debug error box with "syntax error" and have to click yes or no.

    Any ideas why ?

    Cheers

    Mick

    p.s. I cannot get my url in my sig to show properly ?
    Kind regards,

    Michael

    www.stageprint.co.uk

    #2
    Sig

    Hi,

    Just put www.artscraft.co.uk in your control panel / edit sig page
    Paul
    Director

    www.babyechos.co.uk
    www.simplifiednetworking.co.uk
    www.raddery.co.uk

    Developer 6 & 7

    Comment


      #3
      Thanks millsey,

      I have tried using the hyperlink button for my sig but it doesnt produce a clickable hyperlink. Have also tried copy and pasting a hyperlink in and that didn't work either.

      At least it now shows the url properly.

      Cheers

      Mick
      Kind regards,

      Michael

      www.stageprint.co.uk

      Comment


        #4
        Hi,

        when I browse my site on line and click on any image popup I get a microsoft debug error box with "syntax error" and have to click yes or no.
        The only script that I can see on your pop-up pages is:

        <script language="JavaScript">
        <script>
        self.moveTo(20,20);
        </script></script>

        Try changing it to

        <script language="JavaScript">

        self.moveTo(20,20);
        </script>

        Your other option would be to set 'Disable Script Debugging' in the IE | Tools |Options.
        ********************
        Tracey
        SellerDeck

        Comment


          #5
          Any ideas

          Thanks TraceyG,

          Removing the extra <script> did the trick and they now work even with disable script debugging unchecked. This is how I need it to work because many users would not have a clue about 'disable script debugging' and the error could put them off.

          Cheers

          Mick
          Kind regards,

          Michael

          www.stageprint.co.uk

          Comment

          Working...
          X