Click to See Complete Forum and Search --> : bottom link


kwakoe
07-03-2005, 09:31 PM
He hello,
I have these script of your use (button link) but when I click on the button
it open de page in the same frame, but i want that the page open in a
other frame. Is that possibly and what must I do. Here under jet has the
script.
In advance thanks.
Kwakoe

<!-- TWO STEPS TO INSTALL BUTTON LINK:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Sven David Hildebrandt (shildebr@online.no) -->
<!-- Web Site: http://home.hia.no/~sdhild99 -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function goToURL() { window.location =
"http://javascript.internet.com/new"; }
// End -->
</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<form>
<input type=button value="New JavaScripts" onClick="goToURL()">
</form>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 0.91 KB -->
>

kwakoe
07-03-2005, 09:48 PM
He hello,
I have these script of your use (button link) but when I click on the button
it open de page in the same frame, but i want that the page open in a
other frame. Is that possibly and what must I do. Here under jet has the
script. :mad:
In advance thanks.
Kwakoe

<!-- TWO STEPS TO INSTALL BUTTON LINK:

1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Sven David Hildebrandt (shildebr@online.no) -->
<!-- Web Site: http://home.hia.no/~sdhild99 -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function goToURL() { window.location =
"http://javascript.internet.com/new"; }
// End -->
</script>

</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML document -->

<BODY>

<form>
<input type=button value="New JavaScripts" onClick="goToURL()">
</form>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 0.91 KB -->
>

Khalid Ali
07-03-2005, 11:07 PM
2 problems,
First one you post your question in the wrong forum(Java is not JavaScript), but you would have known that if only you had read the title of the forums

Second you do not need to post same question in 2 threads.