Thread: Pop-up Button
Results 1 to 12 of 12
Related
-
PayPal button Forum: HTML Forum
Replies: 2 -
Replies: 3
-
Button back and next Forum: Javascript Forum
Replies: 1 -
PhP button Forum: CSS Forum
Replies: 6 -
button links Forum: HTML Forum
Replies: 1
-
01-30-2003, 06:04 PM #1
Pop-up Button
http://www.geocities.com/formerwebber/00.html
Hi, when i click on a small button I want to make this big button pop-up. Any ideas on how to do this please?
-
01-30-2003, 06:18 PM #2
Hi 0html, long time no see
Try using the popup maker on the left, and then set an onclick to call the popup() function. Should do it.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
01-30-2003, 06:21 PM #3
Long time
Yes it's been awhile. Been playing EQ for about a year LOL. How is everyone doing?
-
01-31-2003, 12:10 PM #4
-
01-31-2003, 12:30 PM #5
First go to the Pop Up Maker
When you see the part that readsHow should the window be opened?
the popup itself you design, if you want it to look like a button create an HTML document with the larger button image.
-
02-02-2003, 01:36 PM #6
Pop-up Button
That worked thank you. How do I put a graphic on the button please?
Look Here
http://www.geocities.com/formerwebber/0000.html
-
02-02-2003, 01:46 PM #7
Go back to the pop up maker, this time select open by link, place the image between the a href tags
Dave
-
02-02-2003, 02:58 PM #8
Are you refering to a larger image of a button when your mouse is over a smaller image of a button?
Last edited by piratelord; 02-02-2003 at 03:03 PM.
-
02-02-2003, 03:59 PM #9
'button
<input type=button name=button1 value='Click Here' onClick='popup();'>
'put in <head>
<script language='Javascript'>
function popup()
{
name = "";
url = "url of image";
options = "height=330, width=210, location=no, scrollbars=no,menubars=no,toolbars=no,resizable=no,left=0";
window.open(url,name,options);
}
</script>
'edit the options to your satisfaction
-
02-03-2003, 11:39 AM #10
Hi. want to know if i can use an image on the button for the pop-up. I want to use an image say 30x30 to click on to make the pop-up... pop-up. Can I resize the button and add my own image?
-
02-03-2003, 12:27 PM #11
<img src='url_of_image' style='cursor:hand' onClick='popup();' height=30 width=30>
hope that helps
this way you're using an image, no need to use a button
-
07-23-2009, 10:16 AM #12
Re: Pop-up Button
i want to make form with checkboxes, after checkboxes i want to have button, which must open new pop-up window, where will be second form showing only this checkboxes thich i have checked in first form and second button "send", which will send this checkboxes at e-mail address
please help me.
please wright me at e-mail address klapera@live.com
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum