First  |  Prev |  Next  |  Last
Pages: 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650
window.open and focus
if anyone is still curious about this recently posted issue creating error 'member not found' function imageWindow(whichImage) { imageWindow = window.open(whichImage, 'myWindow','width=450,height=200') imageWindow.focus() } I was experiencing the same problem and determined that the error was experie... 14 Mar 2006 19:39
Problem on Safari version 1.0.3
I have the following code in my page: function formSubmit(next){ document.forms[0].button.value = next; document.forms[0].userAgent.value = navigator.userAgent; document.forms[0].submit(); } When I hit the submit button which runs this code none of the form fields are populated. wh... 11 Mar 2006 20:56
DOM for IE and Firefox
I have an application with heavy usage of DOM Initially the application was supposed to be only IE specific, but now we need to support it for Firefox also. As an example consider the following HTML <html> <head></head> <body> <table border="1" cellspacing="5" cellpadding="5" id="RCTable"> <tr> <td... 11 Mar 2006 09:06
External Javascript to activate activex control
Hi all, There has recently been a new update to internet explorer whereby activex controls now load on a page unactivated. MSDN have a website explaining a workaround where you do away with the <OBJECT> tag in your html and instead use an external Javascript the control will load activated. http://msdn.micros... 9 Mar 2006 11:21
Load data from external files
Hi, I have a file containing variables defined in javascript syntax, like, var a = 15; var list = [ 'a','b','c']; .. .. I want to load this external file dynamically and read in the data. I can successfuly read this file content if I include the file statically in the head section in my page. But when I am tryi... 8 Mar 2006 13:59
problem in querystring
hi, according to browser Querystring values are vary, for eg. IE - 2,083 Characters. In my application I'm transfering data from Javascript to Asp.Net through Query string. Eg: var http = new ActiveXObject("Msxml2.XMLHTTP"); http.open("POST","Server.aspx?tname="+rowno +"&value="+ths.value,true); ... 6 Mar 2006 08:21
Textarea Form Validation
Hi, I am fairly green when it comes to JavaScript. I have the Form Validation below for 3 textarea fields. It works fine, but if none of the fields are filled out then 3 consequtive alert boxes pop up.How can I modify the script to only prompt the user one field at a time? The Script I have is: <script la... 4 Mar 2006 18:27
Efficient use of setTimeout ?
I've created a "Play" button for my timeline that uses the Google Maps API. It basicly scrolls the timeline x interval every y milliseconds. The problem is the browser responds slowly even after the "Stop" button is clicked. (it responds slowly while playing, but thats to be expected with everything that it is do... 3 Mar 2006 16:34
Javascript XMLHTTPRequest Problem
Hello everyone, I'm currently trying to add some AJAX functionality to the tree2 JSF-component from the Apache MyFaces project (i. e. if the user clicks on some node of the tree component, then not the whole tree is to be rendered again but just the part of the tree which has actually changed). Using Mozilla ... 4 Mar 2006 04:22
You are Invited
This is to Inform you that you have been invited to join our Students Community It has loads of members with loads of stuff ..register now its free ...dont miss it http://www.studentshangout.com ... 2 Mar 2006 10:51
First  |  Prev |  Next  |  Last
Pages: 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650