I am having a really serious rendering problem with Internet Explorer. The page is a framed page and everything looks EXACTLY how I want it to look in IE and Firefox upon first glance but in IE when you click on a link the page appears to be loading the content of the target frame repeatedly...
I didn't want to paste all of the code to keep from confusing anyone but here is all of the javascript code
// JavaScript Document
var snippetNum = 0;
var buttonNum = 1;
var tableWidth = 725;
var column1Width = 150;
var column2Width = 400;
var column3Width = 70;
var arrayName =...
I have the following code in an html page it should basically create a hidden input field on the page that looks something like this:
<input name="snippet1" type="hidden" value="<%=formFields.getValue("fieldName")%>" />
<-------------- HTML ------------->...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.