![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
First, I do not want the pop-up window to open "onload". How do make a link on my site that will trigger the pop-up window. |
|
Secondly, I have tried putting the pop-up window together through the "open browser window" behavior, but when I test the page locally...for some reason, the window does not fully load...and my cursor continously blinks. What might I be doing wrong? |
|
Background: I want to build a pop-up window with an email form. When a user clicks on the "Contact Us" button, a pop-up window will appear with an email form. I have saved my pop-up window as "Feedback.html" When the user clicks "submit", the information will be sent via PHP (through sendmail.php) to my email account. My response page (sendmail.php) will then tell the user that the email was sent. First, I do not want the pop-up window to open "onload". How do make a link on my site that will trigger the pop-up window. Secondly, I have tried putting the pop-up window together through the "open browser window" behavior, but when I test the page locally...for some reason, the window does not fully load...and my cursor continously blinks. What might I be doing wrong? Also, how do I resize my PHP page (sendmail.php) so that is it appears in the same window as my initial form (feedback.html). Any help would be greatly appreciated. Thank you. Colin http://www.aa5design.com |
#3
| |||
| |||
|
|
a href="popup.html" target="_blank" onClick="MM_openBrowserWindow(...); return false">Click this</a |
#4
| |||
| |||
|
|
Murray *TMM* wrote: a href="popup.html" target="_blank" onClick="MM_openBrowserWindow(...); return false">Click this</a YEAH!!! A convert! ;-) Gary |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
For some reason, this does not fully load. |
|
Here is the coding for my pop-up. Where am I going wrong? area shape="rect" coords="67,190,163,205" href="javascript:;" onClick="MM_openBrWindow('feedback.htm','LPalm','w idth=500,height=400')" |
#7
| |||
| |||
|
|
Here is the entire code for feedback.html. Once I click on the link in "contact_us.html". This page does not fully load. The cursor just continues to blink. I want to be able to fill out this form, and once submitted, I want the "sendmail.php" response pape to appear in the same pop-up window. Thank you for your help. body onLoad="MM_openBrWindow('feedback.htm','LPalm','wi dth=425,height=350')" |
#8
| |||
| |||
|
|
body onLoad="MM_openBrWindow('feedback.htm','LPalm','wi dth=425,height=350')" |
|
body onLoad="MM_openBrWindow('feedback.htm','LPalm','wi dth=425,height=350')" |
#9
| |||
| |||
|
|
Do I need to delete this entirely?: body onLoad="MM_openBrWindow('feedback.htm','LPalm','wi dth=425,height=350')" and add body |
|
Then my entire javascript behavior is gone.....Do you mean to edit only part of?" |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |