Opera 7.11 Reloads *.js
Jul 20, 2005
Has any user of Opera 7.11 noticed that it does not reload all files
when the reload button is clicked? I can click on my html file to cause
Opera to load and start and it's OK. But if I then correct an error in
a *.js file and click reload I often get a javascript console with the
same error that I just corrected and line numbers that refer to the old
file. This has got to be something that I am doing wrong, but I can't
see it.
View 1 Replies
ADVERTISEMENT
Dec 14, 2010
I have an add row button that duplicates the last row of a table and then updates the item number located in the first column of the table. I used clone() instead of append() b/c the third column has a dropdown box that is filled depending on the selection in a dropdown box located somewhere else on the form. If I use append(), it will not fill in this dropdown box, but if i use clone(), it will.My problem is that I created this form and it worked fine on ie until i added a doctype, and then it started reloading the page after it completed the function. I then tested it in firefox and it does the same thing regardless if it has a doctype or not. I have other jquery code on this page that works fine.html table:
<table id="content" class="detail" width="650px">
<tr><th width="15px">
Item No.</th>
[code]...
View 2 Replies
View Related
Jul 5, 2011
I've got this form on my page that contains a search box and a select box full of employee names. When you type a few letters in the search box it scrolls through the listbox to the first match and then if you click on that name it executes a function. Today though one of my coworkers pointed out that some people would just hit enter inside the search box and he's right about that. So I looked around and found the solution for it, it's the onkeydown event I added to the search box. Weird thing is though when you type a name in the box and hit enter it executes properly and then the page immediately reloads :confused:Without the onkeybown event, hitting Enter still makes the page reload so it's gotta be something about the form.
<form name="people_form" style="margin: 0px">
<input type="text" id="peoplesearch" name="peoplesearch" onkeydown="if (event.keyCode == 13) search_onblur()" onblur="search_onblur()" onkeyup="suggestName();" onfocus="this.value=''" style="margin: 0px 0px 5px 0px; padding: 0px; width: 215px"></input>
[code]....
View 1 Replies
View Related
Feb 6, 2011
Im developing a wordpress site for an Internet Radio station. have the flash radio stream plugin & the small chatroom/shoutbox type thing stay (at the front) so that a user can then freely browse the rest of the site on different pages, without the actual stream plugin and shoutbox being refreshed. I need it to stay at the front at certain positions (ie to the left of the content so its not blocking it), so having a pop-up window will not work as it will just disappear behind whatever window the user clicks.Ive had a quick look at Modal windows but (correct me if im wrong) they also "refresh" if a user was to go to a different page.
View 2 Replies
View Related
Jul 23, 2005
Is there a way to monitor a newly opepend child window with opener,
even when the page keeps reloading ?
Say window A opens window B and gives it a name/handle "myWindow".
At this point anywhere in window A, we could say
myWindow.location.href to find out where the child is.
But what if someone was to take window A to another site, and than
return using history button, OR reload it completely.
upon load the var myWindow would get executed again, and it seems like
the handle would be lost. I tried to see if there was a
window.children collection that might still hold window B in its
subset, but was not able to find a way thus far.
View 1 Replies
View Related
Jul 1, 2010
I've made the following script:
$(document).ready(function(){
var showHide = $.cookie('menuStatus');
alert(showHide);
/* Part that dosnĀ“t work.
if (showHide==closed) {
$("#menu").hide();
}
*/
$(".openClose").click(
function(){
$("#menu").slideToggle("slow", function() {
if ($(this).is(':hidden')) {
//var state = "closed";
$.cookie('menuStatus', 'closed');
} else if ($(this).is(':visible')) {
//var state = "open";
$.cookie('menuStatus', 'open');
}
//alert(state);
});
});
Now this is the example: [URL]. When page loads, you get an alert, with the var showHide, which should be open or closed. Problem is the if statement. I must say it was exciting to make this little script with jQuery. Especially setting the cookie, I couldn't have done it without the jQuery plugin. As you can see I tried to set a variable first but when page reloads, the variable was reset.
View 2 Replies
View Related
Jul 11, 2011
I am currently encountering a problem with setting "display" property from "none" to "block":
Browsers will refresh itself when the display property is changed; this causes the element to display then suddenly disappear after the page reload. Do you guys have an idea what I can do to avoid it?
I tried using jquery's show command, css command with setting display to block, and pure javascript method like document.getElementById("theId").style.display="block".
View 3 Replies
View Related
Jul 23, 2011
We are developing an application with ASP.Net and C#. We have a back button (html link) on few pages, by clicking on back button it triggers the browser back event. So user will be able to see his last viewed results (by going only one level back).
We are calling "window.history.back();" function of Javascript to achieve this, but the problem is that its working fine in IE but not in Chrome and Firefox. Whenever user clicks on the back button, Chrome and Firefox reloads the page from server and execute all the server side events.
What we need is simply go to one step back without reloading or refreshing the page.
View 1 Replies
View Related
Jul 21, 2009
This is a followup on:
Code:
[URL]
After further investigation it appears that omitting the anchor part out of a redirect header such as:
Code:
Location: h**p://eladnava.com/index.php?showtopic=1#entry1
Prevents the page reload after clicking another anchor on the redirected page.
A description of the problem: User clicks a link to view the newest post of a topic, such as
Code:
[URL]
This link redirects automatically to the topic with an anchor to the latest post entry on the page:
Code:
[URL]
This is where problems start. On this page clicking any link which is an anchor causes the page to reload and then jump to the anchor.
My modification enables posting replies to topics via Ajax, and to support back/forward button functionality in browsers I must change the anchor in the script. As soon as it is changed the browser reloads the page defeating the purpose of Ajax!
So what can be done about that anchor? I'm thinking about passing it as another variable in the query string and then manually via JavaScript onLoad() to extract the anchor from the URL and then jump to it after the page has loaded. Would this work?
View 4 Replies
View Related
Jul 23, 2005
When I do the following line in Netscape, the popup loads as it should,
but the parent window usually, but not always, reloads as well.
<a href="#"
onClick="window.open('/cgi-bin/displayimage.cgi?/store/demo/image.jpg&YOUR+PRODUCT%27<b>S+NAME+GOES',
'fullimage', 'WIDTH=420,HEIGHT=405,status=0')">
The original window should not reload, but is, and I have tested it with
both version 4.72 and 7.02, and they both do it. IE does not do it.
The big problem is that the original window has security built into it
so it must be called from the right referring url, but when Netscape
reloads this parent window, it neglects to send the original referring
url, so the original page is replaced with an error page as soon as the
above link is clicked.
Is there any workaround for this, where either Netscape will not reload
the original page, or if it does, at least not lose the referring url?
View 10 Replies
View Related
Jul 23, 2005
<script language="JavaScript1.2" style="text/javascript">
<!--
function checkLocation() {
if (navigator.userAgent.indexOf("Opera")!=-1) type="OP"
else if (document.all) type="IE" // ie 4 & up
else type="XX"
if (type=="IE")
moveNav.style.pixelTop=document.documentElement.sc rollTop
setTimeout("checkLocation()",5);
}
//-->
</script>
This is suppose to keep the Nav bar at the top of an IE browser. (Yes, it
wobbles a little bit, but what can I do?)
With most other browsers, the Nav Bar stays nice and stationary at the top,
thanks to a nice CSS solution. However, with Opera (at least Opera 7.54 that
I have) the nav bar wobbles a bit like I would expect it to in IE, but still
it gets hidden under most scrolling situations. What's the cure for Opera?
View 4 Replies
View Related
Mar 30, 2006
I have strange situation, in my webb apps i use a lot of AJAX.
in my developer computer i use opera and naked apllication (it's using
Python Application Server cherrypy www.cherrypy.org), in production I
covered my application be Apache server which serves static files. The
problem is that AJAX working in Opera but only on production server
(cherrypy behind Apache), on developer machine it's not working. Others
browser (IE, FF 1.5.0.1) working without any problem. Does anyone know
solution for this? Or is is a way to lookup what is happen under Opera
engine? any plugin or something what shows AJAX status call?
View 1 Replies
View Related
Jun 28, 2006
I really want to make my scripts work in Opera. I really, really do.
But it seems like an uphill struggle. First of all, I can't get ANY
kind of debug output. No error messages in the "javascript console" -
but then, I have never seen ANYTHING in Opera's javascript console. Is
there some kind of voodoo I need to perform in order to make that work?
Then, when Opera doesn't like something about a script (even if it works
fine in Spidermonkey), it will sometimes refuse to load it entirely,
which means I can't even do alert() based debugging. What the hell?
Can anyone give me some insight as to how they go about making their
scripts run properly in Opera? I make a point of sticking to ECMAScript
standards (and then making per-browser exceptions where needed *COUGH
IE*), but Opera just doesn't want to cooperate.
This is in Opera 8, by the way. I haven't upgraded yet, since I don't
use it, and I think more people still use 8 than 9 so that's what I want
to target.
View 6 Replies
View Related
Jul 18, 2006
i have such a problem:
document.forms[formName]['image'+orderID+'_'+lineID].click();
this code works only in IE! how can i make something same in Opera 9?
View 1 Replies
View Related
Jul 20, 2005
I have included a file below that tests onKeyPress in Opera 7.11. I am
getting peculiar behavior. When the file is first loaded, pressing the
keypad + causes the textarea to get physically larger on the screen, and
pressing the keypad - causes the textarea to get physically smaller. I
click on the scrollbar then this behaviour stops and subsequent
keystrokes are displayed appropriately. Is this some kind of bug in
Opera 7.11? Code:
View 5 Replies
View Related
Mar 27, 2005
I'm in the process of migrating a script to use DOM core methods but I've hit a roadblock in the aforementioned browser. The following code snippet illustrates what I'm basically trying to do, it really is incredibly basic!
var newimg = document.createElement('img');
newimg.setAttribute('id', 'placeholder');
newimg.setAttribute('src', 'images/large/courtyard.jpg');
I'm then positioning the element on the page using appendChild(). Everything works perfectly on Firefox 1, IE5+, Opera 8, Konqueror 3.3.1 (Linux) but not in Opera 7.54. I suspect the element is being created as associated styling on #placeholder is being applied (just some padding and borders) but the image itself is not being displayed. I assume therefore that the problems lies with setAttribute()?
This seems like the sort of problem that others would have encountered, but I haven't been able to find mention of it anywhere.
View 7 Replies
View Related
Nov 6, 2005
I am using this code:
document.getElementById("p").setAttribute("disabled","true");
to disable a button after user clicks it (this is to make sure user clicks it only once). It is needed to prevent multiple clicks on a button since each click calls a servlet.
This code works in IE but does not in FF and Opera.
View 2 Replies
View Related
Jun 24, 2011
I have this code
[URL]
If you'll use Opera browser, it will display lightbox style animation after clicking on marker on the map. Other browsers are not so kind
Chrome give an error Uncaught TypeError: Object [URL] has no method 'click'
To display animation in bumpbox(lightbox alternative) I use this html code
Code:
<div id="neco" style="display: none">
<a href="clouds.swf" class="bump">clouds</a>
</div>
and this javascript
Code:
google.maps.event.addListener(markerName, 'click', function mojafunkcia() {
document.getElementById("neco").getElementsByTagName("a")[0].click();
})
I assume that html element cannot access that javascript function because it ist nested within other function (please see source code on turie.eu), but I'm not very skilled with javascript, so I'm not sure.
View 3 Replies
View Related
Jul 23, 2005
How do you view javascript errors in Opera?
IE pops them in a modal box and NS has the excellent javascript console.
What does Opera have?
View 2 Replies
View Related
Jul 23, 2005
How to get multiple onLoad in Opera (v.7)?
Example shows what I mean - it works well IE and Mozilla, but not in
Opera Code:
View 1 Replies
View Related
Jul 23, 2005
the problem is, i have this javascript code in my aspx page that i want
it to work on almost all browsers, especially opera and safari :
function resize(){
displayFrm = document.getElementById("ifrmDisplay");
innerDoc = (displayFrame.contentDocument) ?displayFrm.contentDocument :
displayFrm.contentWindow.document;
objToResize = (displayFrm.style) ? displayFrm.style : displayFrm;
objToResize.height = innerDoc.body.scrollHeight;
}
the code above gets called every time a new page is loaded inside the
iframe (ifrmDisplay) what its doing is resizing the iframe so it can
have the same size as the page inside it, so i can eliminate the need
for vertical scroller for the iframe, i assumed that it works on opera
and IE at the same time, when i tried it out, it worked on IE but not on
opera. after lot of time in researching how i can get workaround this
issue with opera, that is the best possible solution i have and yet it
doesnt work. so i gave up and asking you if you can help me out here ,
coz this is jst driving me crazy!
the problem is im not a javascript expert, to be honest i jst started
doing javascripts about two days ago, that is why im in need for help
by the way, here is inner html for the iframe if its any use
<iframe id="ifrmDisplay" style="Z-INDEX: 99; LEFT: 187px; WIDTH: 567px;
POSITION: absolute; TOP: 136px; HEIGHT: 408px" src="" scrolling="no"
</iframe>
View 5 Replies
View Related
Jul 23, 2005
I've noticed that screen.availHeight/availWidth don't return
correct results in Opera 8, meaning that what Opera returns are
the pure screen dimensions, no the actual dimensions due to
taskbars or similar. On the other hand other browsers (MSIE,
Netscape, Mozilla) get this correct.
View 6 Replies
View Related
Jul 23, 2005
In Opera 8.01 (Linux; Build 1204) and in Opera 7.54 (Windows XP; Build 3865),
my form disappears from the HTML markup (below). To summarize:
1) In a <script> block in the <head> I create a form element (part of
object/feature/bug detection).
2) There's a <form> element defined in the <body>, with the id 'theForm'.
3) The onload function tries to access that form, and also counts the
total number of forms in the document. It fails to get a reference
to the form; the count is 0. Code:
View 4 Replies
View Related
Nov 23, 2005
After my web page has been loaded I'm doing some tests with a JavaScript. If
I figure out that something is wrong I'd like to reload the whole frameset.
With Internet Explorer and Mozilla Firefox I can reload the whole frameset
with
parent.location.href = "index.html";
However, this doesn't work with Opera.
Does someone know how to do that with Opera?
View 6 Replies
View Related
Apr 16, 2006
I create an IFrame and want to dynamically add content to it in Opera (8.54) like this: Code:
View 2 Replies
View Related
Apr 20, 2006
I'm trying to get all the "divs" that have a given NAME using
getElementsByName(). For example, the following code:
<html>
<head>
<script type="text/javascript">
function on_load()
{
var pages = document.getElementsByName("name");
alert(pages.length);
}
</script>
<body onload="on_load()">
<p name="name" id="id">Teste</p>
</body>
<html>
when I open this page in Firefox, it gives me a popup saying "1", that
is correct. But if I do it in Opera, it gives me "0"....
View 2 Replies
View Related