Jump to content

jhayzapi

Members
  • Posts

    2
  • Joined

  • Last visited

jhayzapi's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I created a search engine to my website and i place it at the left side frame,when i click the 'Go' button the results shows at the same frame,can anyone tell me how to place those results at the other frame. *This is the code of the left frame*<form name="jse_Form" onsubmit="search_form(jse_Form);return false"> <input type="text" name="d" size=17> <input type="button" value="Go" onclick="search_form(jse_Form)"></form>*This is the code of the jse_Form*// ---------- script properties ----------var results_location = "results.html";// ---------- end of script properties ----------function search_form(jse_Form) { if (jse_Form.d.value.length > 0) { document.cookie = "d=" + escape(jse_Form.d.value); window.location = results_location; }}I hope u can help me.Tnx.
  2. hey guys, i just want to know...how to link the send button to another frame in a same page?i will wait for ur replies. tnx!
×
×
  • Create New...