What is the iframe link?
Can you control click on the iFrame and choose Open in a New Window.
Does the link look OK then?
Regards, Michael.
On 3 Nov 2005, at 00:07, Stuart Holroyd wrote:
I am trying to pass some query params received in a script to
iFrames, like so..
<%
$qString:=""
$it := query params
while (more items($it))
$qString:=build query string("-er-"+$qString;get item key($it);get
item value($it))
next item($it)
end while
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD><TITLE>Searching</TITLE></HEAD>
<body>
<iframe name="progress" src='/search/progress.htm' width='100%'
height='90%' scrolling="no"></iframe>
<iframe name="action" src="/search/action.a4d<%=$qString%>"
width='100%' height='10%' scrolling="no"></iframe>
</BODY>
</HTML>
The resulting 'action' iframe does not execute at all due to an error
Our apologies...
The request could not be fulfilled because it was not properly
formatted.
The resulting query string looks ok, but there must be something
wrong. Any ideas?
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/