Results 1 to 4 of 4

Thread: Remove HTML
      
   

  1. #1
    bängel's Avatar
    bängel is offline Corporal
    Join Date
    Nov 2007
    Location
    Uppsala, Sweden
    Posts
    10

    Question Remove HTML

    I inserted a pop-up window on the index-page of my website (operafabriken.com). Now I would like to remove the code, but I can't find it in View -> Page HTML. You see it in the source code when looking at the published page (inside head tag:
    <script language="JavaScript">
    <!-- Begin
    function popUp() {
    props=window.open('affisch.html', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=450, height=600 left = 200, top = 10');
    }
    // End -->
    </script>


    and inside body tag:


    <BODY onLoad="javascript:popUp()"> )

    Where can I remove it in blue voda?


    Thank you in advance!

    /Melinda (operafabriken.com)

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Remove HTML

    Are you asking how to remove the popup or just the code ?

    to remove the popup, go to where you inserted it and remove it (deselect the popup window box)

  3. #3
    bängel's Avatar
    bängel is offline Corporal
    Join Date
    Nov 2007
    Location
    Uppsala, Sweden
    Posts
    10

    Default Re: Remove HTML

    Please ignore this thread!

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49