Celeste!
09-12-2007, 03:25 AM
i'm having trouble passing search terms from a search box to an iframe.
when ever the quotation marks go around the search (with input text name=q) and are passed on to the iframe with <iframe src="http://google.com/search?q=<%=Request("q") %> i get a msg saying the page cannot be displayed.
i'm guessing since Request("q") already has quotation marks it won't allow the contents of 'q' to have quotation marks.
Is there any other way to request the text that was input so that the quotation marks are recognized by google in the iframe?
when ever the quotation marks go around the search (with input text name=q) and are passed on to the iframe with <iframe src="http://google.com/search?q=<%=Request("q") %> i get a msg saying the page cannot be displayed.
i'm guessing since Request("q") already has quotation marks it won't allow the contents of 'q' to have quotation marks.
Is there any other way to request the text that was input so that the quotation marks are recognized by google in the iframe?