Help - Search - Members - Calendar
Full Version: Html/java Help. Java Shows In Page Source
Hashkafah.com > Misc. Advice & Help! > Technology
the Real Adiel
I am trying to move the site karensmaternity.com/new to the main index page but I can't get the google search or the newsletter sign up to work.

I can't find the code anywhere in frontpage but when I look at the page source it shows up.

agent220
What Java is on your page?

Firstly, I like this design a lot better smile.gif

Secondly, are you familiar with how to program forms? You don't have an action specified to tell the page where to go to process, nor is there any input type=submit to process the form.
The option list dropdown only has all Karen sites...not sure if this is on purpose or not.
Do you still have the coding from the old page?
the Real Adiel
Wow, it got weirder, on my other computer the search and mail functions don't work either. Only on my main computer. Here is the page source from my computer where the Google search and PHPlist newsletter sign up actually works. I refreshed my computer and lost the Java code so maybe I just deleated it by mistake? I don't know. I bolded some of the code that's not in the index page but was on the original page that worked.

CODE
<html>
<head>
<title>Karens Maternity- Dedicated shopping portal for expecting mothers</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0" class="border">
<tr>
<td width="778" height="83"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="24%"><img src="images/logo.jpg" width="214" height="103" alt=""></td>
<td width="76%" valign="bottom"><table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="47">

[b]  <script language="Javascript">
function VF_frm(){
    var theForm = document.frm;
    var errMsg = "";
    var setfocus = "";

    if (theForm['q'].value == ""){
        errMsg = "Please Enter Search Criteria";
        setfocus = "['q']";
    }
    if (errMsg != ""){
        alert(errMsg);
        eval("theForm" + setfocus + ".focus()");
    }
    else theForm.submit();
}
</script>[/b]
<form id="searchbox_012233550932676636472:gso6e245ezm" action="http://www.karensmaternity.com/new/search.html" name="frm" onSubmit="VF_frm();return false;">
  <table width="314" border="0" align="right" cellpadding="0" cellspacing="0">
    <tr>
      <td width="80" align="center" valign="middle" nowrap class="bodytext"><input type="hidden" name="cx" value="012233550932676636472:gso6e245ezm" />
        <input type="hidden" name="cof" value="FORID:11" />Site Search&nbsp;&nbsp;&nbsp;&nbsp; </td>
      <td width="150"><input name="q" type="text" /></td>
      <td width="70"><input name="imageField" type="image" src="images/search.jpg" width="45" height="18" border="0"></td>

      <td width="14">&nbsp;</td>
    </tr>
  </table>
[b]  <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_012233550932676636472%3Agso6e245ezm"></script>[/b]
</form></td>
</tr>
<tr>
<td height="28"><img src="images/slogan.jpg" width="563" height="26"></td>
</tr>
<tr>
<td height="30"><div align="right"><span class="text-links"><a href="#" class="linkblack">Feedback</a>

| <a href="#" class="linkblack">Contact us</a> | <a href="#" class="linkblack">Forum</a>
| <a href="#" class="linkblack">About Us</a> | <a href="#" class="linkblack">Deal
Archive</a></span>&nbsp;&nbsp;&nbsp;&nbsp;</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>

<tr>
<td height="236" valign="top" bgcolor="F9F9F5" class="header"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="bodytext">
<tr>
<td height="27">&nbsp;</td>
<td>&nbsp;</td>
<td rowspan="2" valign="bottom">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="13">&nbsp;</td>
<td>&nbsp;</td>
<td width="25%" rowspan="2" valign="top">&nbsp; </td>

</tr>
<tr>
<td width="37%"><blockquote> Get a weekly digest of our deals sent straight to
your e-mail every week. </blockquote>
    <table width="100%" border="0" cellpadding="0" cellspacing="0" class="bodytext">
        <tr>
        <td width="100%" align="center" valign="top">
        
<!--- Start of JS for newsletter subscription validation -->
<script language="Javascript" type="text/javascript">

