Google Answers Logo
View Question
 
Q: creating pop up windows ( No Answer,   2 Comments )
Question  
Subject: creating pop up windows
Category: Computers > Internet
Asked by: narnia-ga
List Price: $15.00
Posted: 04 Oct 2003 05:43 PDT
Expires: 03 Nov 2003 04:43 PST
Question ID: 262674
i need software to create pop up windows of different types.

Request for Question Clarification by joseleon-ga on 04 Oct 2003 06:38 PDT
Hello, narnia:
  What it's the purpose of such pop up windows?

Regards.

Request for Question Clarification by mvguy-ga on 04 Oct 2003 07:10 PDT
What do you mean by "of different types"? 

Also, the fact is that you don't need special software to make popup
windows; you can make them in a simple text editor if you wish.
Instead of suggesting software, would like instructions on how to code
popup windows in JavaScript?

Clarification of Question by narnia-ga on 05 Oct 2003 10:55 PDT
i need it for advertisement of diverse sorts.
mostly to canvas for political awareness in a campus scene.
so when the page load a certain body or business can pop up the the
user links and it leads elswhere.

Request for Question Clarification by joseleon-ga on 06 Oct 2003 07:22 PDT
Hello, narnia:
  Now it's more clear, thanks for the clarification, but as mvguy
suggest, to create popup windows you don't need a special software,
just a bit of coding. How much popup windows do you want to create?

Regards.

Request for Question Clarification by mvguy-ga on 06 Oct 2003 07:26 PDT
I take it you already have a web site of some sort.  What program are
you using for making the web pages?

Clarification of Question by narnia-ga on 09 Oct 2003 09:29 PDT
i intend on using the pop to advertise firms and political persons.so
if the popup is clicked it takes the user to the desired webpage.
but thepopup must contain graphic.
also is there anyway to incorprate popups to a pc,so that  when
explorer is loaded the opoup opens?
Answer  
There is no answer at this time.

Comments  
Subject: Re: creating pop up windows
From: filian-ga on 04 Oct 2003 06:25 PDT
 
Just a word of caution since you were the person who inquired about
obtaining customer's social security numbers and asked how to make
money off the internet in other questions -- pop up windows are highly
annoying to many users. You might do well to investigate simple
unobtrusive banner advertisements or join a banner network.
Subject: Re: creating pop up windows
From: softwave-ga on 06 Oct 2003 05:39 PDT
 
if you want to make popups add the following code to your html file

<script language="Javascript">
<!--
function popup(x)
{
// x is the name of the site to open
window.open(x,"","toolbars=no,width=400,height=300");
};
popup();
-->
</script>

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy