Question:

Is there any way to create a custom pop-up window with out using java script??

by  |  earlier

0 LIKES UnLike

Is there any way to create a custom pop-up window with out using Java script?? i have been looking all over but i can't find any thing... plz help me.

 Tags:

   Report

2 ANSWERS


  1. Without giving you a link to another website to trawl through, I'll just tell you that you can't do it without javascript.

    If you have an ordinary link, it will open in the same window.

    <a href="link.html">My link</a>

    If you have the same link with the target attribute set to _blank, it will open in a new window.

    <a href="link.html" target="_blank">My link</a>

    BUT!!! A lot of browsers block this type of windows because of the popularity of advertising popups.

    The truth is, you cannot guarantee a link will open in a new window, so you should use javascript when it is available.


  2. Dynamic Drive:

    http://www.dynamicdrive.com/

    They have hundreds of scripts like that:

    http://www.dynamicdrive.com/dynamicindex...

    Hope I help!

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions