Hi Everyone,
I need helping printing out the correct value from a hiearchical string. In the code below I have a to iterate through strings that are designated similar to the following:
Top...
i am designing forms in Livecycle and am trying to understand some java script here ,
(i am trying to modify a form designed by other developer) and apparantly have very little knowledge of j...
Hi,
Iam using ShadowBox to open up a lookup window. When i give the link of the page like
<a href="../somepage.html" rel="shadowbox">open me</a> it works perfectly...
but when i call a ja...
Hello experts.
On this page http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20893257.html?sfQueryTermInfo=1+enabl+javascript+show+when i found a solution from exp...
How we can read query strings from URL on page load through JQuery?
I am using jQuery JavaScript Library v1.3.2.
Please see the attached code snippet below. I am displaying the menu with the img and div elements. when I click on the image drop down icon, the menu will be displaued(with div tags). I want ...
Hi all,
I need to trigger three events when my page loads.
The code below is working for Firefox, Chrome and Safari (loads the three events) but not for Internet Explorer (just loads two...
For numerical month $M, how is best to get the date (YYYY-MM-DD format) of the last sunday of that month?
thanks
I have 10 div areas with an id of "somename1" all the way to "somename10". I have made them all have style="display: none". I want to randomly display only 1 of the div areas when the user vis...
Dear experts,
I have a code from my last question which was provided by Panchux at
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_24744133.html
The code wa...
Hi,
I've got this hidden form element:
<input type='hidden' id='allcheckboxes' name='allcheckboxes' value=''>
and I want to set the value like this:
document.getElementById("allcheckbo...
Hi,
I want to removeTR elements from a table by using the class name.
I've got the following code to assign tags to the TRs:
var newTR2 = document.createElement('tr');
newTR2.setAttr...
I have a basic toggle/accordion script that is working fine. However, I'd like the H1 background to change to red on ALL the headers, not just the first one. I tried changing the second H1 id ...
Hi, I have two iframes on a page, called iframe_test_main.asp
<html><body>
<IFRAME width="400" height="400" src="iframe_test_page.asp" name="showframe" id="showframe"></IFRAME>
<IFRAME na...
By default on writing an Alert, Confirmation Message on Javascript - Title Bar of the window screen is "Windows Internet Explorer"
I need a Custom to have Custom Title Bar ..! "[Name of o...
Hi
Being playing with javascript and have got the following working fine in IE / Chrome but not in Firefox. FF come up with the error 'div1 is not defined'. Have looked around but can't fi...
Users are given the option of either sending an email with the web server, or using their default email client. So, I concocted up some cheeky Javascript and PHP echo which executes their emai...
Hello, I'm having problem with Access Denined error only on IE when try to reach opener window's form element as shown below.
It works on FireFox, Chrome and Safari, but on IE.
Please some...
hi experts!
i am trying to have a functionality where i should have a link and clicking on that link should open the IFRAME and load the Page inside it. once the Iframe opens. the text for o...
I have two variables, var name = John
var role = Customer
I want to display a message like this
John is a "Customer"
in javascript using inerhtml for the variables
Is there a simple Javascript to submit a HTTP post? I wish to run an ASP program that submits something like HTTP://www.ourwebsite.com?id=999&user="fred" with a user having to click on a link ...
Hi again,
I'm looking for a way to copy to the clipboard a link hold inside a div by clicking a link or a linked image.
The code below does the trick for internet explorer but not for th...
hi, i have 6 text boxes on my page all with integers in them, i would like when a text box is changed that the total of all 6 text boxes will display in another text box
i am using the functi...
Hi
On my html i have the following, I am tring to work out to get the values out when a user changes the option
So if they select option 2, then I want to to be able to get 'team 2' and ...
My pattern is:
http:\/\/example.com\/([^\/]+)\/id\/([^\/]+)
My replacement is:
http:\/\/example.com\/$1\/tooltip\/$2
It works fine and dandy when I input http://example.com/test/id/394...