Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Rob #1
Popup Window
Hi all,
is there a way to show a popup window with additional
information without calling the page from the server again?
Cheers
Rob
Rob Guest
-
PopUp window hiding
I opened a popup window with modal=false using PopUpManager. I want to hide this window, the moment i hide some other UIComponent (lets say a... -
Popup menu on popup window
Hi, I want to create a popup menu when a button on a popup window is clicked. I have this in my popup window: myMenu =... -
open popup not new window
<a onMouseOver="window.status='Get ID3 info from <%=Replace(strDisplayFileName, "'", "\'")%>';return true" onMouseOut="window.status='';return... -
can a popup window return data to parent window?
Is it possible to do the following in php: I want to have a main form open. In the form I want a button that will open a popup window so the user... -
REQ: Help with popup window....
I am a confessed novice with Dreamweaver MX & web design. I am looking for some help in creating a popup window, NOT a popup message, on my... -
Saravana #2
Re: Popup Window
check out for popup object, this is client side implementation and works
only in IE. For more details,
[url]http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/popup.asp[/url]
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"Rob" <robert_dxNOSPAM@gmx.com> wrote in message
news:047b01c34c60$6cf96180$a001280a@phx.gbl...> Hi all,
>
> is there a way to show a popup window with additional
> information without calling the page from the server again?
>
> Cheers
> Rob
Saravana Guest
-
Fagerheim #3
Popup window
I want to have a button in my flash-file that open a popup window with another
flash file.
on (release) {
getURL("JavaScript:popup();");
}
This code I use on my button, but I don`t know where I must put the name of my
html file.
<SCRIPT LANGUAGE="JavaScript">
function popup() {
window.open('photo.html','','toolbar=no,location=n o,status=no,menubar=yes,
scrollbars=no,resizable=no,width=10,height=10,left =0,top=0');
}
</script>
This code I put in the header tag of my html-file, but I can`t get it too work.
Can somebody help me?
Fagerheim Guest
-
mootex #4
Re: Popup window
Good example here
[url]http://www.macromedia.com/support/flash/ts/documents/popup_windows.htm[/url]
M.
mootex Guest
-
murz #5
Popup Window
I have made couple of popup windows in my application and all these popups are
important in some transaction.
My Problem is, when I clik open the popup window and click the parent window,
the popup window goes to the taskbar, is there any javascript where If I click
popup window several times, where it comes back again without opening the same
window multiple times.
Since I'm new to javascripts, I would appreciate the reply.
Thanks
murz Guest
-
Murray *TMM* #6
Re: Popup Window
See the appdev forum for a suggestion....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"murz" <webforumsuser@macromedia.com> wrote in message
news:ccis50$7nr$1@forums.macromedia.com...are> I have made couple of popup windows in my application and all these popupswindow,> important in some transaction.
>
> My Problem is, when I clik open the popup window and click the parentclick> the popup window goes to the taskbar, is there any javascript where If Isame> popup window several times, where it comes back again without opening the> window multiple times.
>
> Since I'm new to javascripts, I would appreciate the reply.
>
> Thanks
>
Murray *TMM* Guest
-
Dennis #7
Popup Window
Exactly how would I creata an onclick popup window(400pixels wide
300pixels long with nothing more then the ability to scroll top to
bottom using MS Publisher 2003? TIA.
Dennis Guest
-
David Bartosik - MS MVP #8
Re: Popup Window
refer to [url]http://www.publishermvps.com/Default.aspx?tabid=97[/url]
--
David Bartosik - MS MVP
for Publisher help:
[url]www.davidbartosik.com[/url]
enter to win Pub 2003:
[url]www.davidbartosik.com/giveaway.aspx[/url]
"Dennis" <sam@noemail.com> wrote in message
news:oscbh0h06gndfmqnb9eqmp8m8af52gmknm@4ax.com...> Exactly how would I creata an onclick popup window(400pixels wide
> 300pixels long with nothing more then the ability to scroll top to
> bottom using MS Publisher 2003? TIA.
David Bartosik - MS MVP Guest
-
ccarterca #9
PopUp Window
ok this is the page i have
[url]http://www.sunsetsolutions.ca/mundenenterprises/Default.asp[/url]
now you see the industry calendar there, when u clik on the date the
events.asp page pops up, but i want it to look like a popupo window, no
scrollbar or no menus ore anything. can somebody please help me.
also, i dont know if it makes a difference but the calendar is an include
fuile called cal.asp. thanks in advance
ccarterca Guest



Reply With Quote

