RE: Poppu box with content..... How?
From: Keith (Keith_at_discussions.microsoft.com)
Date: 06/19/04
- Next message: SBFan2000: "Re: Hover Buttons Not Working"
- Previous message: clintonG: "Re: search component using picture alternative text"
- In reply to: Bill Schroyer: "Poppu box with content..... How?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 18:11:01 -0700
Ok you helped me alot... but how do I make it a text link that does this I am a bit new at the code side of this process. I see how to make abutton work it.
Here is what I have on the page I have done:
<a target="_blank" href="Darth_g_profile.htm">Profile</a>
how do I incorperate:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function regular() {
window.open('window_size.asp','640x480','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width=640,height=480')}
// End -->
</SCRIPT>
</head>
<body>
<FORM>
Open a window 640 x 480 pixels:
<INPUT TYPE=BUTTON VALUE="640x480" onClick="regular()">
"Bill Schroyer" wrote:
> At the bottom of the page, just remove one popup
> http://www.frontpagewiz.com/tools/quick-scripts-tips.asp
>
>
> Bill Schroyer
> bill@frontpagewiz.com
> http://www.frontpagewiz.com
> >-----Original Message-----
> >I am trying to make a little pop up for a members
> profile. I would like it to work like a pop up ... darn
> those things.... anyway I dont want a navigation bar to
> apear with the new window and I want to preset the size
> smaller when they come up... How do I do these things...
> preset the size and do away withe the navigation bars the
> expoirer normaly provides. I hate pop ups but this is the
> best use for one.....help
> >.
> >
>
- Next message: SBFan2000: "Re: Hover Buttons Not Working"
- Previous message: clintonG: "Re: search component using picture alternative text"
- In reply to: Bill Schroyer: "Poppu box with content..... How?"
- Messages sorted by: [ date ] [ thread ]