Thread 11 of 11 | Thread Starter | | |  bryansgirlalways | calculate image and download sizeHi, , , I was wondering if someone could provide some tips on how to write a java script code that would do the following: , - input an image number, resolution and size and calculates the amount of space the images will occupy on disk, when downloaded and the speed of download at different bit rates. , , ,  5 replies. Last post: |  Anna.M2 | A very important topic is covered in this article. Many more interesting things here <a href="https://all-tattoos-for-men.com/ ">here</a>
|
|
 5884 Hits | |
Thread 10 of 11 | Thread Starter | | |  rbn | Loaded FORM by AJAX is internally unknown{Too Long!} |
 4093 Hits | |
Thread 9 of 11 | Thread Starter | | |  lightenin | Javascript window.open help{Too Long!} |
 3997 Hits | |
Thread 8 of 11 | Thread Starter | | |  gooche77 | Connecting MS Access DB to Internet ExplorerI'm a Database Developer and have been presented with the challenge of connecting my MS Access DB to an online interface which has to transmit 3 or 4 fields from a recordset onto the web page and submit. (every 10 loans requires a submission)
I imagine i would do this with Javascript, but i don't know what references need to be set in the VBA or the syntax of transmitting these commands to Internet Explorer.
2 replies. Last post: |  gooche77 | Thanks for the reply!
The DB resides on Chase's internal server. What i need to do is retrieve around 1000+ records(loans) and loop thru 10 at a time. (this i can do). I want to populate variables thru VBA and then paste those variables onto a web page. Once this is done, i need to hit the submit button.
Is this possible thru VBA and Javascript or am i dreaming the impossible dream?
|
|
 3963 Hits | |
Thread 7 of 11 | Thread Starter | | |  decren | need guidance to transfer text from one table to aTable1 contains an input-textbox; and a push-button to add a new row to Table2. The button also activates a script to transfer the information in the text-box to the new cell in Table2. I originally used cloneNode which works fine:, , // cell 1 - input text, document.getElementById("Table1");, var el=document.getElementById("textBox").cloneNode(true);, var cell1 = row.insertCell(1).appendChild(el);, , but I only want to transfer the text (not the text-box.) I tried to adapt innerHTML, but am having trouble doing so. What am I doing wrong?:, , // cell 1 - input text, document.getElementById("Table1");, var el = document.getElementById("textBox").innerHTML;, var cell1 = row.insertCell(1).textBox(el);, , any assistance would be appreciated... 1 Reply: |  decren | Got it solved!!, , var el = document.getElementById("textBox").value;, var cell1 = row.insertCell(1);, cell1.appendChild(document.createTextNode(el)); |
|
 3943 Hits | |
Thread 6 of 11 | Thread Starter | | |  blkshirt | Drop down list box question using JavaScript.{Too Long!} 4 replies. Last post: |  KBerry | {Too Long!} |
|
 7578 Hits | |
Thread 5 of 11 | Thread Starter | | |  aka51 | FormDoes anyone have any ideas on how I can go about solving this problem. I have a form that is submitting it contents using mailto: , After the form is sent off it remains on the form page, is there a way to have it redirected.
1 Reply: |  jdschram | yup...using javascript a presume...
this shoud be happening after the page has been submitted and the contents processed..., < !-- Begin, url=("PageToRedirectTo");, window.location=url;
// End -->or
< !-- Begin, url=("PageToRedirectTo");, document.write(' , // End -->
|
|
 3377 Hits | |
Thread 4 of 11 | Thread Starter | | |  rich_06 | onUnload() event handlerHow can I force Internet Explorer to open up and return the output of a cgi to a popup window using the onUnload() event handler? 1 Reply: |  KBerry | I placed a working demo here. You can view source:, , http://www.fireandrescuetraining.ca.gov/onunload.html , , You should be able to replace the DISNEYLAND URL with a script., , function doit() {, window.open('http://www.disneyland.com', 'Popup', , 'width=400,height=300,resizable=yes,scrollbars=yes,menubar=yes');, , }, , body onUnload="JavaScript:void( doit())" |
|
 3264 Hits | |
Thread 3 of 11 | Thread Starter | | |  rohitpabby | Running EXE from HTML LinkHi All!, , I can run an EXE from a DOS prompt and ca also pass parameters with it, giving a space , , between exe and parameter e.g , , test.exe testparameter, , Now I want to do the same thing through an HTML page by clicking a hyperling. How to do , , this? Please Help...., , Thanks 1 Reply: |  wpantoja | See my reply in Web Page Layout. |
|
 2493 Hits | |
Thread 2 of 11 | Thread Starter | | |  Walt | Submitting a Form Using a ScriptI am wanting to submit a form's hidden values with a script. I wrote a function:, function send(){, form_name.submit(), }, , Then I put onUnLoad="send()" in the BODY tag and it doesn't give the desired results., , I need to post the values in the hidden fields to any page's link in my site that is clicked. My objective is to let the page forward the fields to the next page without the user having to click a submit button., , Any help will be greatly appreciated, thanks., , Walt |
 3574 Hits | |
Thread 1 of 11 | Thread Starter | | |  deleted_member | Calling JavaScript code from a linkI've got some JavaScript Code I wish to call from a link. How do you do that? |
 2153 Hits | |
 |
|