Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Adding Search Form to JSPX Template

TimothyCSep 14 2012 — edited Sep 18 2012
I need to add this simple HTML form to my JSPX Template, I tried several ways and having no Luck

<form action="http://www.search.cio.ny.gov/search" method="get">
<input value="date:D:L:d1" name="sort" type="hidden"/>
<h:input value="xml_no_dtd" name="output" type="hidden"/>
<input value="UTF-8" name="ie" type="hidden"/>
<input value="UTF-8" name="oe" type="hidden"/>
<input value="default_frontend" name="client"
type="hidden"/>
<input value="default_frontend" name="proxystylesheet"
type="hidden"/>
<input value="default_collection" name="site"
type="hidden"/>
<input style="cursor: pointer;" type="text" size="15"
name="q" maxlength="256" id="searchbox"
title="Search"/>
<input type="submit" id="searchbutton"
value="Search NY.GOV"/>
</form>

Can anyone show a newb how to do this? or Point me to a Tutorail or Documentation?
This post has been answered by Daniel Merchán on Sep 14 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2012
Added on Sep 14 2012
8 comments
603 views