function checkform() {
  for (i=0;i<fieldstocheck.length;i++) {
    if (eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].value") == "") {
      alert("Please enter your "+fieldnames[i]);
      eval("document.subscribeform.elements['"+fieldstocheck[i]+"'].focus()");
      return false;
    }
  }

  if(! compareEmail())
  {
    alert("The Email Addresses you entered do not match");
    return false;
  }
  
  document.subscribeform.elements['emailconfirm'].value = document.subscribeform.elements['email'].value;
  return true;
}

var fieldstocheck = new Array();
var fieldnames = new Array();
function addFieldToCheck(value,name) {
  fieldstocheck[fieldstocheck.length] = value;
  fieldnames[fieldnames.length] = name;
}

function compareEmail()
{
  return (document.subscribeform.elements["email"].value == document.subscribeform.elements["emailconfirm"].value);
}

</script>
<!--- End of JS for newsletter subscription validation -->
    
        <form method=post name="subscribeform" action="http://karensplus.com/mailer/?p=subscribe&id=2">

            <input type="hidden" value="1" name="htmlemail"/>
            <table border=0 width="100%" cellpadding="2" cellspacing="2">
                  <tr>
                      <td width="36%" class="bodytext-dk-blue"><div class="required"><strong>Your Name</strong></div></td>
                      <td width="64%" class="attributeinput">
                        <input type="text" class="input-fields" name="attribute1"/>
                        <script type="text/javascript" language="Javascript">addFieldToCheck("attribute1","Name");</script>
                    </td>

                </tr>
                  <tr>
                      <td class="bodytext-dk-blue"><div class="required"><strong>Your Email</strong></div></td>
                      <td class="attributeinput">
                        <input type="text" class="input-fields" name="email" style="background-color: rgb(255, 255, 160);"/>                        
                        <script type="text/javascript" language="Javascript">addFieldToCheck("email","Email");</script>
                    </td>
                </tr>

                <tr>
                    <td valign="top"> <div align="center"><span class="bodytext-dk-blue">Choose one or more newsletters</span></div></td>
                    <td valign="top">
                        <table width="98%" cellspacing="0" cellpadding="0" border="0" class="bodytext-red">
                            <tbody>
                                <tr>
                                    <td width="14%"><input type="checkbox" checked="" value="signup" name="list[3]"/></td>
                                    <td width="86%" class="bodytext-dk-blue">

                                        <strong>Karen's Maternity<input type=hidden name="listname[3]" value="Karen's Maternity"/></strong>
                                    </td>
                                </tr>
                                <tr>
                                    <td><input type="checkbox" checked="" value="signup" name="list[4]"/></td>
                                    <td class="bodytext-dk-blue">
                                        <strong>Karen's Plus</strong><input type=hidden name="listname[4]" value="Karen's Plus" />
                                        <input type="hidden" name="VerificationCodeX" value="" size="20" />

                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </td>
                </tr>
            </table>        
        <input type=submit name="subscribe" value="" onClick="return checkform();" style="background-image:url(images/sign-up.jpg); width:71px; height:26px; border:0; ">
        </p>

        </form>
        </td>
    </tr>
    </table>
    </td>
<td width="38%" valign="top"> <div align="center"><span class="bodytext-dk-blue"><br>
<br>
<br>
<br>
<br>
<br>

KarensMaternity.com is a dedicated shopping portal for expecting mothers, giving
you the resources to shop smart and find the best deals on the net in less then
five minutes... </span>
<table width="94%" height="48" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center"><a href="#"><img src="images/clear.gif" width="192" height="40" border="0"></a></div></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#B6DDFA" class="bodytext"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#F9F9F5" class="bodytext">
<tr>
<td width="82%"></td>
<td width="18%"></td>
</tr>

