On my framed web site at http://www.kalikalos.org, I have a frame used as a navbar (navbar.htm).
I locate various links on the navbar. I dont want to add any more links as it will start to look messy, and as this navbar doesnt scroll some monitors would lose the last few links if I did that...
On my three-frames website at <http://www.kalikalos.org> I want to break out of the frameset from a link in the top.html frame to my alternative site for people with small monitors who cannot see all the items on my framed navbar.
I dont want my alternative site to be in my frameset, and I...
I have a line of code on my navbar that opens a control panel in a small newWindow.
<a href="javascript: newWindow('booking.html')">Control Panel</a>
In the control panel window I have a few links, a sample one of which is
<A HREF="http://order.kagi.com/?B7Z"...
Good day
I am still trying to get hover text to work on this password protected link:
<SPAN ID="bluegreen">
<a href="javascript:gateKeeper()" onMouseover="window.status='Remember your password is required!'; return true; " onMouseOut="window.status=''; return...
Good day
I have been cleaning up my web pages and moving all the various bits of javascript that I have dotted around on various pages to one single external javascript file: http://www.kalikalos.org/scripts.js.
On one of my pages (http://www.kalikalos.org/top.htm) I have a js function called...
Good day,
I have a blue left side vertical navbar on my site at http://www.kalikalos.org/navbar.htm. I have various links down the side there that are all in white text with textdecoration : none. All well and good.
The last link there ("facilitators only"), however, is called from...
Good day
I have a left blue framed navbar (navbar.htm) on my site at http://www.kalikalos.org, with some 17 links on it. I have turned off underlining with <DIV ID="whyte">, the code for which is found in my external file, styles.css, linked to the navbar.htm file.
So far so good...
Over in my website (http://www.kalikalos.org/navbar.htm) I have a page that will only open with the correct password. (In this case the password is "leaders" (without the quotes). The page is simply called: leaders.html.
It opens fine with the password, but it opens in a new window. I...
On one of my pages (http://www.kalikalos.org/contact.html) I have a form set up to collect information from the surfer and email to me.
I copied the code from Joe Burn's book on HTML. It is
<FORM METHOD="POST" ACTION="mailto:jockm@kalikalos.org"...
I am in process of replacing a frames navbar with an external javascript file (navbar.js) consisting of anchors and text links enclosed in document.write() statements.
So far I have succeeded in creating a list of links which are displayed on the page and work okay.
Now I want to pass an image...
I have created an external .js file (navbar.js) to replace a framed navbar. This .js file is called out of my index.htm file
<script language=javascript" src=navbar.js"></script>
My navbar.js file looks like this
<!-- hide script
document.write("<A HREF='vision.thml'>Vision...
I am wanting to open a new window and control the size and placement of that new window from an external .js file.
So far I cannot do it, because the external file doesnt allow a javascript command imbedded in it.
I am sure there is a way to do this, and would love to know how.
THANKS!
jockm
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.