|
-
September 7th, 2008, 02:39 AM
#3
Submit the search value to a different page.
http://differentpage?value=the+meaning+of+life
Now in differentpage depending on the technology used, I could have many ways of achieving it.
If i were using JSP, I'd use something like the code below.
<-------------------->
<Html>
<Content Of differentPage>
<jsp:include page="www.google.com?search?hl=en&q="the+meaning+of+life" />
XXXXXXX
<jsp:include page="Other search engine url?search?hl=en&q="the+meaning+of+life" />
</HTML>
<\------------------->
Hope you got the point.
Last edited by PacketThirst; September 7th, 2008 at 02:45 AM.
Similar Threads
-
By scratchONtheBOX in forum Other Tutorials Forum
Replies: 6
Last Post: March 30th, 2005, 04:53 PM
-
By d00dz Attackin in forum Other Tutorials Forum
Replies: 22
Last Post: November 20th, 2004, 10:49 AM
-
By Euclid in forum AntiOnline's General Chit Chat
Replies: 3
Last Post: March 6th, 2003, 12:25 AM
-
By Unleashed in forum Miscellaneous Security Discussions
Replies: 1
Last Post: April 8th, 2002, 01:35 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|