<tr>
<td valign="top">&nbsp;</td>
<td valign="top">&nbsp;</td>
</tr>
<tr>
<td valign="top" class="table-border-center"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="bodytext">
<tr>
<td><blockquote>
<p align="justify"><span class="bodytext-dk-blue">KarensMaternity.com is a dedicated
shopping portal for expecting mothers, giving you the resources to shop smart
and find the best deals on the net in less then five minutes.<br>
<br>
Every Tuesday the homepage is updated with brand new deals. Throughout the week
new deals and coupons are added to that page, when Tuesday comes around again
the page is wiped and we post all new deals. Be sure to check back often as the
best deals tend to go out of stock quickly.<br>
<br>
We welcome you to join our community of smart shoppers and hope you enjoy the
site.</span><br>

</p>
</blockquote></td>
</tr>
<tr>
<td height="14">&nbsp;</td>
</tr>
<tr>
<td><TABLE width=96% border=0 align="center" cellPadding=0 cellSpacing=0 class=bodytext>
<TBODY>
<TR>
<TD  background=images/inner-t1.jpg><IMG height=31 src="images/clear.gif" width=17 border=0></TD>
<TD vAlign=center background=images/inner-t2.jpg> <div align="left"><img src="images/box1-title.jpg" width="168" height="37"></div></TD>
<TD background=images/inner-t3.jpg><IMG height=31  src="images/clear.gif" width=15 border=0></TD>
</TR>
<TR>
<TD width=17 height="151"  background=images/inner-s1.jpg></TD>

<TD valign="top" background="images/white-box-bg.jpg"> <div align="left" class="bodytext">
<table width="100%" border="0" cellpadding="0" cellspacing="1" class="bodytext-blue">
<tr>
<td width="33%">&nbsp;</td>
<td width="67%">&nbsp;</td>
</tr>
<tr class="bodytext">
<td><strong>COMPANY</strong></td>
<td><strong>SALES</strong></td>
</tr>
<tr>
<td height="14">&nbsp;</td>
<td>&nbsp;</td>
</tr>

<tr>
<td height="14" class="bodytext-red"><strong>Avenue</strong></td>
<td class="bodytext-red">Summer Steals. Save up to 60%</td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Blair </strong></td>
<td class="bodytext-dk-blue">Summer Apparel Blowout</td>
</tr>
<tr>
<td class="bodytext-red"><strong>Bigger Bras </strong></td>
<td class="bodytext-red">BGB Spring Sale 25%-75% off Bras-Panties-swimsuits </td>

</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Catherines </strong></td>
<td class="bodytext-dk-blue">Wear Now Clearance-up to 75% off </td>
</tr>
<tr>
<td class="bodytext-red"><strong>Chadwick's </strong></td>
<td class="bodytext-red">What to Wear Now Sale-The Best Dresses of the Season
</td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Fashion Bug</strong></td>
<td class="bodytext-dk-blue">40% off capris, 50% off swimwear, shorts-up to 60%
off clearance</td>

</tr>
<tr>
<td class="bodytext-red"><strong> Frederick's of Hollywood </strong></td>
<td class="bodytext-red">Superstar Sale-save up to 70% </td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Jessica London </strong></td>
<td class="bodytext-dk-blue">Every Item on Sale Now </td>
</tr>
<tr>
<td class="bodytext-red"><strong>Just My Size </strong></td>

<td class="bodytext-red">Top 10 Bra Sale-up to 50% off 25% off swimwear, shorts,
capris</td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Lane Bryant</strong></td>
<td class="bodytext-dk-blue">Summer Clearance extended-get extra 40% off </td>
</tr>
<tr>
<td class="bodytext-red"><strong>Roaman's </strong></td>
<td class="bodytext-red">Final Sale-Savings up to 80% including clearance </td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Woman Within </strong></td>

<td class="bodytext-dk-blue">Summer Sale-prices low as $4.99 Semi-Annual Bra Sale-50%
off </td>
</tr>
</table>
</div></TD>
<TD width=15



background=images/inner-s2.jpg>&nbsp;</TD>
</TR>
<TR>
<TD width=17 background=images/inner-b1.jpg><IMG



      height=14 src="images/clear.gif" width=17 border=0></TD>
<TD width="584" height="14" background=images/inner-b2.jpg><IMG



      height=14 src="images/clear.gif" width=10 border=0></TD>
