*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")...
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.
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 == "") {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.