Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. funkeywoookey

    Please Tweak This (URL target)

    that's the exact same thing as what you said before isn't it? (feeling like a dumbass at this point) THANK YOU, THANK YOU, THANK YOU!!!!!!!!!!!
  2. funkeywoookey

    Please Tweak This (URL target)

    No errors
  3. funkeywoookey

    Please Tweak This (URL target)

    *sigh* Okay, since nobody seems to know how to tweak it, would anybody mind to just make another one? __________________________________ <script type="text/javascript"> function goToURL(form) { query = form.query.value; if(query == null || query == "") { alert("Error: Missing URL")...
  4. funkeywoookey

    Please Tweak This (URL target)

    Well I don't know how to write a function for it.
  5. funkeywoookey

    Please Tweak This (URL target)

    tsuji, yes, I read your first post. I tried it, and it still refuses to work correctly. BillyRayPreachersSon, even when I delete the second line mentioned, it still doesn't work.
  6. funkeywoookey

    Please Tweak This (URL target)

    <script type="text/javascript"> function goToURL(form) { query = form.query.value; if(query == null || query == "") { alert("Error: Missing URL"); return false; } document.getElementByName("frame1").src = query; document.location.href = query; return false; } </script>...
  7. funkeywoookey

    Please Tweak This (URL target)

    Now it's just refreshing (see above "refined" link...it's been updated). In the refined thing, i was just showing what it did after I added your code.
  8. funkeywoookey

    Please Tweak This (URL target)

    Still not working. Look at it refined... https://www.sharemation.com/funkeywoookey/Temp2.html?uniq=skbqmv
  9. funkeywoookey

    Please Tweak This (URL target)

    I have the following code, but I want it so that when I click "Go" the URL loads in an iframe (iframe's name="frame1). _____________________________________________ <script type="text/javascript"> function goToURL(form) { query = form.query.value; if(query == null || query == "") {...

Part and Inventory Search

Back
Top