There is no function/object name conflicts that I can see or are alerted to. What are you seeing? Does IE throw an error for you? My problem is that the screen is not updating when SetPosition is called from within MaterialType_OnChange.
Here is the code to create the progressbar:
<code>
function Body_OnLoad() {
var x = document.body.scrollLeft + 10;
var y = document.body.scrollTop + 10;
//Create the progresss bar
progressBar = new ProgressBar("progressBar", 10, 150, 0, 10, 1, 0, "#663399", "#ffffff")...
The progress bar does not move at all. The screen is not updating when I change it.
As far as RS.htm, it has nothing to do with this problem. Also it must be on the server in the correct directory, not the client. I experienced with RS.
Patrick
All,
I have some remote scripts that queries a database. However there is no feedback to the user that anything is happening. So I created a progress bar that I want to update throughout the execution of the script. However all of my efforts to update (and the browser actually display) the...
Is it possible to call a member function on a global object that lives in a child window?
Example:
Parent A - Calls window.open("Child B", "child);
Child B - Contains object X
Parent A - Calls X.function(); <-- Is this possible in any way?
Thanks,
Patrick
Here is the function that is having a problem in Netscape.
function Calculate_OnClick() {
var ie = ((document.all)?true:false);
var RSLaminateCalculator = RSGetASPObject("RSLaminateCalculator.asp");
var request = new String("");
var arrLCRequest = new Array();
var rows = new String("")...
All,
I have a web page that when a user enters some information and clicks the 'Add' button the information is dynamically inserted into a scrollable table using DOM. In Netscape sometimes the new table row is not displayed. In other words I don't think the table is being redrawn. Has anyone...
Hi all,
I would like to have my vbsript call a Java Applet and wait for it to finish. When it finishes I want to pop up a small results window with an image and three buttons. The address for the image I get from the Java Applet. I would like to know if I can share variables between windows...
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.