Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Html Help

  1. #1
    How do you make it so when you click on a link, a popup shows?

    I want to be able to configer how big the popup is and I dont want it to have the address bar or anything like it...

  2. Lounge   -   #2
    MediaSlayer's Avatar slowly going deaf
    Join Date
    May 2003
    Location
    ur anus
    Posts
    2,761
    fix me a drink and i'll tell you


    sending fiery missiles in manker's japan's general direction.

  3. Lounge   -   #3
    then open up and start sucking!

  4. Lounge   -   #4
    MediaSlayer's Avatar slowly going deaf
    Join Date
    May 2003
    Location
    ur anus
    Posts
    2,761
    gulp! :x


    sending fiery missiles in manker's japan's general direction.

  5. Lounge   -   #5
    Poster
    Join Date
    Jan 2003
    Location
    United Kingdom
    Posts
    1,184
    Code:
    <a href="" onClick="alert('')"></a>

  6. Lounge   -   #6
    ???

  7. Lounge   -   #7
    ok, thats not exactly what I want... What I have is this

    <a href = "www.kingsofnothing.tk" target = "_blank">
    and what it does is open the link in another window, but I want the other window to be a certain size, and I dont want it to show the adrees bar or the scroll bar... Any help with this?

  8. Lounge   -   #8
    ***bump***

  9. Lounge   -   #9
    The best way to do it is by using a javscript plugin

    plugin part at the top of the page
    Code:
    SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript&#62;
    &#60;&#33;--
    
    function MM_openBrWindow&#40;theURL,winName,features&#41; { //v2.0
     &nbsp;window.open&#40;theURL,winName,features&#41;;
    }
    //--&#62;
    &#60;/SCRIPT&#62;
    code to add to the link
    Code:
    &#60;a href=&#34;#PageLink1&#34; border=&#34;0&#34; &nbsp;onClick=&#34;MM_openBrWindow&#40;&#39;YourPage.htm&#39;,&#39;YourPage&#39;,&#39;width=533,height=400&#39;&#41;&#34; onFocus=&#34;if&#40;this.blur&#41;this.blur&#40;&#41;&#34;&#62;LinkTextHere&#60;/a&#62;
    The code is from Dreamweaver which i would suggest getting of you want to do anything with html (plenty of copies floating around ) takes 10 mins to get used to the layout and saves hours when your building a website

  10. Lounge   -   #10
    sweet&#33; thats exactly what im looking for... but one problem, when I click on the link, it does create a popup, but it also opens the link in the main page... I only want that popup...

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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