Brynwall
04-20-2011, 02:35 PM
I was hoping someone could help me out here in this forum. I'm trying to write a client-side code to get a certain URL to refresh automaticly every 60 seconds. I've tried numerous ways and, so far, I can only get the attached code to work:
<html><head>
<title> Unassigned Tickets - Auto Refresh </title>
<meta http-equiv="Refresh" content="60" >
</head>
<EMBED SRC="http://jira.body.local:8080/secure/IssueNavigator.jspa?mode=hide&requestId=10080"HEIGHT=100% WIDTH=100%>
</html>
This works for the most part, but it only seems to work in Google Chrome and not in IE or FireFox. The Embed command isn't really what I want to do, but it is the only one I've gotten to work.
Any suggestions?
Thanks!!!
<html><head>
<title> Unassigned Tickets - Auto Refresh </title>
<meta http-equiv="Refresh" content="60" >
</head>
<EMBED SRC="http://jira.body.local:8080/secure/IssueNavigator.jspa?mode=hide&requestId=10080"HEIGHT=100% WIDTH=100%>
</html>
This works for the most part, but it only seems to work in Google Chrome and not in IE or FireFox. The Embed command isn't really what I want to do, but it is the only one I've gotten to work.
Any suggestions?
Thanks!!!