WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Any alert message for IE users? Empty Any alert message for IE users? Thu Oct 21, 2010 8:32 pm

Guest


Guest
My website loads 50% when you enter with IE.Is there any script that alerts IE users that they have to use onother browser?

2Any alert message for IE users? Empty Re: Any alert message for IE users? Thu Oct 21, 2010 8:46 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Do you mean like this? Smile
Code:
<script type="text/javascript">

var browserName=navigator.appName;
if (browserName=="Microsoft Internet Explorer")
{
 alert("TEXT HERE");
}

</script>

http://woops.dk

3Any alert message for IE users? Empty Re: Any alert message for IE users? Thu Oct 21, 2010 9:00 pm

Guest


Guest
wow,never thought javascript could do such things Shocked
still learning it Razz

Awesome,thank you for the help Smile

4Any alert message for IE users? Empty Re: Any alert message for IE users? Thu Oct 21, 2010 9:17 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
You're welcome Very Happy

Solved | Locked

http://woops.dk

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum