I'm trying to accomplish something, but don't even know if it is possible.
I need to place the following code on my site:
<form action="http://lookup.computerlanguage.com/host_app/search" method="post">
<b>Enter a Computer Term</b><br>
<input type="text" name="term" size=17 value=""><br>
<input name="cid" type="hidden" value="xxxxxxx">
<input type="submit" value="Look Up" border=0>
</form>
The user enters a search term and it opens the computerlanguage.com site. Unfortunately, that site does not have my "look and feel". Not to mention, that takes them off my site.
I could create a "look and feel" template at their site, but that would be a pain to maintain. The template would contain this reference:
<!-- ENCYCLOPEDIA RESULTS -->
What I would like to have happen is for the computerlanguage search page to open in an inline window much like the "drop-down document viewer" found at
http://www.dynamicdrive.com/dynamici...opdownview.htm
Is that possible?
Many Thanx for any help...



Reply With Quote

Bookmarks