Is it possible to have a javascript button that actions on mouse over and then another action on mouse out. I know I can do it in Flash with javascript but I can't use flash this time.
An example would be great.
Brian
The senior moment question below has evolved into an additional question. I think a clearer explanation is required.
I have a page which has a small iframe within it. The iframe brings in an image from a feed. To the right of the iframe I have a number of buttons. If I press on a button...
I have a button I have placed on a page. The button "on press" forces an action at a particular website via the following link http://qxyz.com/xxx-cgi/com/yyy.cgi?gotoserverpresetname=homepage. This works well.
The problem I’m having (apart from having a senior moment) is that I wish to...
Thanks for your reply Jeff. This should help:
function popqantas() {
window.open("http://www.qantas.com.au/","pop1","width=950,height=500,left=15,top=15,menubar=no,status=yes,scrollbars=yes")
}
</script>
and I use popqantas() to activate the popup.
Hope this helps.
Brian
I have a popup that arrives ontime, in the correct position and the size I require. The page within the popup has some links. If I press on any of the links within the popup, the popup disappears and the link becomes the entire page. How can I make the link pressed within the popup just fill...
Works well for me Wulfgen. Many thanks.
Tell me ref the Yahoo button text. What should I do to change the color or even have a change of color on mouseover.
With thanks
Brian
Many thanks for that IDMF. I have tried it a number of times without success.
My original iframe in the page when it loads has the following script:
<iframe src="http://www.google.html" class="test1" frameborder="0" width="778" height="460"></iframe>
What would you suggest I place within the...
I have a page that loads an iframe. Within the iframe loads another page. At the side of the original page is a menu with five buttons. Is it possible to have script within each menu button that loads a different page in the iframe on the master page.
with thanks
Brian
I use the following to go close a window
on (press,release) {
javascript("window.close()");
}
it works well. How can I also close the window and go to an anchor point on the origianl page called
/index.html#equipment
with thanks
Brian
I have googled my heart out this afternoon trying to solve the followng.
I have a popup window that comes up after a button has been pressed within a page. What I hate about the popup is that I don't want to see the blue window at the top of popup giving me the page address and details about...
Now this should be easy but I'm blowed if I can make it work. I have an popup window (300X300) that has script within it to progressively loads a large image. It works well and when finished I have the scroll bar along the bottom to move the picture. However I wish to have a "close here"...
I have an application that requires the viewer to be able to "print screen".
Is it possible to have a javascript script that does the same as ctrl/p?
with thanks
I have an application that requires the viewer to be able to "print screen".
Is it possible to have a javascript script that does the same as ctrl/p?
with thanks
Brian
No the code
on (release)
{
getURL("javascript:window.open('pan1.html','pan1','toolbar=0,location=0,directries=0,status=0,menubar=0,scrollbars=0,resizable=0,width=460,height=450,left=0,top=0')");
}
is set within a swf file. On press of the button pan1.html pops up at 0,0. The only html in...
Sorry Tracy I have tried it out without success. I have the following in the html pages I have called up OnBlur="window.focus() to keep it ontop over my origianl page. Maybe that may have some effect on it.
Can you post an example of the additional code to close pan2.html and pan3.html. Your...
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.