View Single Post
Unread 11-17-2008, 08:13 AM
ISMAILC ISMAILC is offline
Member
Join Date: Dec 2007
Posts: 45
  #2  
Default

Working!

[code:]
<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>
[/code:]
Reply With Quote