Archive

Posts Tagged ‘javascript issue’

Fix Javascript Issue

November 26th, 2009 Comments off

I have a homepage that works fine until parameters are added to the url. All the javascript on the page breaks.

I need it fixed please for all browsers. It looks especially bad in chrome :(

working:
http://www.fingermarktouchscreenkiosks.com/

broken
http://www.fingermarktouchscreenkiosks.com/?utm_source=sl

I have only allowed the Google etc type parameters into the url’s.

I need to see a test site url on your site that shows the working and broken page, and another that shows with the problem fixed.

Thanks

Javascript Issue In Code

May 26th, 2009 Comments off

Check the attached files

Description:
The main JSP page has a Flash Quiz that sends JavaScript function to the page. This function adjusts the vertical (y) position of the <div> block placed below it, & moves it up/down on the click of the buttons in the Flash file relative to it.

What is required:
The <div> movement works fine according to Flash interaction. But when the page is loading, the <div> block shows up at the top of page & then adjusts to its correct position once the browser has loaded all the page content & Flash file. We want the <div> content below the Flash file on the web page to remain on the webpage at the same position as it would come on the initial frame when the flash loads. Once the page has loaded, it should work as it is currently (shift according to how the flash expands and contracts).

Bear