want search result in iframe

Discussion in 'Programming' started by stektez, Dec 10, 2007.

  1. #1
    hello can you help me ?
    i have 2 page , variable for search in page 1 , it great but i wont the result to iframe in page2
    search result like this http://www.google.com/search?q=%22webtosearch%22%20wanttoseanch

    ========la page1 ===========
    html
    <form action="traite.php" target="_blank"
    method="get" name="f" id="">
    <table cellpadding="0" cellspacing="0">
    <tr valign="top">
    <td width="25%">&nbsp;</td>
    <td align="center" nowrap="nowrap">
    <input maxlength="2048" name="q" size="55" title="le titre" value=""

    <select name="m"><option value='http://www.google.com/search'>Google</option><option value='http://search.yahoo.com/search'>Yahoo</option>

    <select name="s"><option value="webtosearch1">webtosearch1</option><option value="webtosearch2">webtosearch2</option>

    <input name="btnG" value="Recherche" type="submit">

    =======page2 whit iframe=======


    <title>page2</title>
    <frameset border="0" rows="76px,*">
    <frame src=".." />
    <frame src="http://www.google.com/search?q=%22webtosearch%22%20wanttoseanch " />

    <noframes>

    </noframes>
    </frameset>
     
    stektez, Dec 10, 2007 IP
  2. darkmessiah

    darkmessiah Peon

    Messages:
    500
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I answered this in the php section
     
    darkmessiah, Dec 10, 2007 IP