On my site i use simple Java script to open a smaller window :-
<A onclick="window.open('http://www.sitename.co.uk/page_name.php?c=xxx&c=yyyyy,'Title','width=430,height=600,scrollbars')" href="javascript:void(0)" onMouseOver="window.status='window in message;return true;" onMouseOut="window.status='Window out mesage';return false;" title="alt message">Text Message<a>
This is great and works fine, but !!
If any of these links with the above code are clicked before the page "loads" it freezes the page and all buttons and links do not work !
Having looked at my page code, i see that some of the Java appears at the start of the page in the "Head tag" and some of the Java code always appears at the end of the page code, so i assume that if the page doesn't load before a Java link is triggered, the Java code is incomplete so freezes the page ??
I'm i Wright ????
If so how do i fix or create a work round for this problem ?
My Java code is loaded in each individual page, would it be better to place this in an include page or a:-
<link href="/Stylesheet.css" rel="stylesheet" type="text/css">
If so, do you need to place it in a special Java page link like the CSS above ?
Please show.
Sounds like a browser issue on your computer. Other people might run across similar issues. Unfortunately, there isn't a good fix for that. There are coding variations you could use such as for example:
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
You have not yet logged in, or registered properly as a member
You are a member, but no longer have posting rights.
This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.