Well i'm actually in a mess. I'm customizing an aspx page.
This page is loaded via apllication we use but i need to add lookups to it.

Part of a previous post where i just had a textbox and onclikc pass parameter 
using javascript. 
Now i have to add a lookup and pass selected value: 

Previus post solution, I need to add a lookup where i sepcify a connection 
string query - no coldfusion and using an existing aspx page

<tr>
  <input type="text" text="Keyword" id="keyword" value="">
  <input type="button" text="filter" id="filter" 
onClick="(document.getElementById('keyword').value=='') ? alert('Enter a 
Keyword!'); 
document.getElementById('frame1').src='http://srv08-za199/BI&rs:Command=Render&Key='+document.getElementById('keyword').value;">
</tr>
<tr>
   <IFRAME id="frame1" 
src="blank.htm">iframe_placeholder_value</IFRAME>

</tr>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315525
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to