Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested JScript Solutions: 1 - 25 of 275
 
The following JavaScript convert something like <span id="container">     <span id="data">         some data     </span> </span> to <span id="container">     <select id="data" name...
Dear Experts, I am trying to do something like this: window.location.href = newUrl But this causes the page to refresh. How can i do it without refreshing the page. All i want is when...
Hi I am using body {  behavior:url("csshover.htc"); } to emulate the hover function in IE6. I have two different drop-down menus using it in the same page, one of them works, the other...
I have a form that I want to submit when the user presses Enter. The action URL is determined when the form is submitted based on what the user has selected from a dropdown. In IE, the form is...
Based on the code snipets, I keep getting the message "get_.... is null or not an object. I have tried a number of differeent calls but can not seem to get at the key values for the rows ...
I want to create a shortcut to startup a remote desktop session with the mstsc.exe, with all information predefined. Not to use a RDP connection file. Predefined must be: Logon domain name (n...
I have a page with multiple textboxes and two file uploads.  When the user has entered his data into all the fields I have one submit button to save all the data.   I want to check if there e...
I really shame on for this question but i could not understand why this is not working when i delete the  :     scr += "parent.document.getElementById('Image1A').src = 'http://files.xxx.co...
Hi all!  I would like to have a small javascript who enables / disables a text field by clicking on a checkbox Status Exammple: checkbox.checked = textfield.disabled checkbox.unchecked...
I am trying to close a browser WINDOW including all open tabs using Javascript. The window (and tabs) were manually opened. Using window.close() only closes the current tab. What I need it to ...
How can i use the lightbox effect (http://www.huddletogether.com/projects/lightbox/) on mouseover, so instead of clicking i just hover the mouse over the image to display enlarged image.
I get an error: Line: 210 Error: Object doesn't support this property or method When uploading a file on my site. Need help fixing this asap please! Here is the code with the error ...
Hi,   I want to get the previous page name in Javascript. So I am using document.referrer to get the name. But it does not work in IE or Firefox. Is there a way by which I can get the previou...
Hi, I need removing href component for all links on the page and adding onClick function call for the same href link (slightly modified). Here is my code: <script type="text/javascript">...
i want to navigate to another page in a javascript function....can i use <a href inside javascript ..but mind you i do not want to use window.open() which opens a new window instead of...redir...
I have created a simple HTML document with a single <p> element which has an onclick event attached that displays a message. Under the paragraph element there is a button; when the button is p...
Hi, I have a floating banner in the homepage which I accomplished by the below code (thanks to Mr. Paul Anderson for the code) . Now I want to have a close button so that users can get rid of...
I need to get the width of a div element with offsetWidth... In Firefox, as usual, everything works, but in IE, the offsetWidth returned is 0 ! Why !? The width has no width set in it's CSS...
I'm trying to set up a form element that makes two drop down menus accessible if specific values are selected in the "Profession" field. There will be five values that will make the primary an...
I am having a couple of issues getting a realtime interface built. I need help in getting a file upload added to my Jquery code that is parsed. And then displaying the image real-time so it ca...
Hi, I have the below code which works well to show the hidden text field but once the field is changed to inline-block it cannot be reverted back to hidden. Can you please provide sugge...
I need a javascript print function that can print only the div not the whole page?
I'm creating an AJAX script with PHP, and JS. The PHP takes GET parameters, returns some data from the database. I need this data to be usable through javascript. My php verison < 5.2 so I ...
Hello everyone - i'm trying to take a javascript that does a mouseover event and when they click an element of the menu, that menu element stays active until another one is clicked. Currently ...
I am using javascript but its not fully proofed as per my requirements, Through browser Edit option user can be paste value in text box but I  dont want , user can not be copy/paste data in th...