Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Make form a pop up box
Old 03-23-2009, 07:10 PM Make form a pop up box
Average Talker

Posts: 23
Trades: 0
Hello,

I have a graphic opt in form that I would like to make pop up in the same windows when someone arrives at my website. Does anyone know how to do that?

Here is the code:
Code:
<html>
<head>
<title>optin-graphic-blue</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (optin-graphic-blue.jpg) -->
<div align="center">
  <center>
<table id="Table_01" width="160" height="400" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
    <tr>
        <td colspan="3">
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_01.jpg" alt="" width="160" height="111"></td>
    </tr>
    <tr>
        <td background="http://www.webmaster-talk.com/images/optin-graphic-blue_02.jpg" width="15" height="132">
            &nbsp;</td>
        <td background="http://www.webmaster-talk.com/images/optin-graphic-blue_03.jpg" width="131" height="132" valign="top">
            <font color="#FFFFFF" face="MS Sans Serif" size="2">Place all the 
            benefits of signing up for your newsletter here!&nbsp; You can also 
            add an e-cover image in this space.</font><p>
            <font color="#FFFFFF" face="MS Sans Serif" size="2">Best of all... 
            NO GRAPHIC TO EDIT! </font></p>
            <p><font color="#FFFFFF" face="MS Sans Serif" size="2">And just as 
            beneficial is the fact that this space will increase vertically as 
            you add text and images. </font></p>
            <p><font color="#FFFFFF" face="MS Sans Serif" size="2">Therefore, 
            you're NOT LIMITED to the amount of text you can add here!<br>
&nbsp;</font></td>
        <td background="http://www.webmaster-talk.com/images/optin-graphic-blue_04.jpg" width="14" height="132">
            &nbsp;</td>
    </tr>
    <tr>
        <td colspan="3">
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_05.jpg" alt="" width="160" height="25"></td>
    </tr>
    <tr>
    
<form method="post" action="http://www.aweber.com/scripts/addlead.pl">
<input type="hidden" name="meta_web_form_id" value="0123456789">
<input type="hidden" name="meta_split_id" value="">
<input type="hidden" name="unit" value="YourListName">
<input type="hidden" name="redirect" 

value="http://www.aweber.com/form/thankyou.html">
<input type="hidden" name="meta_adtracking" value="">
<input type="hidden" name="meta_message" value="1">
<input type="hidden" name="meta_required" value="from,name">
<input type="hidden" name="meta_forward_vars" value="0">    
    
        <td>
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_06.jpg" alt="" width="15" height="23"></td>
        <td background="http://www.webmaster-talk.com/images/optin-graphic-blue_07.jpg" width="131" height="23">
            <p align="center">
            <input STYLE="font-family: Arial,Verdana,Tahoma; font-size: 12px; color: #000000; 

font-weight: normal; height: 20px; width: 120px; background-color: #F8F8F8" TYPE="TEXT" name="name" SIZE="5"></td>
        <td>
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_08.jpg" alt="" width="14" height="23"></td>
    </tr>
    <tr>
        <td colspan="3">
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_09.jpg" alt="" width="160" height="25"></td>
    </tr>
    <tr>
        <td>
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_10.jpg" alt="" width="15" height="24"></td>
        <td background="http://www.webmaster-talk.com/images/optin-graphic-blue_11.jpg" width="131" height="24">
            <p align="center">
            <input STYLE="font-family: Arial,Verdana,Tahoma; font-size: 12px; color: #000000; 

font-weight: normal; height: 20px; width: 120px; background-color: #F8F8F8" TYPE="TEXT" name="from" SIZE="5"></td>
        <td>
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_12.jpg" alt="" width="14" height="24"></td>
    </tr>
    <tr>
        <td colspan="3">
            <a href="#" onmouseover="window.status='Subscribe Now!'; return true;" onmouseout="window.status=''; return true;" onclick="check_link=0; 

window.document.forms[0].submit();">
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_13.jpg" border="0" alt="Subscribe Now!" width="160" height="38"></a></td>
    </tr>
    
</form>    
    
    <tr>
        <td colspan="3">
            <img src="http://www.webmaster-talk.com/images/optin-graphic-blue_14.jpg" alt="" width="160" height="22"></td>
    </tr>
</table>
  </center>
</div>
<!-- End ImageReady Slices -->
</body>
</html>

Last edited by KML9870; 03-23-2009 at 07:48 PM.. Reason: Please use code tags
Jmarshall is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-24-2009, 06:22 AM Re: Make form a pop up box
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.candsdesign.co.uk/article...-a-disclaimer/

put whatever you need in the "popup" element.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-27-2009, 11:46 PM Re: Make form a pop up box
sam_khrap's Avatar
Novice Talker

Posts: 8
Trades: 0
ok a good pop form will be to have a seperate form HTML file. then in the main file add <a href="the_form_file.htm" target="_blank">Contact me</a> this will make in in a different seperate pop up.
sam_khrap is offline
Reply With Quote
View Public Profile
 
Old 03-28-2009, 06:10 AM where to find related coupon resource
Junior Talker

Posts: 2
Location: USA
Trades: 0
The other day someone mentioned to my husband something about the fact that I always find the best deals and I always have a coupon codes for something. That's actually a pretty true statement. I can sniff out a voucher codes a mile away. It is almost like a game for me to see if I can find a coupon for whatever I¡¯m going to buy. $.25 here, $1 there; it really adds up! And I find coupons all over, so I thought I'd compile a list of the top 10 places (plus one bonus one) that I usually find coupons. Could anybody here suggest your lovest coupon resouces?
alexzanrada is offline
Reply With Quote
View Public Profile Visit alexzanrada's homepage!
 
Old 03-28-2009, 06:21 AM where to find related coupon resource
Junior Talker

Posts: 2
Location: USA
Trades: 0
The other day someone mentioned to my husband something about the fact that I always find
the best deals and I always have a coupon codes for something. That's actually a pretty true
statement. I can sniff out a voucher codes a mile away. It is almost like a game for me to see if
I can find a coupon for whatever I¡¯m going to buy. $.25 here, $1 there; it really adds up!
And I find coupons all over, so I thought I'd compile a list of the top 10 places (plus
one bonus one) that I usually find coupons. Could anybody here suggest your lovest coupon resouces?
alexzanrada is offline
Reply With Quote
View Public Profile Visit alexzanrada's homepage!
 
Reply     « Reply to Make form a pop up box
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.48110 seconds with 12 queries