Click to See Complete Forum and Search --> : ie5wa (Web Accessory) image list js


askpcguy909
12-01-2003, 06:44 PM
Hello, I found Microsoft's Web Accessory for Internet Explorer 5.x and tried it with IE6 sp1 on Xp Pro SP1.

Web Accessory for IE 5.x (http://www.microsoft.com/windows/ie/previous/webaccess/ie5wa.asp)

I found some code to make the highlight work, and I figured out you could also unhighlight as well. The Url list works, but when I tried the image list nothing happened but a new window popped up with nothing in it.

So I tried finding another script that did the same thing but found nothing. But I later found out if you right clicked the window, and did a refresh, the images showed up.

My question is, can I add a refresh page button at the top of the window to refresh the page. I have almost no experience with java.

TheBearMay
12-02-2003, 06:56 AM
Try this:

<button onclick='window.location.reload("true");'>Refresh</button>

askpcguy909
12-02-2003, 11:48 AM
<button onclick='window.location.reload("true");'>Refresh</button>

I added that above the </script> tag and now the window doesnt appear. A box appears and goes away real fast.

TheBearMay
12-02-2003, 12:26 PM
Try puting it into the body of the document instead.

askpcguy909
12-02-2003, 03:22 PM
It does not have a <BODY> or </BODY> tag.