close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

One won't load on some web browsers it just comes up as a blank white page-how to fix it.

Thread begun 10/03/2013 8:20 am by tdhkfinkel424121 | Last modified 10/04/2013 10:30 am by Jason Byrnes | 2995 views | 7 replies |

tdhkfinkel424121

One won't load on some web browsers it just comes up as a blank white page-how to fix it.

I created two different forms with DataAssist and one form loads on web browsers but the other one wont load on some web browsers it just comes up as a blank white page. Is there some code I can add to fix this?

Sign in to reply to this post

Jason ByrnesWebAssist

a blank page means that a php error is occurring but error reporting is turned off.

to turn error reporting on, add the following code at line 1:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



once we know what the error is, we will be able to troubleshoot the cause.

Sign in to reply to this post

tdhkfinkel424121

It is on

Hi Jason,

The error reporting IS on and the form comes up for me and most others but SOME ie users just get a blank page.
So I can't test the fixes myself but I know of 2 people that get the white page instead of the form so I can ask them to test it.

What do you think might be the problem?

Sign in to reply to this post

Jason ByrnesWebAssist

I would need to see the problem in order to troubleshoot.

What version of IE are they using?

can you send a link so i can try to reproduce.

If i can reproduce the problem, I Will be able to find the cause.

Sign in to reply to this post

tdhkfinkel424121

Still not working but have info..

Ok...
My client is working in IE 8.0 and they get a blank page...
I have IE 10 and the form comes up fine for me & works....

Here's the address to the page: http://www.hinghamshipyardmarinas.com/license_form1A.php

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

The problem is unclosed comments. you have this on your page in a few places.

In the fist Style block and in the first script block are 2 examples, you start the comment after the style/ script tag, but do not end before the close script / style tag.
<style type="text/css">
<!--
....
</style>


should be:
<style type="text/css">
<!--
....
-->
</style>
see the attached screen shot for 2 examples.

Sign in to reply to this post

tdhkfinkel424121

Hi-Thanks

Hi Jason,

Thank you for spotting that but now the jquery isn't working in ie 8 or 9.
How do I fix this? And do you need to see the code for this?

Let me know
Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

you have code that refersd to the JQuery object that comes before the line where you attach jquery

<script language="JavaScript">
jQuery.browser.version = jQuery.browser.msie &&
parseInt(jQuery.browser.version) >= 6 &&
window["XMLHttpRequest"] ?
"7.0" :
jQuery.browser.version;
</script>
<script language="JavaScript">
jQuery.browser.msie6 = jQuery.browser.msie &&
parseInt(jQuery.browser.version) == 6 &&
!window["XMLHttpRequest"];
</script>
<script src="js/jquery-2.0.3.min.js"></script>


the js/jquery-2.0.3.min.js file needs to be attached before it is used in the code.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...