<TD width=15 background=images/inner-b3.jpg><IMG



      height=14 src="images/clear.gif" width=15



border=0></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td>&nbsp;</td>

</tr>
<tr>
<td valign="top"> <TABLE width=96% border=0 align="center" cellPadding=0 cellSpacing=0 class=bodytext>
<TBODY>
<TR>
<TD width="17"  background=images/box2-t1.jpg><IMG height=44 src="images/clear.gif" width=17 border=0></TD>
<TD vAlign=center background=images/box2-t2.jpg> <div align="left"><img src="images/box2-title.jpg" width="215" height="44"></div></TD>
<TD background=images/box2-t3.jpg><IMG height=44  src="images/clear.gif" width=15 border=0></TD>
</TR>
<TR>
<TD width=17 height="151"  background=images/inner-s1.jpg></TD>
<TD valign="top" background="images/white-box-bg.jpg"> <div align="left" class="bodytext">
<table width="100%" border="0" cellpadding="0" cellspacing="1" class="bodytext-blue">
<tr>

<td width="20%">&nbsp;</td>
<td width="54%">&nbsp;</td>
<td width="12%">&nbsp;</td>
<td width="14%">&nbsp;</td>
</tr>
<tr class="bodytext">
<td><strong>COMPANY</strong></td>
<td><strong>OFFER</strong></td>
<td><strong>CODE</strong></td>
<td><strong>EXPIRES</strong></td>
</tr>
<tr>
<td height="14">&nbsp;</td>

<td>&nbsp;</td>
<td class="bodytext-blue"><strong>71048</strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="14" class="bodytext-dk-blue"><strong>Avenue </strong></td>
<td class="bodytext-dk-blue">Summer Steals. Save up to 60%</td>
<td class="bodytext-blue"><strong>BCDEALS</strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>

</tr>
<tr>
<td height="14" class="bodytext-dk-blue"><strong>BC Outlet </strong></td>
<td class="bodytext-dk-blue">Summer Apparel Blowout</td>
<td class="bodytext-blue"><strong>T4T </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Blair</strong></td>
<td class="bodytext-dk-blue">BGB Spring Sale 25%-75% off Bras-Panties-swimsuits
</td>

<td class="bodytext-blue"><strong>AEQ</strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Blair</strong></td>
<td class="bodytext-dk-blue">Wear Now Clearance-up to 75% off </td>
<td class="bodytext-blue"><strong>776829004</strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>

<tr>
<td class="bodytext-dk-blue"><strong>Catherines </strong></td>
<td class="bodytext-dk-blue">What to Wear Now Sale-The Best Dresses of the Season
</td>
<td class="bodytext-blue"><strong>CHEMAIL</strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Catherines </strong></td>
<td class="bodytext-dk-blue">40% off capris, 50% off swimwear, shorts-up to 60%
off clearance</td>
<td class="bodytext-blue"><strong>CH6372</strong></td>

<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong> Catherines </strong></td>
<td class="bodytext-dk-blue">Superstar Sale-save up to 70% </td>
<td class="bodytext-blue"><strong>CHJULY26</strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>

<td class="bodytext-dk-blue"><strong>Catherines </strong></td>
<td class="bodytext-dk-blue">Every Item on Sale Now </td>
<td class="bodytext-blue"><strong>CH99SHIP </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Catherines </strong></td>
<td class="bodytext-dk-blue">Top 10 Bra Sale-up to 50% off 25% off swimwear, shorts,
capris</td>
<td class="bodytext-blue"><strong>776182800 </strong></td>

<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Catherines </strong></td>
<td class="bodytext-dk-blue">Summer Clearance extended-get extra 40% off </td>
<td class="bodytext-blue"><strong>FTF65SHIP </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td class="bodytext-dk-blue"><strong>Fashion to Figure </strong></td>

<td class="bodytext-dk-blue">Final Sale-Savings up to 80% including clearance
</td>
<td class="bodytext-blue"><strong>7M1TRST </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Frederick's of Hollywood </strong></td>
<td class="bodytext-dk-blue">Summer Sale-prices low as $4.99 Semi-Annual Bra Sale-50%
off </td>
<td class="bodytext-blue"><strong>JLW4441 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>

