Forum: JavaScript / DHTML / AJAX May 1st, 2009 |
| Replies: 7 Views: 2,625 you can see the original code behavior at the following http://89.233.173.91/bug/ It works with any browser except IE. Have tried not escaping and get the same error.... |
Forum: JavaScript / DHTML / AJAX May 1st, 2009 |
| Replies: 7 Views: 2,625 The code does not work, because of some weird whitespace being passed that is what microsoft said. YOu can see the code in function at the below url. It works with all browsers except Internet... |
Forum: JavaScript / DHTML / AJAX May 1st, 2009 |
| Replies: 7 Views: 2,625 The code I originally posted works in function but according to the Internet Explorer Team they found.
===== IE Team Response =====
From an analysis of the IE folks, it seems that the problem is... |
Forum: JavaScript / DHTML / AJAX Apr 30th, 2009 |
| Replies: 7 Views: 2,625 Have been trying to figure this one out for some time, but still can not get this AJAX script to work with Internet Explorer. It works with all other browsers. Thanks in Advance!
FORM CODE
... |
Forum: JavaScript / DHTML / AJAX Nov 19th, 2008 |
| Replies: 4 Views: 1,550 Ok, I will test it out later today. Thanks! |
Forum: JavaScript / DHTML / AJAX Nov 19th, 2008 |
| Replies: 4 Views: 1,550 The external sites will have a fixed width, but not a fixed height. The height would range from 700 pixels-850pixels. Just looking for something that measures a height of an external site, with no... |
Forum: JavaScript / DHTML / AJAX Nov 19th, 2008 |
| Replies: 4 Views: 1,550 Hello,
I am trying to resize an external website in an iframe using javascript, but have not found code that works very well. Anyone know how to go about it? Thanks in Advance! |
Forum: JavaScript / DHTML / AJAX Nov 15th, 2008 |
| Replies: 0 Views: 1,387 Hello, I need to resize an I-fame according to the height of an external page. I have found some google code that does what I need but it is way bloated. Anyone how to do what this code does but... |
Forum: JavaScript / DHTML / AJAX Nov 11th, 2008 |
| Replies: 1 Views: 1,146 I have the following Iframe.
<iframe id="result" style="width:400px;overflow:-moz-scrollbars-none;overflow:hidden" scrolling="0" frameborder="0"></iframe>
Want to disable the scroll-bars... |
Forum: JavaScript / DHTML / AJAX Nov 11th, 2008 |
| Replies: 2 Views: 616 My first question, was answered and received the following code via Yahoo! Answers.
Pass your form data as a parameter to the second page. Have the second page parse the parameter from the... |
Forum: JavaScript / DHTML / AJAX Nov 10th, 2008 |
| Replies: 2 Views: 616 I have two pages 1.) form page 2.) I-frame page.
What I am trying to do is: Once the form page is submitted, javascript in the second page would retrieve the values and place them into a an... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 7 Views: 3,152 I am using only two radio buttons. 1 for yes and 0 for no. |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 7 Views: 3,152 Hello,
I am having problems retrieving correct values from two radio buttons in my AJAX script below.
The radio button values are either a 1 or 0 and always produces 0 regardless of which... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 2 Views: 1,741 The actual code is running in proper javascript format. when i posted the question I had not slept. The correct format is the following:
<script type="text/javascript">
var settings =... |
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008 |
| Replies: 2 Views: 1,741 Hello,
I am having problems retrieving correct values from two radio buttons in my AJAX script below.
The radio button values are either a 1 or 0 and always produces 0 regardless of which... |