HighDots Forums  

Pop-Up Window w/ Email Form

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Pop-Up Window w/ Email Form in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Gary White
 
Posts: n/a

Default Re: Pop-Up Window w/ Email Form - 08-02-2004 , 06:25 AM






cms0003 wrote:

Quote:
Now I'm even more confused.

What javascript code should I use for this then? Once again.....
On the contact_us.html page, there is a link that (when clicked) opens
feedback.html in a pop-up window. Feedback.html is an email form that (when
submitted), sends the info. through sendmail.php to my email account.
Murray gave you the correct code to open a new window. The problem with
your code is that feedback.htm has this BODY tag:

<body
onLoad="MM_openBrWindow('feedback.htm','LPalm','wi dth=425,height=350')">

As soon as feedback.htm loads in its popup window, the onLoad event
fires, which says to open a new window containing feedback.htm.


Gary


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.