</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Jessica London</strong></td>
<td class="bodytext-dk-blue">HOT 20% off 1st item, 40% off 3rd item HOT </td>
<td class="bodytext-blue"><strong>JLA4430 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Jessica London</strong></td>
<td class="bodytext-dk-blue">30% off highest priced item </td>

<td class="bodytext-blue"><strong>JLA5431 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Jessica London</strong></td>
<td class="bodytext-dk-blue">$20 off $80 </td>
<td class="bodytext-blue"><strong>---------- </strong></td>
<td class="bodytext"> <div align="center">---------- </div></td>
</tr>

<tr>
<td height="14" class="bodytext-dk-blue"><strong>Kiyonna</strong></td>
<td class="bodytext-dk-blue">Free ground shipping on orders of $100+ </td>
<td class="bodytext-blue"><strong>NEWS5495 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Kohls </strong></td>
<td class="bodytext-dk-blue">10% off</td>
<td class="bodytext-blue"><strong>000201506 </strong></td>

<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Lane Bryant </strong></td>
<td class="bodytext-dk-blue">20% off any order </td>
<td class="bodytext-blue"><strong>000251518 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Lane Bryant </strong></td>

<td class="bodytext-dk-blue">25% off any order of $75+ </td>
<td class="bodytext-blue"><strong>050001538 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Lane Bryant </strong></td>
<td class="bodytext-dk-blue">Take $25 off $75, $50 off $150, $75 off $225 </td>
<td class="bodytext-blue"><strong>006951528 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>

</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Lane Bryant </strong></td>
<td class="bodytext-dk-blue">Free shipping on orders of $75+ </td>
<td class="bodytext-blue"><strong>RD05887 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Roaman's</strong></td>
<td class="bodytext-dk-blue">HOT Take 50% off your entire order HOT </td>

<td class="bodytext-blue"><strong>RD07560 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Roaman's</strong></td>
<td class="bodytext-dk-blue">Free shipping on orders of $75+</td>
<td class="bodytext-blue"><strong>RD07560 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>

<tr>
<td height="13" class="bodytext-dk-blue"><strong>Swimsuits For All </strong></td>
<td class="bodytext-dk-blue">20% off your order sum20 </td>
<td class="bodytext-blue"><strong>---------- </strong></td>
<td class="bodytext"> <div align="center">---------- </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Ullapopken</strong></td>
<td class="bodytext-dk-blue">10% off your order</td>
<td class="bodytext-blue"><strong>070907 </strong></td>

<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Woman Within </strong></td>
<td class="bodytext-dk-blue">Free beach blanket with purchase </td>
<td class="bodytext-blue"><strong>WW11463 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Woman Within </strong></td>

<td class="bodytext-dk-blue">HOT 40% off highest priced item HOT </td>
<td class="bodytext-blue"><strong>WW9988 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>
</tr>
<tr>
<td height="13" class="bodytext-dk-blue"><strong>Woman Within </strong></td>
<td class="bodytext-dk-blue">Free shipping on entire order </td>
<td class="bodytext-blue"><strong>WW7115 </strong></td>
<td class="bodytext"> <div align="center">7/31/07 </div></td>

</tr>
</table>
</div></TD>
<TD width=17



background=images/inner-s2.jpg>&nbsp;</TD>
</TR>
<TR>
<TD width=17 background=images/inner-b1.jpg><IMG



      height=14 src="images/clear.gif" width=17 border=0></TD>
<TD width="577" height="14" background=images/inner-b2.jpg><IMG



      height=14 src="images/clear.gif" width=10 border=0></TD>
<TD width=17 background=images/inner-b3.jpg><IMG



      height=14 src="images/clear.gif" width=15



border=0></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
<tr>
<td height="14">&nbsp;</td>
</tr>
<tr>

