[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] Content from interchange on a diff site


I have a client who has a couple websites (hosted in diff places, using diff technology) who wants to have users be able to search his interchange site from the other one. So I though of putting together a search page with no templates and then using iframe pop that into the other site...something like so:

<IFRAME SRC="myURL/cgi-bin/cart.cgi/iframe_search.html" width="100%" height="100%" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no>
</IFRAME>

and the code for iframe_search.html is:
<html>
<body>
<form action="[area search]" method=post>
<INPUT TYPE=hidden NAME=mv_searchtype VALUE=db>
<INPUT TYPE=hidden NAME=mv_matchlimit VALUE=10>
<INPUT TYPE=hidden NAME=mv_sort_field VALUE=prod_group>
<INPUT TYPE=hidden NAME=mv_search_field VALUE="*">
<input type=hidden name=mv_substring_match value=1>
<INPUT TYPE=hidden NAME=mv_column_op VALUE=ne>
<INPUT TYPE=hidden NAME=mv_column_op VALUE=rm>
<input MAXLENGTH=30 NAME=mv_searchspec type=text id="search2" size="15">

<input type="image" alt="Search" width="27" border="0" height="16" src="__THEME_IMG_DIR__search/go_btn.gif">
</form>
</body>
</html>

So, of course when I do click that go button, it refreshes the iframe and not the whole page...How would I go about refreshing the entire page?

Thanks!

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.