Hi
How to change the default scriptcase icon that is appearing in the Browser Title?
Regards
Narayanan
Hi
How to change the default scriptcase icon that is appearing in the Browser Title?
Regards
Narayanan
Nnara,
You change the icon from Layout -> Header and footer. Set one of the header variables as image… then upload/select the icon you want by clicking on the icons that appear at the end of the row.
Regards,
Misael
If you want to change it in your production environment my way is:
In the menu, i place a code in the onApplicationInit:
?>
<html>
<head>
<link rel=“shortcut icon” href="…/favicon.ico">
</head>
<?php
Don?t forget to copy the icon in the right place of your server
Which in fact is the root of your application.
right, but you could place it whereever you want !
Hi Gerd Dietrich,
Thank you so much. This worked me well.
Misael,
Thank you for your help too; however i am unable to understand what you are referring. Are you referring Layout / Templates? (I am using ScriptCase V 7.1).
Regards
Murali
Hi Gerd Dietrich,
I have another problem. My start up application is a control application. It is similar to example of onlineshop provided by scriptcase. When I place the above in the startup application’s onApplicationInit event; it is not working and then i looked into the view page source. What i found is that there is already a head tag and our head tag goes inside the body tag.
Is there a way to place this in the first header tag? May be is it possible to put a JQuery or something? Any help would be highly appreciated.
Another question; May be this might workout simple; Any idea where scriptcasing storing their icon? If I replace that icon with my icon; i dont need to worry about this? Is that right?
Regards
Narayanan
Hi
Can anyone help me here please?
Regards
Narayanan
afaik you just put the favicon in the root of the main application.
Yeah; i did that but not working…
Clean your browser cache… Some browsers dont update favicon.ico
I just updated an application and the menu on my production server and its now showing the Scriptcase icon as the favicon instead of the one I uploaded and have been using. How do I fix this?
Did you do as per Gerd as above?
Place this code in your onApplicationInit: event
?>
<html>
<head>
<link rel=“shortcut icon” href="…/favicon.ico">
</head>
<?php
You can also go to Project > Properties > and change the browser icon file there.