<td valign="top"> <table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6"><div align="center" class="bodytext-white-14"><span class="bodytext-titles-15"><strong>Swimwear
on Sale at iMaternity</strong></span><strong> <br>
Click here then click Swim, Sale </strong></div></td>
</tr>
<tr>
<td width="16%"><div align="center"><img src="images/swim1.jpg" width="96" height="151"></div></td>
<td width="17%"><div align="center"><img src="images/swim2.jpg" width="96" height="151"></div></td>
<td width="16%"><div align="center"><img src="images/swim3.jpg" width="96" height="151"></div></td>
<td width="16%" valign="top"> <div align="center"><img src="images/swim4.jpg" width="96" height="151"></div></td>
<td width="17%"><div align="center"><img src="images/swim5.jpg" width="97" height="151"></div></td>
<td width="18%"><div align="center"><img src="images/swim6.jpg" width="97" height="151"></div></td>

</tr>
<tr class="bodytext-red-10">
<td> <div align="center">knot shoulder<br>
2 piece halter suit</div></td>
<td> <div align="center">two piece tankini <br>
swim suit</div></td>
<td> <div align="center">ruffle detail<br>
swim suit</div></td>

<td> <div align="center">one piece sporty swim suit</div></td>
<td> <div align="center">blue &amp; white<br>
dot halter tankini</div></td>
<td> <div align="center">tankini green <br>
white print</div></td>
</tr>
<tr>

<td height="26"> <div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>

</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>

</div></td>
</tr>
</table></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td class="table-border">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6"><div align="center" class="bodytext-white-14"><span class="bodytext-titles-15"><strong>Dresses
on Sale at A Pea in the Pod</strong></span><strong><br>

</strong></div></td>
</tr>
<tr>
<td width="16%"><div align="center"><img src="images/dress1.jpg" width="99" height="282"></div></td>
<td width="17%"><div align="center"><img src="images/dress2.jpg" width="99" height="282"></div></td>
<td width="16%"><div align="center"><img src="images/dress3.jpg" width="99" height="282"></div></td>
<td width="16%"><div align="center"><img src="images/dress4.jpg" width="99" height="282"></div></td>
<td width="17%"><div align="center"><img src="images/dress5.jpg" width="99" height="282"></div></td>
<td width="18%"><div align="center"><img src="images/dress6.jpg" width="99" height="282"></div></td>
</tr>
<tr class="bodytext-red-10">
<td> <div align="center">Black Dress</div></td>
<td> <div align="center">Strapless Panel<br>

Dress</div></td>
<td> <div align="center">Satin And Charmeuse Dress</div></td>
<td> <div align="center">Silk Chiffon Halter Dress</div></td>
<td> <div align="center">Chiffon Halter <br>
Dress</div></td>
<td> <div align="center">Long Black<br>
Gown</div></td>

</tr>
<tr>
<td height="26"> <div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>

<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>

<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td class="table-border">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>
<td colspan="5"><div align="center" class="bodytext-white-14"><span class="bodytext-titles-15"><strong>Tops
under $11 at Fashion Bug </strong></span><strong><br>
Price reflects additional 15% off with code 776155707 <br>
</strong></div></td>
</tr>
<tr>
<td width="16%"><div align="center"><img src="images/top1.jpg" width="109" height="172"></div></td>
<td width="17%"><div align="center"><img src="images/top2.jpg" width="109" height="172"></div></td>
<td width="16%"><div align="center"><img src="images/top3.jpg" width="109" height="172"></div></td>
<td width="16%"><div align="center"><img src="images/top4.jpg" width="109" height="172"></div></td>
<td width="17%"><div align="center"><img src="images/top5.jpg" width="109" height="172"></div></td>
</tr>
<tr class="bodytext-red-10">
<td> <div align="center">Shirred Emma<br>

Top</div></td>
<td> <div align="center">Lettuce-edge <br>
surplice top</div></td>
<td> <div align="center">Empire tie-front<br>
Top</div></td>
<td> <div align="center">Printed smocked<br>
kimono top<br>

</div></td>
<td> <div align="center">Mixed-media<br>
Cami</div></td>
</tr>
<tr>
<td height="26"> <div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>

