If I right-click the URL looks OK, it is very long (<2000
characters). But again it fails.
The script works (iframe works) if I hard code $qString as
$qString:="?foo=bar"
inline frames (iFrame) work just like frames so if your browser
allows it you should be able to open the inline frame in the new
window. In safari you can control click in the frame area and
choose "Open frame in new window". This way when you open the
window you see the actual link itself.
What I'm asking is what should the "final" link be? Are you sure it
works if you enter it manually?
On 3 Nov 2005, at 00:19, Stuart Holroyd wrote:
An inline frame ("floating frame") is a construct which embeds a
document into an HTML document so that embedded data is displayed
inside a subwindow of the browser's window.
No, even if I put an HREF, the link does not work...like so...
<a href="/search/action.a4d<%=$qString%>">press here</a>
I get the same error.
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/
_______________________________________________
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/
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/