JavaScript
Hi all,
To exit my application i am using the following statement in javascript.
window.parent.close();
For IE its working fine, But firefox i am not able to close the application window. Please provide me the solution.
Thanks in advance
srilatha
- 1600 views
- 1 answers
- 1 votes
My internet Explorer is not working properly I don’t know its reason. For removing this problem I uninstall internet explorer and install it again but problem appears same.
Due to this problem I can’t open any site properly when I click at OK then webpage closed.
Please tell me its solution and reason.
Error Complete Detail
[JavaScript Application]
Error: your title was not saved. <?xml version=”1.0”encoding=”utf-8”?>
<err stat=”fail”>
- 4058 views
- 2 answers
- 0 votes
Hello,
I want to create a page (HTML/PHP) that loads an URL, in this URL there are a submit button that doesn't have a name but have an id ("u721957_1"). I want that when I load this page, automatically this submit button is pushed. I don't like to submit the form directly because there are some data in the button that I need, I tried this: document.getElementById('u721957_3').click() as a function in the onLoad of the body but it doesn't work (you have to note that I can't change the id of the button).
Any solution please??
- 794 views
- 2 answers
- 0 votes
I need help in modifying a javascript for .aspx page. I do get a javascript error on my file upload javascript function. It is using document.getElementById() and then the element is passed. I don’t know what caused this error but loading of the page with the javascript and gets an error. Please see the error below for further details.
Server Error in '/' Application.
The controls collection cannot be modified because the control contains code blocks (i.e. <% … %>).
- 1394 views
- 1 answers
- 2 votes
I want to call JavaScript code from C# and I have used RegisterClientScriptBlock method to achieve this. Now, the problem is that I want this code to be executed on specific event after 5-10 seconds. I cannot catch that event again so I have to call this method on that event. How can I achieve this?
- 1235 views
- 1 answers
- 0 votes
I want to call JavaScript code from C#.
I have used RegisterClientScriptBlock method to do so.
But now the problem is that this method is being called in a loop.
So, it is executed only once.
I want this code to be executed on every iteration.
How can I achieve this?
- 1986 views
- 1 answers
- 0 votes
"Microsoft JScript runtime error: 'undefined' is null or not an object"
I just wondering if what does this error message mean. I been doing some codings in JScript and I have encounter this kind of error. I'm new to JScript so I don't have any idea how to debug this kind of error. Please tell me something about this error and what are the possible cause how this error occur.
- 2911 views
- 2 answers
- 0 votes
I need some help! I made a website using notepad++ with a lot of divisions. When I run my website with Mozilla Firefox and Google chrome everything is where it ought to be, but when I run it on an opera or Internet explorer browser. The divisions get scattered everywhere. Is there a way to make the divisions be the same as in the other browsers?
- 879 views
- 1 answers
- 0 votes
I created a plugin that can read the length property of elements. How can I return back to the old line on which the program always points to a certain line where it cannot convert the variable and returns a null variable when I attempt to computer for the length
This is the error that I get
Uncaught TypeError: Cannot read property 'length' of undefined
- 1084 views
- 2 answers
- 0 votes
I recently got a problem with my JavaScript. I couldn't get the value of the dropdown boxes if the value is one of the alphabet letters. How do I get the value of dropdown boxes and output it into a text box. I tried to get the value directly but it only works with a message box.
- 1165 views
- 2 answers
- 0 votes