Link to home
Start Free TrialLog in
Avatar of ppmb
ppmb

asked on

Small pop up window with a close button

How can I make a small pop up window with a close window button when I click on a link in Frontpage?
ASKER CERTIFIED SOLUTION
Avatar of mgoergen
mgoergen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ppmb
ppmb

ASKER

Well, actually, I need a real BUTTON that says "CLOSE"
and the window is smaller in size! I have a hyperlink on the home page and want to pop up a smaller size IE with a "CLOSE" button on it. I have tried your code but that just didnt look like what I meant! If you can elaborate more and get to what I want, I will give you credit for your answer. If not, I will reject ... ! Sorry!
which button?

a form button or an image?

do see the entries width and height?

change it to your personal whiches so it should be no problem for you to resize it.
here is the button version put this code instead of the "<a href="javascript:window.close()">window close</a>"

<form onclick="javascript:window.close()">
  <p><input type="button" value="Close" name="B1"></p>
</form>

Tell me if you need more info´s but normaly no questions should be left
Hi

Still questions left or is everything clear now?