Results 1 to 2 of 2

Thread: how to make a pop-up ads in java?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    Question how to make a pop-up ads in java?

    hello,

    I have a website and I want to put pop-up ads using java.
    how to make a pop-up ads in java?

    thanks

    Dekel C.

  2. #2
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    i don't know if this helps but i only know javascript about pop ups
    Code:
    <%
    out.print("<script language=\"javascript\">"+
       "window.open(\"http://vbforums.com/\")"+
       "</script>");
    %>

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