<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>

<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td class="table-border">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>
<td colspan="4"><div align="center" class="bodytext-white-14"><strong><span class="bodytext-titles-15">Books
on Pregnancy at Amazon</span><br>
</strong></div></td>
</tr>
<tr>
<td width="20%"><div align="center"><img src="images/book1.jpg" width="137" height="185"></div></td>
<td width="20%"><div align="center"><img src="images/book2.jpg" width="137" height="185"></div></td>
<td width="20%"><div align="center"><img src="images/book3.jpg" width="137" height="185"></div></td>
<td width="20%"><div align="center"><img src="images/book4.jpg" width="137" height="185"></div></td>
</tr>
<tr class="bodytext-red-10">
<td valign="top"> <div align="center"><strong>The Pregnancy Bible</strong><br>
Your Complete Guide to Pregnancy and <br>

Early Parenthood</div></td>
<td valign="top"> <div align="center"><strong>Rock Star Momma</strong><br>
The Hip Guide to Looking Gorgeous Through All Nine Months and Beyond</div></td>
<td valign="top"> <div align="center"><strong>0 Weeks +</strong><br>
The Essential Pregnancy Organizer<br>
</div></td>
<td valign="top"> <div align="center"><strong>Ina May's Guide to<br>
Childbirth</strong><br>

</div></td>
</tr>
<tr>
<td height="26"> <div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">

<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
<td><div align="center">
<p class="bodytext"><s class="bodytext-red-11"><strong>$29.98</strong></s><br>
<span class="bodytext-blue"><strong>$14.99</strong></span></p>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>

<tr>
<td>&nbsp;</td>
</tr>
</table>
<p>&nbsp;</p></td>
<td valign="top"> <table width="141" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="28" class="bodytext"> <div align="center" class="text-links"><strong>Visit
our sister site</strong></div></td>
</tr>
<tr>
<td height="20" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="bodytext">
<tr>
<td><div align="center"><img src="images/karen-plus.jpg" width="125" height="145"></div></td>

</tr>
<tr>
<td><div align="center"></div></td>
</tr>
<tr>
<td class="table-border">&nbsp;</td>
</tr>
<tr>
<td><div align="center" class="bodytext"><strong>STORE DIRECTORY</strong></div></td>
</tr>
<tr>
<td><div align="center"><img src="images/11mat_012305_125x125.gif" width="125" height="125"></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>

<tr>
<td height="20"> <div align="center"><img src="images/125x125_free-shipping75.gif" width="125" height="125"></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
<tr>
<td><div align="center"><img src="images/image-1846091-10415260.gif" width="100" height="100"></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
<tr>
<td><div align="center"><img src="images/ls_edam_05_05_125_125.jpg" width="125" height="125"></div></td>
</tr>
<tr>

<td><div align="center"></div></td>
</tr>
<tr>
<td><div align="center"><img src="images/ls_mmall_08_05_120_600.jpg" width="120" height="600"></div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
<tr>
<td><div align="center"><img src="images/ls_mimi_08_05_120_240.jpg" width="120" height="240"></div></td>
</tr>
<tr>
<td><div
the Real Adiel
OK, I got the search working, now I'm fiddling with the newsletter sign-up
agent220
Just a note, Java is a completely different language than Javascript. smile.gif

Make sure your subscribe form starts like this:
<form method=post name="subscribeform" action="http://karensplus.com/mailer/?p=subscribe&id=2"> -- the action tells the page where, on submit (which is a button you need), to take the data to process it.

If you get stuck, feel free to contact me.
the Real Adiel
All done. Thanks for your help smile.gif
int
QUOTE(agent220 @ Dec 19 2007, 09:15 AM) *
Just a note, Java is a completely different language than Javascript. smile.gif


Well, not completely completely smile.gif
agent220
QUOTE(int @ Dec 19 2007, 11:37 AM) *
Well, not completely completely smile.gif

Ok, not completely completely. But still, different than what I was expecting to find...I was looking for an applet somewhere (not that the JS was present either in the source code I saw).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.