When I open popup window then how can I stop displaying "javascript:window.close()" as alt text?
Thanks
When I open popup window then how can I stop displaying "javascript:window.close()" as alt text?
Thanks
That shouldn't be displaying as Alt text, in the first place. The Alt text when you hover over the image should display the image Title.
If you're talking about seeing this in the bottom left of the window, that's the url or href that's being called by the javascript. There's nothing you can do about that.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
It is displying both, separately,when I change it to:
<button onclick="javascript:window.close()">Close</button>
or
<form method="post">
<input type="button" value="Close Window"
onclick="window.close()">
</form>
it is of course not displying any more, but then there is that button on the header of the popup image. Is it possible to move that button to the bottom for example?
I'm using the IE9, maybe thats the cause...
You should be able to move the button within your stylesheet. You have a url to this site?
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
The site is: www.katre.ws
There is a link to displying that:
http://www.katre.ws/images/popup_window.jpg
Thanks!
Well, I'm seeing the image, but nothing about the javascript in FF or IE. In IE, just above the image there's a "<>" which shouldn't be there..........something in your file that you've changed, and forgot to take out, I presume. Also, in IE there's an error:
Message: 'jQuery' is undefined
Line: 30
Char: 1
Code: 0
URI: http://www.katre.ws/includes/templat..._easySlider.js
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!