I want the user to be able to:
a) click a Load File Button on a web form next to a field.
b) Browse to a text file
c) Load the content of the text file into a form field
These are very...
I am using WLAN & ELAN in my pc i want to get only ELAN MAC address by using vb script or java script
I have a php page that loads an iframe (which contains a contact form). When the contact form is submitted, the response appears inside the iframe with a return button tied to an onclick even...
I want to add a check to see if an entry in my field is null, but now my function is returning null everytime. can someone see my error?
Many thanks in advance
Hi
I want a user to enter a value for a textbox in my HTML page and I want to display a popup when the user submits that value. This popup would display the value the user entered in that t...
Hi Experts,
While document.getElementById('MyButton').click() causes the MyButton to clicked in IE it does not appear to work the same in Firefox or Safari.
Any ideas why this is the cas...
Hi Guys,
I have a form in my site where people can sign up by submitting their name and email address. I'm using a 3rd party list management service to collect/manage that list. One of t...
Hello,
I have a web page with many panels with many controls in each that are used to make a filtered query to the database. All the controls in the panels are Check boxes. I would like a j...
I have a jump menu with a go button and I need an onclick javascript to put a url of my choice in an iframe on a separate page. Please be as thorough as you can and include all codes for this....
Hi, I'm trying to find a way of retrieving the root path of the current site using JavaScript
The point is so that I can save it to a variable for use in JavaScript image references etc.
...
I have a dropdown list that contains action items that replace the command buttons, ie edit, delete, update, replace etc. When the end-user selects an action item a popup needs to appear to c...
How to set cursor focus on text field on page load?
I have tried the following, it dosen't work. Any suggestions?
<head>
<script language="JavaScript" type="text/JavaScript">
setFocus(){
...
I am using an API to upload a file to a video hosting site. The documentation tells me to implement as follows:
NOTE: This call will be sent as a POST using the Content-Type multipart/form-...
Hi
I have a link [CHANGE] which opens a popup windows via calling a JavaScript function openPopup().
I try to send a php value $id to this popup page somthing like this:
<a href=d_bloglist...
Hello Experts,
I am having trouble with the Facebox jQuery plugin. I am displaying a contact form in a Facebox window, and I am trying to get a postback from the PHP form submission to disp...
I'm trying to create a script using javasript, or jquery if it applies, and not sure how to go about getting the url (example provided below). I need to get the url and grab the end of it to ...
Hello all,
I have a very lengthy HTML form for user input. It will have a dozen fields with similar names like:
item_1
item_2
item_3
Where the item_x fields are Selects.
After an ...
Hello Experts,
I was wondering how to loop through all checkboxes inside DIV. If checked==true then append their value to a string variable.
Scenario:
I have 3 DIVs with x amount of c...
Dear Sir,
Request you to provide me a function which converts a particular number into words.
Hi There,
I need to iterate a html table, first by iterating each row and then by iterating each cell within the selected row as I must do some processing at tye start of each row:
var tr = ...
Hi experts,
A newbie to Java Script and a simple tutorial will do the job.
Please provide simple examples of the code below using the operators greater than, less than, equal to and not equa...
Hi. im trying to make use of something very much like the link supplied
however, as ever its not quite what i need.
I need to add in some tabs that align left of the center panel and will st...
Hi,
I am now using showModelessDialog function to display a custom page in a pop-up window. The width of the custom page is about 640px, and the heigh is about 1600px. So I set the "scroll" p...
I am struggling with the same problem described in -
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22973077.html#discussion
Which is:
I am trying to retr...
I have a page that shows an item to be deleted from the database. When the user clicks the Delete button I want a message to be displayed such as "Are you sure you want to delete?" if they sel...