Hi Guys,
i use javascripts, php and mysql. i need some ajax scripts to populate a listbox. pls advice.
How do I detect scroll down or scroll right exist on an IE browser page with javascript?
And how do I detect the current page has no scroll down or scroll right?
Hello all,
what can I do to disable a link after a user click on it?
I did this but it did not work.
<A HREF="missionDelete.asp?id=<%=id%>" onClick="javascript:this.disabled=true;">De...
I have a web form with several input text boxes. In some of the boxes I am looking for a dollar amount so I initialize the box with a '$' sign, adn another I want a percentage so i init the b...
I'm trying to catch onmousedown in all of the iframes on my page. On load, I loop through the frames and set:
addEvent(window.frames[i].document, "mousedown", onIMouseDown, false);
Th...
In IE, how can I position a DIV box in the exact center of the browser window, taking into account the height and width of the div box?
how can i do that?
i need just like in VB : trim(str)
e.
Hi, simple question
how do you grab the value of an http param from the page's url?
Hello Experts,
I have select like
<select name="myselect">
<option value="1">1</option>
<option value="2">2</option>
</select>
I have text box besides it
<input type="textbox" name="s...
I've got a long list contained within a table, and I'd like to be able to break that list into "Pages" embedded within the document, using a pagination routine. The Server will not accept Ser-...
Hi, im in the process of making a streaming audio page for a popular station,
I've got the player up and everything, all I need now is the "Now Playing" I've created the IFRAME
<iframe h...
I need javascript to simply stop and wait for a x amount of time. setTimeout function is worthless to me because all it does is tell javascript to remember to execute a function after certain ...
I need to pass the value of a checkbox to a corresponding hidden form field when the checkbox is clicked. The value of the hidden field also needs to return to null when the checkbox is untic...
I want to submit a form with URL , by clicking on a link . My page name is "MyPage.php"
Here is what am doing .
echo "<td><a href='MyPage.php?Filter=1' onclick='javascript: submit()' ;> Se...
Hi,
i call the following JavaScript function out of an HTML document and get an error message that says "unexpected call to method or property access".
function initialize()
{
tool...
I have a page where I am using onClick event. I want it to go to a web page (like "http://www.experts-exchange.com"). How can I do this???
Thanks
- Marc
This is the JavaScript code I am using to open a child window.
-------------------------------------------------------
<script type="text/javascript">
function getCertificate()
...
Hi everyboady,
I need to populate a select element (in a form) with options dynamically using a recordset to provide the values and text for the options. Anybody could help me in this as soon...
Experts,
I would like to add a barrier between someone clicking on a link and the leaving the page
(i.e. are you sure you want to go to this url [in my case execute a delete to DB])
Im...
hi experts,
Need helps!
I have two submit button (button A and button B) in a form.
if button A is clicked, it will submit the form to the current windows. (normal procedure)
If button...
I have a form with radio buttons and I don't want the radio buttons to be mandatory. But if the user clicks a radio button they can't unclick them (so it becomes mandatory once they've chosen ...
Hi,
I would like to compare two dates.
1) one date is from javascript variable format is(31-Oct-2005 15:54:36)
2) another one is todays date
3) I need to comapre
if (javascript var...
I have some code that displays about 60 thumbnails in the main part of the page.
I would like it so that when the user clicks on a thumbnail it will appear on the same page but in a different...
Is this conversion possible?
var objL= (intWhich == 1) ? eval('document.all.MSEPDateImg' + intWhere) : eval('document.all.MSEADateImg' + intWhere);
--> TO -->
var objL= (intWhich == 1...
I have the following page that I'd like to make a fluid design - where the iframe in the <div id="content"> stretches to fit the unused part of the page. There are a couple of divs above it -...