1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Implementing a seach box in emailer. How do I?

Discussion in 'Programming' started by niravdave, Feb 9, 2009.

  1. #1
    I am trying to implement a search box in my emails. How do I go about doing this?

    Below is my current search box code and i want to implement this line in it

    http://www.mysite.com/search.html?cid=12345&keyword=" + search.text;

    
    <input name="textfield" type="text" size="25" ID="tbx1" class="tbx1_default"
    onmouseover="this.className='tbx1_hover';"
    onmouseout="this.className='tbx1_default';"
    />
    Code (markup):
    any help highly appreciated.

    cheers
    nirav
     
    niravdave, Feb 9, 2009 IP
  2. fdoze

    fdoze Peon

    Messages:
    205
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Wha do you mean? In the e-mails that you send?
     
    fdoze, Feb 9, 2009 IP
  3. niravdave

    niravdave Active Member

    Messages:
    675
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    88
    #3
    yes the emails to my users.

    cheers!

     
    niravdave, Feb 9, 2009 IP