Mukti Ariawan wrote:
> rekan-rekan saya baru coba2 buat pulldown menu
> (menggunakan javascript) tapi pada saat menu tersebut
> berada diatas suatu textfield (form), pulldown menunya
> langsung tertimpa dengan texfieldnya. Solusinya bagaimana
> ya?
>
> terimakasih sebelumnya.
>
> </mukti ariawan>
Ada CD kumpulan Javascripts, judulnya total Javascripts 2000, cari aja
di Dusit atau sebangsanya.
Di sini saya lampirkan.
Pull Down Menu
<!-- TWO STEPS TO INSTALL NEW WINDOW:
1. Copy the first coding into the HEAD of your HTML document
2. Paste the last code in the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the HEAD of your HTML document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->
<!-- Begin
function Start(page) {
OpenWin = this.open(page, "CtrlWindow",
"toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resize=yes");
}
// End -->
</SCRIPT>
</HEAD>
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<BODY>
<center>
<form>
<input type=button onClick="Start('http://javascriptsource.com')"
value="Open javascriptsource.com">
</form>
or<P>
<a href="javascript:Start('http://javascriptsource.com')";>Open
javascriptsource.com</a>
</center>
Pull Down Menu in Frame
<!-- TWO STEPS TO INSTALL PULLDOWN MENU (FRAMES):
1. Put the code into the FRAMESET of your frames HTML document
2. Be sure to give each frame a name: name="left" etc... -->
<!-- STEP ONE: Copy this code into the FRAMESET of your HTML document
-->
<FRAMESET cols="250,*">
<frame name="left" src="leftframe.html">
<frame name="right" src="rightframe.html">
</FRAMESET>
<!-- STEP TWO: Be sure to give each frame a name: name="left" etc...
-->
- Kirim bunga untuk handaitaulan & relasi di jakarta www.indokado.com
To unsubscribe, e-mail : [EMAIL PROTECTED]
To subscribe, e-mail : [EMAIL PROTECTED]
Netika BerInternet : [EMAIL PROTECTED]